- Float type recognition is more robust, now handled using a regexp

- Date type recognition is more robust, now using a combination of regexp plus date object
- Parsing of strings representing dates is now cached, eliminating the need for double parse



git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@270 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
LtWorf
2011-03-03 08:46:04 +00:00
parent ba564b55d3
commit 3b0392e867
5 changed files with 75 additions and 52 deletions

9
samples/ratings.csv Normal file
View File

@@ -0,0 +1,9 @@
id,rating
0,5.3
1,6
2,5.7
3,3.3
4,9.1
5,4.4
6,5.1.1
7,4.9
1 id rating
2 0 5.3
3 1 6
4 2 5.7
5 3 3.3
6 4 9.1
7 5 4.4
8 6 5.1.1
9 7 4.9