Appendium / flatpack

CSV/Tab Delimited and Fixed Length Parser and Writer
http://flatpack.sf.net
Apache License 2.0
57 stars 20 forks source link

Provide a stream() interface for the Parser #2

Closed benoitx closed 10 years ago

benoitx commented 10 years ago

With JDK8, this would make it much easier to parse rows, e.g. csvParser.stream().map(Record to whatever user wants)...