-
Notifications
You must be signed in to change notification settings - Fork 1
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
Google Contacts CSV has BOM #1
Labels
Comments
vijendra
added a commit
to vijendra/CSV-Import
that referenced
this issue
Jan 26, 2012
Can I get a test problematic CSV file? |
vijendra
added a commit
to vijendra/CSV-Import
that referenced
this issue
Jan 26, 2012
Merged
i changed the toppic and checked the BOM issue, which is not resolved yet. Here is an example of how it could be done, but in ruby192 there might be other methods I will upload a failing csv, too |
vijendra
added a commit
to vijendra/CSV-Import
that referenced
this issue
Jan 28, 2012
vijendra
added a commit
to vijendra/CSV-Import
that referenced
this issue
Jan 28, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ruby csv parser fails when importing google contacts export because it has a UTF16 BOM in it.
We should strip all BOM, and if present autodetect the incoming encoding and convert it to utf-8
The text was updated successfully, but these errors were encountered: