roskakori / cutplace

validate data stored in CSV, PRN, ODS or Excel files
http://cutplace.readthedocs.org/
GNU Lesser General Public License v3.0
18 stars 20 forks source link

Report line delimiter violations in CSV data #2

Closed roskakori closed 9 years ago

roskakori commented 12 years ago

In the ICD you can specify the line delimiter to use (for example "LF"). However, currently cutplace does not report if the data use other line delimiters.

The reason for that is because Python's standard csv.reader is broken in this respect.

roskakori commented 9 years ago

As this need to be fixed in the csv.reader of the standard library, this won't be fixed for the time being.