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