42BV / CSVeed

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

Delegate column counting to ParseStateMachine #18

Closed robert-bor closed 11 years ago

robert-bor commented 11 years ago

Currently, columns are being counted in LineReader. Just like with counting lines, ParseStateMachine knows best. Make sure the latter does the job instead of the former