How to fix CSV import "BLOB" error
Root Cause:
This "BLOB" error is caused when the uploaded CSV file contains non-UTF-8 format characters - such as characters with accents, or special symbols, or commas in non-text fields.
Google Sheets:
The first way to fix the BLOB error is through Google Sheets:
- Copy and paste the information into a new document,
- Highlight information
- Click the drop-down menu for "Format"
- Change to "Plain text"
- CTRL F > click the ellipse "..."
- Under the "Find" box, add in a comma ","
- "Replace All" leave the box empty
Once you have changed the format you will need to save it as a CSV file:
- Click the drop-down menu for "File"
- Download as
- Comma-separated values (.csv, current sheet)
Excel (Unicode UTF-8):
*Try this method only if Google Spreadsheets does not work*
Within Excel:
- Save as
- Format = CSV
- Click Tools (to the left of the Save button)
- Click web options
- Select the Encoding tab
- Save Document as Unicode UTF-8
- OK
- Save
Excel (non-Unicode UTF-8):
Within Excel:
- Save as
- Format = CSV
- Click Tools (to the left of the Save button)
- Click web options
- Select the Encoding tab
- Save Document as anything other than Unicode UTF-8
- OK
- Save
- Close Excel
- Re-open the file
- Save as
- Format = CSV
- Click Tools (to the left of the Save button)
- Click web options
- Select the Encoding tab
- Save Document as anything other than Unicode UTF-8
- OK
Comments
0 comments
Article is closed for comments.