42BV / CSVeed

Light-weight, easy-to-use Java-based CSV utility
Apache License 2.0
100 stars 22 forks source link

Ability to skip comment lines #1

Closed robert-bor closed 11 years ago

robert-bor commented 11 years ago

Default should be that a '#' as the first character of a new row, is considered as a comment, leading to the exclusion of the entire line (EOL-delimited).

Ie:

# header row
street;city;zipcode
# here content starts
some street; some city; some zipcode etc