# Change Case

In this document, you’ll learn how to use the Change Case function in Astera Dataprep to convert text data to lower, upper, or title case.   &#x20;

1. To begin, click on the *Cleanse* option in the toolbar and select *Change* *Case* from the drop-down.  &#x20;

![](/files/yNyw8kLYrBAFUvlgqQZj)

2. This will open the *Recipe Configuration – Change Case* panel.

<img src="/files/xa8ZikxlyKucBmQjpSOb" alt="" width="373">

3. In this panel, you’ll configure the following options:

* Column Selection Properties
  * **Apply to entire dataset**: Applies the case change to all columns in the dataset.
  * **Apply to specific column(s)** – Applies the change only to selected columns.

![](/files/V29QcvQSrKooHE4CXWls)

* Case Type
  * **Lower**: Converts all text to lowercase.
  * **Upper:** Converts all text to uppercase.
  * **Title**: Capitalizes the first letter of each word.

![](/files/XSwy4kxphb1nSkw1uaaW)

4. Once you’re done, click *Apply* ![](/files/cFCoUT2i8EMDi1MSw4tu)*.* In the Grid, you’ll see that the data in the *StoreName* column has been converted to uppercase.

![](/files/cSB6e9blLbIfGaavDPfL)

5. Alternatively, you can right-click on a column header in the Grid and select *Cleanse > Change Case.* The same configuration panel will appear with the column already selected. Make any changes you need and click *Apply* to update your data.

![](/files/wmceWYv76qh6safGbAqo)


---

# 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://documentation.astera.com/dataprep/cleanse/change-case.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.
