Bug #1868
Lookup cannot load lookups with invalid chars
Start date:
05/17/2017
Due date:
% Done:
100%
Associated revisions
Allowing loading of lookups with invalid characters
Reference #1868
History
#1 Updated by Luke Murphey over 7 years ago
- File wierd_chars.csv View added
#2 Updated by Luke Murphey over 7 years ago
- Error: new-line character seen in unquoted field - do you need to open the file in universal-newline mode?
- UnicodeDecodeError: 'utf8' codec can't decode byte 0xdd in position 0: invalid continuation byte
#3 Updated by Luke Murphey over 7 years ago
- File non_utf_chars.csv View added
#4 Updated by Luke Murphey over 7 years ago
get_lookup() in the controller opens the file.
#6 Updated by Luke Murphey over 7 years ago
Trying 0.14.1 of python-unicodecsv
#7 Updated by Luke Murphey over 7 years ago
- Target version changed from 2.7.0 to 2.6.2
#8 Updated by Luke Murphey over 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100