> 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/table-output/options-table-output/enter-mapping-window.md).

# Enter Mapping window

![Enter Mapping window](/files/gNsZSypLWonXM23pdrPH)

| Field                            | Description                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| -------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Source fields**                | The list of field names from the incoming stream.                                                                                                                                                                                                                                                                                                                                                                                             |
| **Target fields**                | <p>The fields in the output table.When using this step with Spark on AEL, output fields types are converted for processing. For example:</p><ul><li>VarChar and Char are converted to String.</li><li>TinyInt and Smallest are converted to Integer.</li><li>BigInt is converted to BigNumber.</li></ul><p>See the <strong>Administer Pentaho Data Integration and Analytics</strong> document for a complete listing of the conversions.</p> |
| **Add** (button)                 | Click **Add** to move a selected combination of a field name and a column name to the **Mappings** pane.                                                                                                                                                                                                                                                                                                                                      |
| **Delete** (button)              | Click **Delete** to move a mapped combination from the **Mappings** pane back to the **Source fields** and **Target fields** panes.                                                                                                                                                                                                                                                                                                           |
| **Mappings**                     | The field to column mapping designating the incoming field and the table column where the field will be assigned.                                                                                                                                                                                                                                                                                                                             |
| **Auto target selection?**       | Select to have the step perform mapping to a target.                                                                                                                                                                                                                                                                                                                                                                                          |
| **Hide assigned source fields?** | Select to remove a field from the **Source fields** pane when it has been matched and moved to the**Mappings** pane.                                                                                                                                                                                                                                                                                                                          |
| **Auto source selection**        | Select to automatically select a field from the **Source fields** pane when a column name is selected.                                                                                                                                                                                                                                                                                                                                        |
| **Hide assigned target fields?** | Select to remove a field from the **Target fields** pane when it has been matched and moved to the **Mappings** pane.                                                                                                                                                                                                                                                                                                                         |
| **Guess** (button)               | Click **Guess** to perform automatic matching of all fields and population of the **Mappings** pane.                                                                                                                                                                                                                                                                                                                                          |


---

# 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/table-output/options-table-output/enter-mapping-window.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.
