Hello again everyone,
Following on from my earlier posts, I'm trying to replicate some large extracts that currently use Jaspersoft to generate an excel file in the new Clarity reporting. I've had some success but there are a couple of "features" that I can't find a way round.
The generated file is processed by an external system and these features break the processing.
Problem 1:
The .csv file contains two header rows:

Row one is the name of the underlying query. Row 2 is the label for the attribute.
I'd like to suppress row 1 and have just the labels as column headers.
Problem 2:
When users open the file in Excel, all numeric fields have been imported as text even though the report fields are numeric. The problem appears to be with locales. I can import it without any problem, but French speaking users can't.
The .csv file uses a comma as the delimiter, no matter what locale I select for the export when scheduling the report.
Is there a way to tell Clarity to use a semicolon for the delimiter as that's what Excel seems to need when the locale is a French one?
-------------------------------------------