Does not import some fields

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ferradeira
    Member
    • Apr 2026
    • 45

    #1

    Does not import some fields

    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?
  • victor
    Active Community Member
    • Aug 2022
    • 1227

    #2
    Please provide more details (screenshots of an example import file with multiple records). If the import fails, at least in the latest version of EspoCRM the reasons are logged.

    Comment

    • ferradeira
      Member
      • Apr 2026
      • 45

      #3
      In this example I'm trying to import, update only, Quantity from the CSV to SQM, nothing happens and no errors, as you can see in the attachments.
      Attached Files

      Comment

      • ThomasB
        Senior Member
        • Mar 2022
        • 198

        #4
        Well, from the screenshot (import1.png) it looks like the quantity fields are empty in the CSV file. In Import4.png I can not see the collum names.

        Comment

        • ferradeira
          Member
          • Apr 2026
          • 45

          #5
          at least it should have imported one cell with quantity 9 in line 20. See attached import5.png
          Attached Files

          Comment

          • ThomasB
            Senior Member
            • Mar 2022
            • 198

            #6
            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

            • ferradeira
              Member
              • Apr 2026
              • 45

              #7
              Version 10.0.2. CSV File is in UTF-8 Mode. SQL is an integer.

              Comment

              • ferradeira
                Member
                • Apr 2026
                • 45

                #8
                There is no log for today. I updated to version 10.0.2 today. Do you think that has anything to do with it? Because I was able to import the other fields from the same CSV file yesterday.
                But now I cannot do an import update only.
                Attached Files

                Comment


                • victor
                  victor commented
                  Editing a comment
                  Please provide more details an example import file with some records. Replace sensitive data in it first.
              • ferradeira
                Member
                • Apr 2026
                • 45

                #9
                Attached
                Attached Files

                Comment


                • victor
                  victor commented
                  Editing a comment
                  Your file does not specify a "name" for each record.
                  For the test, I specified the Account column for "name" and everything imported without problems.
              • ferradeira
                Member
                • Apr 2026
                • 45

                #10
                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


                • victor
                  victor commented
                  Editing a comment
                  No records in your import file have a "name" field.
              • ferradeira
                Member
                • Apr 2026
                • 45

                #11
                I change Account for name (see attached) but still did not work. I did an update only for the import. Should I use Create and update?
                Attached Files

                Comment

                • victor
                  Active Community Member
                  • Aug 2022
                  • 1227

                  #12
                  In your file, I changed the Account column to Name. The following steps are sequentially shown in the screenshots:

                  Attached Files

                  Comment

                  • ferradeira
                    Member
                    • Apr 2026
                    • 45

                    #13
                    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


                    • victor
                      victor commented
                      Editing a 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/.
                  • ferradeira
                    Member
                    • Apr 2026
                    • 45

                    #14
                    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.
                    Thanks
                    Attached Files

                    Comment


                    • victor
                      victor commented
                      Editing a comment
                      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.
                  • ferradeira
                    Member
                    • Apr 2026
                    • 45

                    #15
                    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

                    Working...