clementfarabet / lua---csv

A package to read and write CSV. Provides high-level database-like handlers.
46 stars 16 forks source link

Add option to skip lines at start of file #6

Closed paidi closed 10 years ago

paidi commented 10 years ago

Some .csv files contain comments or other non-csv information at the start of file. This change adds an optional parameter to csvigo.load to allow a number of lines to be skipped when reading in a .csv file

clementfarabet commented 10 years ago

thanks!