> 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/10.2-data-integration/pdi-transformation-steps-reference-overview/microsoft-access-input/options-microsoft-access-input/file-tab-microsoft-access-input.md).

# File tab

Use the **Files** tab to select input files.

![Microsoft Access input step File tab](https://2745965000-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvZoINBz5C5WnDZQlbOJQ%2Fuploads%2Fgit-blob-d96082d0c8cdf83cb8ad0ddb000db7fe2f352c1e%2FPDI%20Microsoft%20Access%20input%20step%20File%20tab.png?alt=media)

| Option                              | Description                                                                                                                                                                                                                                                                                                                                                                  |
| ----------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Filename is defined in a field?** | Select the checkbox to accept filenames from previous steps.                                                                                                                                                                                                                                                                                                                 |
| **Get filename from field**         | Select the field that will contain the filenames at runtime from the list.                                                                                                                                                                                                                                                                                                   |
| **File or directory**               | Specifiy the location, or location and name of the input database file. Click **Add** or **Browse** to add the file, directory, or wildcard combination to the **Selected files** table below.                                                                                                                                                                               |
| **Regular Expression**              | Specifiy the regular expression you want to use to select the files in the **File or directory** field.                                                                                                                                                                                                                                                                      |
| **Exclude Regular Expression**      | Specifiy the regular expression you want to use to exclude the files in the **File or directory** field                                                                                                                                                                                                                                                                      |
| **Selected files**                  | View files and directories that you selected. You can select a file or directory and click **Edit** to update the wildcards that were used to include or exclude the file or directory, specify whether a file or directory is required, and select whether to include subfolders in a directory. If a required file is required and it is not found, an error is generated. |
| **Show filename(s) button**         | Click to display a list of all files to load, based on the file definitions settings defined in the File tab.                                                                                                                                                                                                                                                                |


---

# 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/10.2-data-integration/pdi-transformation-steps-reference-overview/microsoft-access-input/options-microsoft-access-input/file-tab-microsoft-access-input.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.
