Skip to content

Stricter parsing

Compare
Choose a tag to compare
@dehesa dehesa released this 14 Mar 19:08
· 9 commits to master since this release
  • CSVReader and CSVDecoder 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 and CSVDecoder ignore empty lines.
    Usually encountered at the end of a file.
  • Minor enhancements on documentation.