Added csv files for testing load_csv_file_data routine.

time-shift
Stéphane Adjemian (Charybdis) 2013-10-17 17:34:09 +02:00
parent ca04453e81
commit 3edf3d0e3d
4 changed files with 42 additions and 0 deletions

11
tests/csv/ts1.csv Normal file
View File

@ -0,0 +1,11 @@
,A1,A2
1Y, 1, 2
2Y, 2, 4
3Y, 3, 6
4Y, 4, 8
5Y, 5, 10
6Y, 6, 12
7Y, 7, 14
8Y, 8, 16
9Y, 9, 18
10Y, 10, 20
1 A1 A2
2 1Y 1 2
3 2Y 2 4
4 3Y 3 6
5 4Y 4 8
6 5Y 5 10
7 6Y 6 12
8 7Y 7 14
9 8Y 8 16
10 9Y 9 18
11 10Y 10 20

10
tests/csv/ts2.csv Normal file
View File

@ -0,0 +1,10 @@
1Y, 1, 2
1Y, 2, 4
2Y, 3, 6
3Y, 4, 8
4Y, 5, 10
5Y, 6, 12
6Y, 7, 14
7Y, 8, 16
8Y, 9, 18
9Y, 10, 20
1 1Y 1 2
2 1Y 2 4
3 2Y 3 6
4 3Y 4 8
5 4Y 5 10
6 5Y 6 12
7 6Y 7 14
8 7Y 8 16
9 8Y 9 18
10 9Y 10 20

10
tests/csv/ts3.csv Normal file
View File

@ -0,0 +1,10 @@
1, 2
2, 4
3, 6
4, 8
5, 10
6, 12
7, 14
8, 16
9, 18
10, 20
1 1 2
2 2 4
3 3 6
4 4 8
5 5 10
6 6 12
7 7 14
8 8 16
9 9 18
10 10 20

11
tests/csv/ts4.csv Normal file
View File

@ -0,0 +1,11 @@
A, B
1, 2
2, 4
3, 6
4, 8
5, 10
6, 12
7, 14
8, 16
9, 18
10, 20
1 A B
2 1 2
3 2 4
4 3 6
5 4 8
6 5 10
7 6 12
8 7 14
9 8 16
10 9 18
11 10 20