View Issue Details

IDProjectCategoryView StatusLast Update
0012804ScribusScripterpublic2014-11-04 05:06
Reportercyc.ttn Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformMacOSXOS Version10.10 (Yosemite)
Product Version1.4.4 
Summary0012804: importcsv2table Script fails on certain csv files
DescriptionWhen a CSV file exported by Excel does not have quotes (e.g., they are numbers only) it seems to fail. I get the message:

Could not open file new-line character seen in unquoted field - do you need to open the file in universal-newline mode?

I fixed it temporarily for myself by changing: reader = csv.reader(file(csvfile)) to reader = csv.reader(open(csvfile, 'rU')) on line 105, but haven't tested it on a variety of files (just the one file I am working on, though I can't determine where to expect an error from).
 
TagsNo tags attached.
PatchNo

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2014-11-04 05:06 cyc.ttn New Issue