To lowercase
The To lowercase step allows to convert a text column to lowercase.
Step parameters
Convert column
column(string)*: the column to be converted into lowercase
Example
Input

Configuration
{
"column": "full_text"
}
Output

We do not support accents. If you have accents you need to lowercase with Mongo, use a replacetext
step after lowercase
.
Last updated
Was this helpful?