Skip to content

v2.9.0

Compare
Choose a tag to compare
@howard howard released this 22 Apr 14:08
6ba98ae

Enhancements:

  • Introduce the possibility to override the prefix of export files (#131)
    • This is findologic for CSV- and XML export alike.
    • Example: Set the prefix to foobar to get foobar.csv or foobar_0_20.xml when writing an export to CSV- or XML file, respectively.
    • Call Exporter::setFileNamePrefix with the desired prefix to achieve this.