The following example demonstrates how to remove unwanted fields from an object. Here, the age and address fields have been removed for the record.
| Pre-Transform | Transform Mappings | Post-Transform |
| { “name”: “Estrella”, “age”: 50, “Address”: “123 Anywhere St.” } | ![]() | { “name”: “Estrella” } |
