rename
Rename fields
Example: Simple rename
input:
{"een":1}
action:
rename:
fields:
- een: one
output:
{"one":1}
Field Name | Description | Type | Default |
---|---|---|---|
condition | Only run this action if the condition the specified condition is met | expression | - |
fields | The array of fields and what they should be renamed to | array of (field,field) pairs | - |
condition
Only run this action if the condition the specified condition is met
Type: expression
fields
The array of fields and what they should be renamed to
Type: array of (field,field) pairs