Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chinese character set issues during batch upload process #15

Open
briri opened this issue Jan 29, 2016 · 0 comments
Open

Chinese character set issues during batch upload process #15

briri opened this issue Jan 29, 2016 · 0 comments

Comments

@briri
Copy link
Member

briri commented Jan 29, 2016

The batch load process is not properly escaping non-UTF8 character sets. The process stops when it hits one of these records (e.g. if there are 20 records in the csv and the 4th one has a bad character, it processes the first 3 and stops on the 4th. This makes it easy to locate a bad URL because the message displays the successfully loaded records ... the first 3 in this example)

The character that sparked the issue is in the following URL (the character in the '/I?387' section):
http://www.apabi.com/uc/pub.mvc?pid=book.detail&metaid=5419-7554-0/I·387

The user is able to update the URL via the edit PID screen (see PID 176454). This however requires them to update on an individual basis making the process inconvenient.

The batch process should handle these URL values in the same way that the UI does.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant