Closed roskakori closed 9 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.
As this need to be fixed in the csv.reader of the standard library, this won't be fixed for the time being.
csv.reader
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.