The urldecode
processor specifies a list of fields to decode from URL encoded
format.
In this example, field1
is decoded in field2
.
- urldecode:
fields:
- from: "field1"
to: "field2"
ignore_missing: false
fail_on_error: true
processors.asciidoc :works-with-fields!:
Name | Required | Default | Description |
---|---|---|---|
|
Yes |
Contains:
|
|
|
No |
|
Whether to ignore missing keys. If |
|
No |
|
Whether to fail if an error occurs. If |
See [conditions] for a list of supported conditions.