Articles in this section

Transformation 1.0: Delete unwanted transformation fields

If you want to delete or remove certain fields from your output you can leave them out of the transformation rules. 

Warning: Any fields not included in the transformation rules will be automatically deleted. If you want to include a field in your output, you must add it to the rules. You don’t need to change the field, but you must include it.

Input:

{
  "name": "Estrella",
  "age": 56,
  "address": "123 South Street"
}

Rules:

Source data (input) Transformed data (output)
name name
address address

Output:

{
  "name": "Estrella",
  "address": "123 South Street"
}
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.