# Text

## Introduction

The 'Text' operation in Autom Mate provides functionalities for working with text documents and text-based data. This operation includes actions for reading and saving text data, essential for various text processing tasks.

The purpose of the 'Text' component is to offer efficient ways to handle text documents and data within automated workflows. It enables users to read existing text files, process the data, and save the results for future use.

## What is Text?

The 'Text' component provides actions to read and save text-based data. These operations are vital for tasks involving text processing, data extraction, and document management.

#### Key Features

* <mark style="color:orange;">**Reading Text Data**</mark><mark style="color:orange;">:</mark>
  * <mark style="color:orange;">Read existing text documents or text-based data.</mark>
* <mark style="color:orange;">**Saving Text Data**</mark><mark style="color:orange;">:</mark>
  * <mark style="color:orange;">Save processed data into text documents or data files.</mark>

## How To Use Action

### Text Read

<figure><img src="/files/hy26U9cA4Aah2tws9uqo" alt=""><figcaption></figcaption></figure>

**Description:** The 'Read' action in the 'Text' component is used to load existing text documents or text-based data.

**Usage:**

* **File Path**:
  * <mark style="color:green;">Specify the path of the text document or data to be read.</mark>
* <mark style="color:green;">The 'Read' action loads the specified text data for further processing.</mark>

{% hint style="info" %}

### **Hint**

If you're working with text files larger than 250MB, consider splitting them into smaller files or using specialized tools for processing. This ensures seamless integration with the **Text Read** action and avoids workflow interruptions.
{% endhint %}

***

### Text Save

<figure><img src="/files/NqHacevb52XG7ILNlPAA" alt=""><figcaption></figcaption></figure>

**Description:** The 'Save' action in the 'Text' component allows users to save processed data into text documents or data files.

**Usage:**

* **File Path**:
  * <mark style="color:green;">Specify the path where the processed data will be saved.</mark>
* <mark style="color:green;">The 'Save' action stores the result of the operation into the specified file.</mark>

***

## Additional Tips

### [**Use Cases**](/userguide/use-cases.md)

### [FAQ](/userguide/faq.md)


---

# 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.autommate.com/userguide/libraries/transform/text.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.
