> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pdia-data-integration/9.3-data-integration/pdi-transformation-steps-reference-overview/catalog-output/before-you-begin-catalog-output/general-catalog-output/file-tab-catalog-output.md).

# File tab

The **File** tab has **Operational Type** selections that determine how and where the data is written.

![File tab](/files/6ZsaSIEH2SHRI3N3iA3t)

| Field                              | Description                                                                                                                                                                                                                                                                                                                                                                                                                            |
| ---------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Save by location**               | Select to save your data according to the **Save by location** settings.**Note:** In some cases, if missing or incomplete data is returned, you may need to change the default limit for returned results. See [Data Catalog searches returning incomplete or missing data](/pdia-data-integration/9.3-data-integration/data-integration-issues/lumada-data-catalog-searches-returning-incomplete-or-missing-data.md) for information. |
| **Overwrite an existing resource** | Select to save your data by overwriting the existing resource.                                                                                                                                                                                                                                                                                                                                                                         |

When \*\*Save by location\*\* is selected, use these fields to determine the data type that is written, and where and how the data is saved.

| Field                     | Description                                                                                                                                                                                                                                                                                                                                                     |
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Virtual Folder**        | Specify a virtual folder in Data Catalog for the data.                                                                                                                                                                                                                                                                                                          |
| **Name**                  | Enter the file name and file extension.                                                                                                                                                                                                                                                                                                                         |
| **File Format**           | Specify the file format. Only applicable for CSV and Parquet file types.                                                                                                                                                                                                                                                                                        |
| **Replace**               | Select to replace an existing file.                                                                                                                                                                                                                                                                                                                             |
| **Update**                | Select to update an existing file. Only applicable for CSV file types. Note that this method is currently unavailable when your data source is a MinIO instance. See [Connecting to Virtual File Systems](/pdia-data-integration/9.3-data-integration/data-integration-perspective-in-the-pdi-client/virtual-file-system-browser.md) for alternate connections. |
| **Create with timestamp** | Select to create a new file with a timestamp when the file already exists.                                                                                                                                                                                                                                                                                      |

When **Overwrite an existing resource** is selected, use this field to determine the resource that is overwritten.

![Overwrite an existing Resource Id](/files/laii9RAzDkzBZ2kOhPIN)

| Field           | Description                                                                           |
| --------------- | ------------------------------------------------------------------------------------- |
| **Resource Id** | Specify the Data Catalog resource identifier to use as the location to save the data. |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pentaho.com/pdia-data-integration/9.3-data-integration/pdi-transformation-steps-reference-overview/catalog-output/before-you-begin-catalog-output/general-catalog-output/file-tab-catalog-output.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
