Integrations · Practical guide
Zintara contact export field mapping: understand what the CSV contains
Map the current eight export columns explicitly and identify information that needs a separate preservation plan.
Reviewed · Examples are illustrative
Who this helps: Operators connecting and reconciling outreach systems.
Define the decision
The reviewed export contains Name, Email, Company, Title, Status, Score, Tags and Last Activity. It is not a full database dump and does not include every custom field, campaign enrollment or message history.
Work through the procedure
- Inspect the exact header row from the current deployment.
- Map each field to a destination type and record transformations.
- Handle pipe-separated tags deliberately.
- Preserve spreadsheet formula escaping instead of stripping it blindly.
- Compare a synthetic exported record with its destination representation.
Worked example
The following is a synthetic example for this procedure, not a customer result or performance benchmark.
Name → display name, not automatically first and last name
Email → matching candidate, subject to destination policy
Tags → split on the documented pipe separator if appropriate
Last Activity → descriptive activity text, not a guaranteed timestampRead the result
The mapping avoids silent semantic changes. Splitting every display name on the first space or treating activity text as a date can corrupt a seemingly successful import.
Check before moving on
- Check rows with commas, quotes and line breaks.
- Document fields absent from the export.
Limits and next action
Use a separate approved method when stable IDs, custom fields or history are required. Do not claim a reversible full-fidelity migration from this CSV alone.
Source references
Worked examples are illustrative. Editorial procedures are suggested methods, not measured performance claims or promises of additional product features.
Related guides
- Zintara Slack notifications: connect a channel and select events →
- Zintara API pagination: walk lead pages and reconcile changing data →
- Zintara API rate-limit handling: bound retries without inventing a quota →