Multiline text fields
Bug #999180 reported by
Juan Rial (OpenERP)
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Enapps OpenERP CSV Import Tool |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
There is currently no way to handle multiline text fields. Multiline text fields in csv also span multiple lines, but are surrounded by field delimiters. Another way to spot them is by observing that the lines containing (part of) the multiline cell have fewer "columns" than the others.
Related branches
lp://staging/~jri-openerp/enapps-csv-import-tool/python_csv_reader
- Enapps Ltd OpenERP Partner London UK: Pending requested
-
Diff: 77 lines (+11/-19)2 files modifiedea_import/ea_import_chain.py (+4/-16)
ea_import/ea_import_template.py (+7/-3)
- Juan Rial (OpenERP): Approve
- Diff: 0 lines
lp://staging/~elbati/enapps-csv-import-tool/fix_file_to_list_method
- Lorenzo Battistini (community): Disapprove
- Enapps Ltd OpenERP Partner London UK: Pending requested
-
Diff: 33 lines (+2/-16)1 file modifiedea_import/ea_import_chain.py (+2/-16)
To post a comment you must log in.
Possible solution: use Python's CSV library to read the lines: http:// docs.python. org/library/ csv.html