Campaign Name not mapping on Data Import

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • timwuk
    Junior Member
    • Jun 2016
    • 6

    Campaign Name not mapping on Data Import

    I have a CSV file that I am using to test importing LEADS into the CRM via the Administration/DATA/Import feature.

    Everything maps perfectly apart from the Campaign name.

    I have created a campaign called 'IFA' in the CRM

    The CSV the field label is 'campaign', and the row is populated with the name of the campaign 'IFA'.

    Before running the import I map the field to Campaign Name. After running the import, the field is blank.

    Any ideas? I think it's a bug

    I am running version: 4.1.5

    Thanks

    Tim
  • yuri
    Member
    • Mar 2014
    • 8551

    #2
    We will check it out.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • yuri
      Member
      • Mar 2014
      • 8551

      #3
      Here is quick fix: https://github.com/espocrm/espocrm/c...6f26c4dd98cd77

      You can override the whole file.
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      • timwuk
        Junior Member
        • Jun 2016
        • 6

        #4
        I replaced the whole of the import.php with the one you linked in github, and I got the same result; the mapping to the 'campaignName' failed to import the 'IFA Project'. Am I doing something wrong here?

        Thanks

        Tim

        Comment

        • yuri
          Member
          • Mar 2014
          • 8551

          #5
          Can you provide a few lines from your CSV?
          If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

          Comment

          Working...