Skip to main content
Version: 3.3.1

rename

Rename fields

Example: Simple rename

input:

{"een":1}

action:

rename:
fields:
- een: one

output:

{"one":1}
Field NameDescriptionTypeDefault
conditionOnly run this action if the condition the specified condition is metexpression-
fieldsThe array of fields and what they should be renamed toarray 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