Skip to main content
Note:This feature is currently in the Beta phase. For activation, reach out to Zeotap support or your Account representative.
The Custom Transformer Enricher type is available for every mapped field, except the IDs and Country fields. This enricher allows you to perform specific data transformations before we store the data in your Zeotap account. To know more about this enriched and its supported directives, refer to Custom Transformer. Perform the following steps to configure the enricher:
1
Map the Source field to the corresponding Zeotap Catalogue field.
2
Click +ADD ENRICHER against the field for which you want to apply data transformation.
3
Select Custom Transformersas the enrichment type.
4
Copy the required directive from the supported directives list and paste it into the input box provided.
5
Save the changes.
Note:If multiple Zeotap Catalogue Fields are mapped to the same source field, then the Enricher setup is applied to allthe mapped fields.
Example If the incoming source data contains the following value in the column total_transaction_value: 6.821,81 €, then to use this value for downstream consumption like analytics or segmentation, we recommend you transform and store this as a number. To transform the incoming European currency value detected as a string into a Double value, you can use the below directive. parse-as-currency :total_transaction_value :dst 'en_IE'
Last modified on February 26, 2026