Skip to content

Commit 985dd20

Browse files
committed
tests csv
1 parent e3c16fe commit 985dd20

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

tests/data/test.csv

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
X,Y,Z
2+
0.0,0.0,0.0
3+
1.0,0.0,0.0
4+
0.0,1.0,0.0
5+
0.0,0.0,1.0

tests/data/test.csv.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"separator": ",",
3+
"header_row": 0,
4+
"first_row": 1,
5+
"x_column": 0,
6+
"y_column": 1,
7+
"z_column": 2,
8+
"headerRow": 0,
9+
"firstRow": 1,
10+
"xColumn": 0,
11+
"yColumn": 1,
12+
"zColumn": 2
13+
}

0 commit comments

Comments
 (0)