-
Notifications
You must be signed in to change notification settings - Fork 0
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
Configure Bulkrax #268
Comments
Attempting to import the sample CSV that the client provided caused the importer to fail with this error: CSV::InvalidEncodingError - Invalid byte sequence in UTF-8 in line 3. After some digging, I'm pretty sure the file is encoded in iconv -f WINDOWS-1252 -t UTF-8 input.csv > output.csv [UPDATE] -- We'll need to override this [UPDATE 2] -- The client was able to encode their CSVs as UTF-8, so this is no longer necessary |
While configuring Bulkrax's field mappings using the CSVs provided by the client, it became apparent that WCU's field mappings conflict with other existing HykuUP tenants. Because of this, @orangewolf and I decided that the best short-term1 solution was to add a new Hyku Account setting that would allow for per-tenant field mappings. That Hyku PR can be found here: Footnotes
|
The Hyku feature that allows for per-tenant field mappings has been merged into Hyku
The Mobius field mappings should also be updated and ensured that they still work |
No description provided.
The text was updated successfully, but these errors were encountered: