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

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