Column numbers zero-based but line numbers start at 1
A fast, programmer-friendly, free CSV library for Java
Brought to you by:
jamesbassett,
kbg
Updated so column numbers start at 1 (see revision 228). This affects the get() method of all readers (which now expects the specified column to start at 1), as well as the column number reported in exceptions. I've also added a row number (to indicate the CSV record number - which is different from the physical line number).