Best practices for accurate field mapping
Learn how to facilitate field mapping by matching target fields with CSV column headers.
Zuora Data Loader maps fields by matching the target Zuora object fields with column headers in the source CSV file. Automatic mapping is based on exact or similar field names. For example, the Account Name field is automatically mapped when the CSV includes a column header named Account Name.
-
Ensure that all required fields are mapped. Unmapped required fields can cause upload failures.
-
On the Field Mapping page, required fields are displayed by default. Use the Field dropdown to view and compare both mapped and unmapped fields.
-
Retain the original letter case of column headers in the CSV template. Changing the header case may prevent Data Loader from correctly identifying fields and can result in upload or validation errors.
-
If automatic mapping does not map all fields, you can manually map CSV columns using the dropdown lists.
-
Field mappings can be saved for reuse in future uploads. However, if the CSV structure or target object changes, such as adding a new custom field, you must update the mapping accordingly.
-
Data Loader supports only one-to-one field mappings. Mapping a single source column to multiple target fields is not supported and triggers a validation warning.
-
To update non-mandatory fields, the field must be included as a column in the CSV file and mapped correctly in the field mapping interface. For example, to update the custom field
CollectionAgent__con the Product Rate Plan Charge object, the field must be present in the CSV and explicitly mapped. Proper field mapping is required to ensure successful record creation and updates.