I am trying to read a CSV file using tFileInputMSDelimited, The CSV file contains numeric values (such as 12 or 12,3)
But when I try to read them as "Double" they are rejected:
For input string: "1 098,00" - Line: 0
For input string: "3,5" - Line: 60
etc...
Integers are read without any problems.
My guess is that Talend is expecting american formated values (1098.00 or 3.5).
How can I configure Talend to work with the french format for numerics (1 098,00 or 3,5)?
I am using Talend V5.4.1
Talend is in english interface (osgi.nl=en)
My computer's locale is France (numbers as 123,45)