> 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/copybook-input-pdi-step/options-copybook-input-step/output-tab-copybook-input-step.md).

# Output tab

The table in the **Output** tab provides details of the fields that are read from the binary data and how those fields are placed in the PDI stream as output from the step.

![Output tab, Copybook Input step](/files/bGlgZgpPP13xUWTXmmV3)

You can populate the table using either the **Get Fields** or **Get Fields with Parent Groups** commands. These commands extract directly from the copybook definition file selected in the **Input** tab. Use the **Get Fields with Parent Groups** command if you want to include the higher-level organizational data from the copybook definition file that omits the PICTURE clauses.

To pass the input fields to the PDI output stream, select the **Pass through input fields** check box. Clear this check box to omit the input fields from the PDI output stream.

**Note:** This option is only available if you chose either the **File defined in a field** option or the **Data already loaded in a binary field** option, located in the **Source** section of this step's [**Input**](/pdia-data-integration/10.2-data-integration/pdi-transformation-steps-reference-overview/copybook-input-pdi-step/options-copybook-input-step/input-tab-copybook-input-step.md) tab.

The output table contains the following columns.

| Column         | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Name**       | The name of the field in the PDI output stream. You can revise or update this field name as necessary.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| **Path**       | The fully qualified path to the binary data column in the copybook definition file.**Note:** This field cannot be edited. It is controlled by the copybook definition file.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| **Dest Type**  | <p>The PDI data type of the column mapped from the column definition.<strong>Note:</strong> This field cannot be edited. It is controlled by the copybook definition file.</p><ul><li>X becomes <strong>String</strong></li><li>COMP, COMP-3, and DISPLAY become <strong>BigNumber</strong></li><li>COMP-1 and COMP-2 become <strong>Number</strong></li><li>Parent groups become <strong>Binary</strong></li></ul>                                                                                                                                                                                                                                                                |
| **Conversion** | <p>This data type is read from the source data for a given field.- <strong>Dest Type</strong></p><p>(Default) The field are cast to the PDI type in the <strong>Dest Type</strong> column.</p><ul><li><strong>String</strong></li></ul><p>The column is converted to the <strong>Dest Type</strong>, then cast into a string.</p><ul><li><strong>Hex String</strong></li></ul><p>The bytes of the underlying data are converted to a hex string. The output field is a string data type.</p><ul><li><strong>Binary</strong></li></ul><p>The bytes of the underlying data of the column are not converted, but are instead extracted and placed on the stream as a binary type.</p> |


---

# 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:

```
GET https://docs.pentaho.com/pdia-data-integration/10.2-data-integration/pdi-transformation-steps-reference-overview/copybook-input-pdi-step/options-copybook-input-step/output-tab-copybook-input-step.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.
