Add detection for CSV

This commit is contained in:
Yaroslav Shirokov
2013-04-04 14:01:09 -07:00
parent b99abba27f
commit b68732f0c7
3 changed files with 14 additions and 0 deletions

3
samples/Text/cars.csv Normal file
View File

@@ -0,0 +1,3 @@
Year,Make,Model,Length
1997,Ford,E350,2.34
2000,Mercury,Cougar,2.38
1 Year Make Model Length
2 1997 Ford E350 2.34
3 2000 Mercury Cougar 2.38