New default relation's format is csv, as defined in RFC4180

git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@67 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
LtWorf
2008-11-30 13:59:22 +00:00
parent 51745e8218
commit efbbbeba35
7 changed files with 483 additions and 400 deletions

6
samples/dates.csv Normal file
View File

@@ -0,0 +1,6 @@
"date"
"2008-12-12"
"2007-08-12"
"1985-05-09"
"1988-4-21"
"1992-7-27"
1 date
2 2008-12-12
3 2007-08-12
4 1985-05-09
5 1988-4-21
6 1992-7-27

9
samples/person_room.csv Normal file
View File

@@ -0,0 +1,9 @@
"id","room"
"0","1"
"1","4"
"2","2"
"3","2"
"4","5"
"5","1"
"6","5"
"7","1"
1 id room
2 0 1
3 1 4
4 2 2
5 3 2
6 4 5
7 5 1
8 6 5
9 7 1

9
samples/rooms.csv Normal file
View File

@@ -0,0 +1,9 @@
"room","phone"
"0","1515"
"1","1516"
"2","1617"
"3","1601"
"4","1041"
"5","9212"
"6","1424"
"7","1294"
1 room phone
2 0 1515
3 1 1516
4 2 1617
5 3 1601
6 4 1041
7 5 9212
8 6 1424
9 7 1294

18
samples/skills.csv Normal file
View File

@@ -0,0 +1,18 @@
"id","skill"
"0","C"
"0","Python"
"1","Python"
"1","C++"
"1","System Admin"
"2","C"
"2","PHP"
"3","C++"
"4","C++"
"4","C"
"4","Perl"
"5","Perl"
"5","C"
"7","Python"
"7","C"
"7","PHP"
"9","Java"
1 id skill
2 0 C
3 0 Python
4 1 Python
5 1 C++
6 1 System Admin
7 2 C
8 2 PHP
9 3 C++
10 4 C++
11 4 C
12 4 Perl
13 5 Perl
14 5 C
15 7 Python
16 7 C
17 7 PHP
18 9 Java