Merge pull request #2831 from FarbodSalamat-Zadeh/patch-1

Add CSV as data type to languages.yml
This commit is contained in:
Arfon Smith
2016-02-27 15:54:44 -07:00
3 changed files with 9 additions and 2 deletions

3
samples/CSV/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