mapbox / leaflet-omnivore

universal format parser for Leaflet & Mapbox.js
https://www.mapbox.com/mapbox.js/example/v1.0.0/omnivore-gpx/
Other
651 stars 126 forks source link

leading blank rows in csv files #117

Open rapasae opened 5 years ago

rapasae commented 5 years ago

Is there any way to tell this plugin to ignore the first lines of a CSV? Trying to Parse a csv with blank rows I get parsing errors Because I get these files from an external third party url, I can't modify them at their source. Perhaps adding an extra option "ignorerows=#" could be usefull.