When we attempt to upload a CSV file into Insight, we are not able to proceed past the Create Import Configuration screen due to an error message that states "Failed to connect to the CSV file specified."
We can see that the file is present in the "Files" tab for the object schema being used.
Does anyone know of possible causes for this error?
I'm having the same issue, some of my files just refuse to import, others are successfully imported without any issue.. It would be good to get some information about this from the devs.
I had this problem and it was caused by a blank value in the CSV's header row. eg
title,summary,,description
I changed it to
title,summary,something,description
and I was able to continue. A more descriptive error wouldn't go wrong...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Sean! :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm having this issue as well. I have saved the file with UTF-8 encoding, and it is delimited with "," but keeps giving the same error.
If i change the delimiter in the import settings to ";" instead, it accepts the configuration, but then it is read incorrectly (all columns in 1 column, not delimited).
Please help!
EDIT:
I found out what the problem was. There was a random zero in the file under an empty unnamed header. So two criteria to take away for csv import to work:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found out something else in this issue. I was having the same problem and I found out I was saving my csv file as csv delimited with "," but not in UTF-8 format
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just found out that quotes around the headers / values are also a reason for this error to popup... (is valid CSV, but not supported apparently)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.