To uppercase
The To uppercase step allows to convert a text column to uppercase.
Step parameters
Convert columncolumn(string)*: the column to be converted into uppercase
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 uppercase.
Last updated
Was this helpful?