Improve samples (#396)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# CVS parser
|
||||
# CSV parser
|
||||
|
||||
This example shows how one could implement simple CSV reader and parser in Kotlin.
|
||||
This example shows how one could implement simple comma separated values reader and parser in Kotlin.
|
||||
A sample data [European Mammals Red List for 2009] (https://data.europa.eu/euodp/en/data/dataset?res_format=CSV)
|
||||
from EU is being used.
|
||||
|
||||
@@ -10,5 +10,4 @@ To run use
|
||||
|
||||
./CsvParser.kexe ./European_Mammals_Red_List_Nov_2009.csv 4 100
|
||||
|
||||
Which will print fifth column (Family, zero-based index) in first 100 rows of the
|
||||
CSV file.
|
||||
It will print fifth column (Family, zero-based index) in first 100 rows of the CSV file.
|
||||
|
||||
Reference in New Issue
Block a user