42BV / CSVeed

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

Off-by-one error on RowImpl.get(String columnName) #109

Closed bsungur closed 5 years ago

bsungur commented 5 years ago

When calling get(String) on a Row, the result is off by one column.

This seems to be due to Column in Header being 1 indexed. While cells in LineWithInfo is List which is 0 indexed.

hazendaz commented 5 years ago

@bsungur ok I cannot release this myself as I don't have permission. I pinged @robert-bor to perform a release. Please see ticket #113 and follow from there. Thanks.