Configure Map as a processor
The Map processor in Zuora Mediation allows for the selective retention, renaming, dropping, or transformation of fields from usage events to normalize data formats and prepare fields for further processing.
The processor is commonly used to normalize data formats, reduce payload size, or prepare fields for downstream enrichment, filtering, or rating.
You can use the Map processor in the following instances:
- To rename input fields to match your target schema.
- To remove unnecessary or redundant fields.
- To transform field values using simple JavaScript logic (e.g., uppercase conversion, numeric scaling).
- To standardize incoming event structure before it reaches later pipeline steps.