Stricter parsing
CSVReader
andCSVDecoder
are now "stricter" while parsing CSV data.
Now errors are thrown when encountering ill-formed rows, instead of just finishing the parsing process (#34).CSVReader
andCSVDecoder
ignore empty lines.
Usually encountered at the end of a file.- Minor enhancements on documentation.