545 B
545 B
layout | title | parent | grand_parent | nav_order |
---|---|---|---|---|
default | string_converter | Processors | Configuring Data Prepper | 45 |
string_converter
Overview
Converts string to uppercase or lowercase. Mostly useful as an example if you want to develop your own processor.
Option | Required | Type | Description |
---|---|---|---|
upper_case | No | Boolean | Whether to convert to uppercase (true ) or lowercase (false ). |