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

EMX importer fails on BOM preventing CSV's to be uploaded in some cases #6492

Closed
bartcharbon opened this issue Aug 8, 2017 · 0 comments
Closed

Comments

@bartcharbon
Copy link
Member

How to Reproduce

upload the csv found in the attached zip file

Expected behavior

this works, file is imported, an entity test with an attribute ID is created

Observed behavior

error stating the "name" is missing.

"name" is the first column in this, the same behaviour is seen with other CSV files, in every case the first column is reported missing. Copy pasting the contents of the file in a simple text editor and trying again fixes the issue on my machine.
probable cause: we do not process the Byte Order Mark correctly. https://en.wikipedia.org/wiki/Byte_order_mark

attributes.zip

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

No branches or pull requests

2 participants