Closed jrgriffiniii closed 3 years ago
The following errors are raised when attempting to parse Excel restrictions spreadsheets:
*** UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 5: ordinal not in range(128)
This originates from https://github.com/pulibrary/dspace-python/blob/thesis-central-import-multiauthor/thesiscentral-vireo/dataspace/python/vireo.py#L77
This was resolved with f67b083, but I have not yet issued a pull request for this branch.
Shifting to icebox for now until VireoSheet is deprecated.
The following errors are raised when attempting to parse Excel restrictions spreadsheets:
This originates from https://github.com/pulibrary/dspace-python/blob/thesis-central-import-multiauthor/thesiscentral-vireo/dataspace/python/vireo.py#L77