Overview
Field mapping is the core of creating data pipelines in Entegrata. You define how data from your source systems maps to the standardized fields in your entities. This guide covers everything from simple direct mappings to understanding data type compatibility and handling common mapping scenarios.Understanding Field Mapping
What is Field Mapping?
Field mapping creates a connection between:- Source Field: A column from your data source (e.g.,
customer_namefrom CRM) - Entity Field: A standardized field in your entity (e.g.,
Name)

Direct Field Mapping (Visual View)
Basic Connection
Open the Mapping Editor
Navigate to your entity and open the mapping editor. Ensure you have at least one data source configured.

Locate Source Field
You can either add a new field to your source node by clicking Add Field or by selecting a field you have already added.

Locate Target Entity Field
On the right side, find the entity field you want to map to. Entity fields are shown with their data types.

Alternative: Click-to-Map
Instead of dragging, you can use the click method:Understanding Data Type Compatibility
Automatic Type Conversion
Entegrata automatically converts between compatible data types:| Source Type | Compatible Entity Types |
|---|---|
| String/Text | String, Integer (if numeric), Decimal, Boolean, Date |
| Integer | String, Integer, Decimal, Boolean |
| Decimal/Float | String, Decimal, Integer (rounded) |
| Boolean | String, Boolean, Integer (0/1) |
| Date/DateTime | String, Date, DateTime |
| JSON | String, JSON |
Mapping from Multiple Sources
When you have related sources, you can map fields from any of them:Common Mapping Patterns
Name Fields
Combining first and last name: Option 1: Use CONCAT transformationAddress Fields
Mapping complete addresses: Single Field Address:Date and Time Fields
Common date/time mapping scenarios: Date Only:Boolean/Flag Fields
Mapping yes/no or true/false values: String to Boolean:
Numeric Fields
Mapping numbers with precision: Integer to Decimal:Unmapping Fields
To remove a field mapping:Visual View
Remapping Fields
To change an existing mapping:Visual View
Troubleshooting
Cannot Map Field
Issue: Dragging a field doesn’t create a connection. Solutions:- Check if entity field is already mapped (unmap first)
- Verify data types are compatible
- Ensure source node is properly connected
Missing Fields in Dropdown
Issue: Expected source field doesn’t appear in dropdown. Solutions:- Refresh source schema
- Verify you’re looking at the correct source
- Check if field name has special characters (may be escaped)
- Ensure source connection is active
- Ensure field is enabled on the resource



