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.

14477050441883-Deleted_field.png

Input:

{
  "id": "Rm04B1UDQBJ6",
  "creator": "U024LNKGZMK",
  "text": "<https://docs.celigo.com/hc/en-us/community/posts/103••ed-|follow up>",
  "user": "U024LNKGZMK",
  "recurring": false,
  "time": 1668609000,
  "complete_ts": 0,
  "recurrence": null,
  "item": null
}

Rules:

Source data (input)

Transformed data (output)

id

resourceId

user

userId

Output:

{
  "resourceId": "Rm04B1UDQBJ6",
  "userId": "U024LNKGZMK"
}