Hi,
i have a CSV-file with decimal numbers, but they are loaded not correct by workbench:
"" --> correct mapped to null
"0.0392156862745098" --> correct mapped to 0.0392156862745098
"0.0784313725490196" --> correct mapped to 0.0784313725490196
"4.43137254901961" --> WRONG mapped to 443,137,254,901,961
It appears everytime if the number before the decimal is greater than zero. These numbers are all in the same collumn and are encapsuled with doublequotes(").
Thanks
Andreas