v3.4.0
Added
- Add
skipLines(int)
andskipLines(Predicate<String>, int)
toCsvReader
to skip lines before the actual CSV data starts
skipLines(int)
and skipLines(Predicate<String>, int)
to CsvReader
to skip lines before the actual CSV data starts