I have trouble writing a file with the correct decimal format (#.##0,0). According to the Dutch standard this is supposed to be a comma, as opposed to the rest of the world… Dots are thousand separators.
In the file format editor a field has data type decimal(12,4). I tried the following:
[list]1. set the locale language to nld, field format to {none}
2. set the format for this field to #.##0,0
[/list]Both methods still write decimal data in the format #,##0.0
Why?
Same with dates. Only setting the default date format in the file format editor to dd-mm-yyyy provides the desired format. The format on the field seems to have no influence at all. Why?
This is on BODS 3.2 (12.2.3)
lamanp (BOB member since 2008-09-02)