Hello,
I have a Dutch Operating System and we use the comma as the decimal separator and the point as the thousand separator. I am not able to read csv's with the English format correctly, even though I supply these parameters in the url: ";decimalSeparator=.;groupingSeparator=,".
With kind regards,
Remco Schoen
|
|
When I change the locale of my operating system to English, the csv is read correctly, so it seems to be using the locale of the jvm instead of the parameters.
|
|
Supported. Please download the latest package. The older package used only decimalSeparator=.;groupingSeparator for CREATE TABLE sql.
|
|
Tested this in version 2.2.087 and it works as expected.
|