update csv test data
This commit is contained in:
parent
cc969b1a02
commit
2d696dc73b
5 changed files with 7 additions and 3 deletions
|
@ -1 +1 @@
|
|||
x,y,z
1,10,0
|
||||
x,y,z
1,10,9999.9999
|
|
2
tests/data/csv/pipe_delimiters.csv
Normal file
2
tests/data/csv/pipe_delimiters.csv
Normal file
|
@ -0,0 +1,2 @@
|
|||
x|y|z
|
||||
0|0|hello
|
|
2
tests/data/csv/semicolon_delimiters.csv
Normal file
2
tests/data/csv/semicolon_delimiters.csv
Normal file
|
@ -0,0 +1,2 @@
|
|||
x;y;z
|
||||
0;0;hello
|
|
|
@ -1,2 +1,2 @@
|
|||
x, y,z
|
||||
x, y,z
|
||||
-122 , 48,0
|
|
|
@ -1,2 +1,2 @@
|
|||
x,y,z
|
||||
0,0,0
|
||||
1,10,9999.9999
|
|
Loading…
Reference in a new issue