should be it
This commit is contained in:
6
external/duckdb/data/csv/decimal_separators/decimal_separators.csv
vendored
Normal file
6
external/duckdb/data/csv/decimal_separators/decimal_separators.csv
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
commas;periods
|
||||
1,1;1.1
|
||||
0,25;0.25
|
||||
1,53e4;1.53e4
|
||||
+1,53e4;+1.53e4
|
||||
-1,53e4;-1.53e4
|
||||
|
2
external/duckdb/data/csv/decimal_separators/decimal_separators_csv.csv
vendored
Normal file
2
external/duckdb/data/csv/decimal_separators/decimal_separators_csv.csv
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
commas,periods
|
||||
"1,2345",1.2345
|
||||
|
2
external/duckdb/data/csv/decimal_separators/invalid_char.csv
vendored
Normal file
2
external/duckdb/data/csv/decimal_separators/invalid_char.csv
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
foo
|
||||
12ö4
|
||||
|
4
external/duckdb/data/csv/decimal_separators/mixed_format_fail.csv
vendored
Normal file
4
external/duckdb/data/csv/decimal_separators/mixed_format_fail.csv
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
foo
|
||||
12,5
|
||||
145,00
|
||||
5.25
|
||||
|
Reference in New Issue
Block a user