Skip to content

LowerCase Processor

Refael Mizrahi edited this page Jan 23, 2022 · 4 revisions

LowerCase [lowerCase]

This processor will lowercase all the values in a field.

  • field

Example

{
  "steps": [
    {
      "lowerCase": {
        "config": {
          "field": "parsed_json_key"
        }
      }
    }
  ]
}
Clone this wiki locally