You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
Attempt to upload a csv with "Émigré" resulted in the following error. The error was resolved by replacing "Émigré" with "Emigre" in the csv. As a workaround, we were able to use the admin ui editor to re-insert the correct text.
$python batch_loader.py /path/to/file.csv
Traceback (most recent call last):
File "batch_loader.py", line 152, in <module>
field_names, rows = load_csv(args.csv)
File "batch_loader.py", line 30, in load_csv
return reader.fieldnames, list(reader)
File "/usr/lib/python3.5/csv.py", line 96, in fieldnames
self._fieldnames = next(self.reader)
File "/opt/batch-loader/ENV/lib/python3.5/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4588: ordinal not in range(128)
Attempt to upload a csv with "Émigré" resulted in the following error. The error was resolved by replacing "Émigré" with "Emigre" in the csv. As a workaround, we were able to use the admin ui editor to re-insert the correct text.
Corrected item in prod: https://scholarspace.library.gwu.edu/concern/gw_works/z316q1971?locale=en
The text was updated successfully, but these errors were encountered: