When doing an import from a CSV, there are some fields it does not import, have no error and no message. Just does not import. How can I investigate it?
Does not import some fields
Collapse
X
-
Tags: None
-
Comment
-
Comment
-
Best to provide more data. Which version of EspoCRM are you using. The field SQM. What field type is that? Is your CSV File in UTF-8 Mode?
You could also enable more logging: https://docs.espocrm.com/administration/log/Comment
-
-
Comment
-
Sorry, what do you mean by "your file does not specify a name for each record"?
I was able to import Account column, Event, Exhibition Code, Hall, Booth but for example was not able to import FullName, FullMobile, Email, Quantity.
I still don't understand why.Comment
-
Comment
-
Ok, I was able to import Account (Name) but was not able to import email and some other columns. Should I change the name of the other columns too?Comment
-
In my third screenshot, the system automatically recognized the "Name" column from the import file as the "name" field. The rest of the fields need to be assigned manually. I advise you to read the documentation: https://docs.espocrm.com/administration/import/.
-
-
I still cannot import some fields. In this example I was not able to import Contact Name, Contact Phone and Contact email. From the CSV file TESTE2.csv.
Please see the attached files.
ThanksAttached FilesComment
-
1. Firstly import Opportunity1 without related data from Contact entity.
2. Then import Contact1 separately, in a separate import file, where opposite one of the columns will be indicated the ID of your Opportunity1, which you imported in the previous point.
In this way, you import Contacts and Opportunities separately, which will be interconnected with the help of these two steps. And just importing Opportunity1 and immediately Contact1, you will not be able to immediately relate them together.Last edited by victor; 07-30-2026, 03:28 PM.
-
-
The point is, contact name in the CSV file is not equal to the contact name in the Contacts Entity, that's why I can not import it.Comment

Comment