Hello everyone,
I'm facing an issue with CSV imports in EspoCRM. While creating new records works perfectly fine, I'm having trouble with updating existing records.
My specific problem:
Example:
Is there a specific setting or method to force EspoCRM to overwrite existing data with empty values during CSV imports?
Any help or guidance would be greatly appreciated.
Thank you in advance!
I'm facing an issue with CSV imports in EspoCRM. While creating new records works perfectly fine, I'm having trouble with updating existing records.
My specific problem:
- When I import a CSV file to update existing records
- If a cell is empty in my CSV file
- And the corresponding field in EspoCRM contains data
- The existing data is not overwritten/cleared by the empty value
Example:
- An existing record has "Phone: 123456789"
- In my CSV import file, the phone field is empty
- After import, the phone number remains "123456789" instead of being cleared
Is there a specific setting or method to force EspoCRM to overwrite existing data with empty values during CSV imports?
Any help or guidance would be greatly appreciated.
Thank you in advance!
Comment