42BV / CSVeed

Light-weight, easy-to-use Java-based CSV utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use interfaces instead of implementations wherever possible

xjrk58 opened this issue · comments

RowReaderImpl shouldn't use RowInstructionsImpl directly, but RowInstructions otherwise it's very difficult to support reading of multi-line cell values by RowReader.