How do we correctly map import data that has columns for First / Last Name and Address on separate fields but I can't find where the 'Address' field is able to even be mapped individually prior to even considering the fact that 'address' is one input on EspoCRM?
Importing Accounts - Mapping Address and Name?
Collapse
X
-
Greetings.
Are you trying to import account data in CSV format with the "Export all fields" checkbox?
Because in step 2 of the import process, I can choose what field I want to map while importing data with the "Export all fields" checkbox on:
Same with the first/second name. I took an example from the lead record, but the logic is the same here:
If you need to import account data from an outside resource where the address field is a single string, you can find the following link useful:
https://forum.espocrm.com/forum/gene...ce=chatgpt.com.
Where the idea is to paste all address information into the custom varchar or text field and then parse it to respective fields using a formula script.

Comment