Page 1 of 1

CSV Files in Europe

Posted: Tue Sep 29, 2009 9:38 am
by Anne_Phillips
We produce lots of CSV files from our software. However, this does not work for our European clients as they use full stops instead of commas. Any ideas on how to get around this?____Thanks______Anne

=> RE: CSV Files in Europe

Posted: Tue Sep 29, 2009 3:59 pm
by Cliff_Wiernik
>We produce lots of CSV files from our software. However, __>this does not work for our European clients as they use full __>stops instead of commas. Any ideas on how to get around __>this? __>__>Thanks __>__>__>Anne ____I am not certain what a full stop is. We had to switch for one file to using the pipe character, |, instead of the comma. We build the report as a text string using whatever delimiter we want and then print the line to a file. Our comma or pipe delimited files have different structures on each record so we cannot use a quick and each output format.____For example, a line may look like:____"000001","John","Doe","$1,554.00" or__|000001|,|John|,|Doe|,|$1,554.00|____Cliff.

=> RE: CSV Files in Europe

Posted: Wed Sep 30, 2009 10:56 am
by Anne_Phillips
Just for clarity what we call full stop in the UK is what you call period or dot in the US

==> RE: CSV Files in Europe

Posted: Thu Oct 01, 2009 10:19 am
by kfleming
You can select the delimiter character that you wish to use within the export options tab when you select Text Data Character delimited as your export type.____To have runtime honor this setting you would need to save the report with this setting.____Regards,__Kathleen__R&R Support

===> RE: CSV Files in Europe

Posted: Thu Oct 15, 2009 11:43 am
by Carol_P_(Guest)
Is it possible to pass the separator character as a parameter to override the report settings?____Is there an ini file setting to change the default?____Thanks__Carol__

====> RE: CSV Files in Europe

Posted: Thu Oct 22, 2009 12:45 pm
by kfleming
The setting is saved in the report and is not available via an INI. The only way you could change it at runtime would be to set RI_PRINTER to a ? and have the user select Export so that they could interactively use the export dialog.____Kathleen__R&R Support