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