Skip to content

Strip Processor

Refael Mizrahi edited this page Jan 27, 2022 · 5 revisions

Strip [strip]

This processor will remove whitespace characters before and after the value of a field.

  • fields [array]

Example

{
  "steps": [{
    "strip": {
      "config": {
        "fields": ["message"]
      }
    }
  }]
}
Clone this wiki locally