25 lines
530 B
Markdown
25 lines
530 B
Markdown
---
|
|
layout: default
|
|
title: string_converter
|
|
parent: Processors
|
|
grand_parent: Pipelines
|
|
nav_order: 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`).
|
|
|
|
<!---## Configuration
|
|
|
|
Content will be added to this section.
|
|
|
|
## Metrics
|
|
|
|
Content will be added to this section.---> |