Skip to content

Commit 1e8304b

Browse files
committed
Fix for handling of numeric columns with comma for decimal point (bug #6719)
1 parent 268c037 commit 1e8304b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
id;description;geom_x;geom_y;other;text field
2+
1;Comma as decimal point 1;10,0;20,0;30,0;Field with , in it
3+
2;Comma as decimal point 2;12;25,003;-38,55;Plain text field

0 commit comments

Comments
 (0)