HTML strip processor
editHTML strip processor
editRemoves HTML tags from the field. If the field is an array of strings, HTML tags will be removed from all members of the array.
Each HTML tag is replaced with a \n
character.
Table 22. HTML Strip Options
Name | Required | Default | Description |
---|---|---|---|
|
yes |
- |
The string-valued field to remove HTML tags from |
|
no |
|
The field to assign the value to, by default |
|
no |
|
If |
|
no |
- |
Conditionally execute this processor. |
|
no |
- |
Handle failures for this processor. See Handling Failures in Pipelines. |
|
no |
|
Ignore failures for this processor. See Handling Failures in Pipelines. |
|
no |
- |
An identifier for this processor. Useful for debugging and metrics. |
{ "html_strip": { "field": "foo" } }