FileOutput with decimal comma (",") for decimal numbers
Hello,
I have a problem.....
In the extraction of a file does not operate the "advanced settings" indicate the decimal point as Decimal separator.
I've seen other topics but I can not make it work or not work as I need.
Example:
Number (in TOS) : 1.23 (double)
Extract file with Advanced Settings --> Decimal point ","
THe file (*.csv) have 1.23 not 1,23
....I would not want to use the function replace "." by ","
Thanks in advance