# Upper

U**pper**\
Converts to uppercase text and require no parameters. Input must be a string.

This function is useful when string inputs of a dataset need to be converted to uppercase.

### Example 1:&#x20;

Step 1: Create an empty **upper\_example\_1** using AIOps studio as shown in the below screenshot.

![Empty pipeline](/files/-MeTF8pEnDKLj98bwgi8)

Step 2: Add the following pipeline code/commands into the above-created pipeline as shown in the below screenshot:

You can copy the below code into your pipeline and execute that in your environment.\
\
\&#xNAN;*`##### This pipeline creates a simple record using AIOps studio.`*\
\
*`##### RDA function upper is used to demo this example.`*\
*`##### This pipeline adds couple of rows with string column values`*\
*`##### with upper and mixed case strings. Uses dm function 'upper' to convert string`* \
*`##### values to all 'upper' case values.`*\
\
*`@dm:empty`* \
*`--> @dm:addrow id = 1 & col = "Hello World"`*\
*`--> @dm:addrow id = 2 & col = "CFX RDA"`*\
*`--> @dm:addrow id = 3 & col = "AIOps Solution in ML World"`*\
*`--> @dm:map attr = "col" & func = "upper"`* <br>

![Pipeline code added to empty pipeline created](/files/-MeTFYUhMCm6j4i_aOJ2)

Step 3: Click verify button to make sure syntax and pipeline code is correct (as shown below)

![Pipeline code is verified using 'Verify' button as shown above.](/files/-MeTFqjkwzKRLPlvh6hO)

Step 4: Click execute button and execute the pipeline. RDA will execute the pipeline without any errors (as shown below)

![Successful execution of pipeline without any errors](/files/-MeTGJChV1Z84cR1tvuC)

Step 5: RDA uses the dm function 'upper' to change the values of each column value and convert it into upper case string values and prints the output for each dataset (or row) as shown in the following screenshot.

![Successful execution of pipeline using dm function 'upper' and prints output ](/files/-MeTGuaoBKFD_OrLW7HH)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudfabrix.io/rda/rda-userguide/rda-aiops-studio/examples-jupyter/data-mapping-cfxdm-dm-functions/upper.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
