CSVDocument needs to use UnicodeReader and UnicodeWriter

Bug #247026 reported by Patrick Dwyer
2
Affects Status Importance Assigned to Milestone
Santoku
Status tracked in Trunk
Trunk
New
Critical
Patrick Dwyer

Bug Description

The CSVDocument needs to use the UnicodeReader and UnicodeWriter classes in the Python csv documentation for reading and writing the source CSV files. These class wrappers need to be extended to include additional levels of error checking and handling for any Unicode malformations and CSV source malformations.

Currently the CSVDocument reader uses the raw CSV class with custom handling code for the Unicode conversions. The writer is not yet implemented. The current Reader code may be sufficient and faster, due to the delayed conversion from byte stream to Unicode.

Tags: csv unicode

Related branches

Changed in santoku:
assignee: nobody → patrick-programmish
importance: Undecided → Critical
milestone: none → 0.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.