Currently the delimiter char is hard coded when we export report to CSV file format. It will be better to have it configurable in System Configurator.
Affected Files:
anything that call createCSV function from ReportEngine
anything that use JRCsvExporter class
anything that use supercsv library
anything else ?
Closing as potential idea
I want to add this. For configuring SuperCSV library, I found you can create your own preference, like this
private static final CsvPreference PIPE_DELIMITED = new CsvPreference.Builder('"', '|', "\n").build();
Currently the delimiter char is hard coded when we export report to CSV file format. It will be better to have it configurable in System Configurator.
Affected Files:
anything that call createCSV function from ReportEngine
anything that use JRCsvExporter class
anything that use supercsv library
anything else ?