Sometimes you need to import a CSV file that contains HTML code, for example when importing Email Messages that contains a field for the HTML Body.
Issue
When you try to upload the file you get the error below:
"The uploaded file format is not correct. Please try again uploading a csv (comma separated values) file."
Cause
Due to a known issue (that is already internally reported but not fixed yet) dataloader.io is sometimes not able to parse the <html> tag properly.
Solution
This will be fixed in a future release.
Alternative solution
Until the issue is fixed, you can replace the "<" by its encoded value "<". This will avoid the error when uploading the file and will also allow the html tag to be properly parsed as html code.
Comments
Please sign in to leave a comment.