Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to export several oracle tables in differents .csv files, to anonymise some field using the .csv file and to reload data in the same Oracle database. For that, in a tOracleInput, I have defined a query which select all fields for every table (with context variable) and I have defined a dynamic schema.
I face a problem, the comma in decimal field are replaced by a dot, and I need to have a comma as decimal separator to load the data in the oracle database.
I have defined the decimal separator "," in my tfileOutputDelimited component but there is no change.
I can modify the csv files after creating it but there is a lot of line per table and it will take time.
Thanks
I face a problem, the comma in decimal field are replaced by a dot, and I need to have a comma as decimal separator to load the data in the oracle database.