# Compare text columns

This step involves comparing two text columns and generating a new column that stores a boolean indicating the result of that comparison.

### Step parameters

* `New column name(for the comparison result)` **string\***: the new column to be created for returns true if the string values are equal, and false otherwise.
* `First text column to compare` **column(string)\***: Select the first column to compare
* `Second text column to compare` **column(string)\***: Select the second column to compare

### Example

**Input**

<figure><img src="/files/yu3BCgm8fpsNSMOQrHPO" alt=""><figcaption><p>Text - Compare text columns input</p></figcaption></figure>

**Configuration**

```json
{
    "new_column_name": "compare_results",
    "str_col_1": "compare_text1",
    "str_col_2": "compare_text2"
}
```

**Output**

<figure><img src="/files/MF4sXNjM7XdQQWoJiIg1" alt=""><figcaption><p>Text - Compare text columns output</p></figcaption></figure>

{% hint style="info" %}
The comparison is case-sensitive
{% endhint %}


---

# 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-v3.toucantoco.com/data-management-in-datahub/datasets-in-toucan/preparing-data/overview-of-youprep-tm/text/compare-text-columns.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.
