I'm interested in exporting/importing contacts with multiple email addresses. Is it possible to do it in the current EspoCRM version?
Moreover, I want to be able to add new email addresses to an existing contact identified by other fields (e.g., profile URL).
Example:
A contact data in EspoCRM before import:
Firstname, Lastname, ProfileURL1, name1@domain1.com
I import CSV with data:
Firstname, Lastname, ProfileURL1, name2@domain2.com
Contact data after the import:
Firstname, Lastname, ProfileURL1, name1@domain1.com; name2@domain2.com
Can anybody give me a clue how to do it in the current version of EspoCRM?
Moreover, I want to be able to add new email addresses to an existing contact identified by other fields (e.g., profile URL).
Example:
A contact data in EspoCRM before import:
Firstname, Lastname, ProfileURL1, name1@domain1.com
I import CSV with data:
Firstname, Lastname, ProfileURL1, name2@domain2.com
Contact data after the import:
Firstname, Lastname, ProfileURL1, name1@domain1.com; name2@domain2.com
Can anybody give me a clue how to do it in the current version of EspoCRM?
Comment