quux00 / simplecsv

CSV parser for Java, based on the OpenCSV model, but fixing many of the inconsistencies and defects of that codebase.
Other
11 stars 3 forks source link

MultiLineCsvParser - parse(String) now does null check #13

Closed ghost closed 8 years ago

ghost commented 10 years ago

parse(String) now checks for null and throws and IllegalArgumentException on a null. and empty String produces an empty List.