I have adjusted my jrxml file before upload to use the following property:
<property name="net.sf.jasperreports.export.csv.field.delimiter" value=","/>
However, when we use the CSV option to run ourreport, it still separates the values with a ";". This is unwanted behaviour because one of our fields contains a ";" separated list of email addresses.
Is there some way I can change the default behaviour of jasper reports within the CMDBuild application to use "," instead of ";"?
Thank you for your help.