You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm guessing that this is mainly happening when uploading CSV files generated on a Mac, or any system that appends a UTF-8 BOM to the beginning of the CSV file. If so, the issue can be resolved stripping off the BOM after reading the first line. See following code for an example:
To reproduce:
try to upload bulk associations following the docs.
The text was updated successfully, but these errors were encountered: