Meta Data Mapping

Meta_Data

Skip table storage for later filtering
Map directly from the response using element paths like:

customfields[attribute_code='delivery_date'] or meta_data[Key='delivery_date']

Map into message fields directly
You can capture any metadata key-value pair directly in your message mapping—no need for extra fields, lines, or copy steps. Use / for XML and . for JSON when specifying paths.

Use filtering functions in mapping
To capture multiple related keys, use 'start-with' or 'contains' functions in the element_name:

meta_data[starts-with(key, 'euxdata_beneficiaries')] meta_data[contains(key, 'euxdata_beneficiaries')]