leomarquine / php-etl

Extract, Transform and Load data using PHP.
MIT License
178 stars 81 forks source link

Ignore first line csv #11

Closed Claonilton closed 6 years ago

Claonilton commented 6 years ago

Is posible to ignore the first line in extract file with extension csv?

leomarquine commented 6 years ago

Does the first line contains the columns names? If so, you can simply omit the columns array in the extractor.