> 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/fields-tab-microsoft-access-input.md).

# Fields tab

Use the **Fields** tab to define properties for the fields being exported.

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

| Option         | Description                                                                                                                                                   |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Name**       | The name of the output field.                                                                                                                                 |
| **Column**     | The name of the column in the Access table.                                                                                                                   |
| **Type**       | The target data type to convert.                                                                                                                              |
| **Format**     | The format or conversion mask to use in the data type conversion.                                                                                             |
| **Length**     | The length of the output data type.                                                                                                                           |
| **Precision**  | The precision of the output data type.                                                                                                                        |
| **Currency**   | The currency symbol to use during data type conversion.                                                                                                       |
| **Decimal**    | The numeric decimal symbol to use during data type conversion.                                                                                                |
| **Group**      | The numeric grouping symbol to use during data type conversion.                                                                                               |
| **Trim type**  | The type of trimming to use during data type conversion.                                                                                                      |
| **Repeat**     | Select **Y**to repeat the column value of the previous row if the column value is empty (null)                                                                |
| **Get fields** | Click **Get Fields** to have the step populate the table with fields derived from the source file. All fields identified by this step are added to the table. |


---

# 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/fields-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.
