v2.9.0
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 getfoobar.csv
orfoobar_0_20.xml
when writing an export to CSV- or XML file, respectively. - Call
Exporter::setFileNamePrefix
with the desired prefix to achieve this.
- This is