> 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/extract-to-rows/options-extract-to-rows.md).

# Options

The Extract to rows step has the following options:

![Extract to rows step dialog box](/files/XRYVecUFR2kexIvafCRD)

| Option                    | Description                                                                                                                 |
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| Step name                 | Specifies the unique name of the Extract to rows step on the canvas. You can customize the name or leave it as the default. |
| Source hierarchical field | Specifies the hierarchical input field name from the previous step, which will be used to extract the data.                 |
| Pass through fields       | Select to add the input fields to the output fields.                                                                        |

\## Fields

| Field                  | Description                                                                              |
| ---------------------- | ---------------------------------------------------------------------------------------- |
| Hierarchical data path | Complete path of the field name in the hierarchical field source.                        |
| Output field name      | Name of the field that maps to the corresponding field in the hierarchical input source. |
| Type                   | Data type of the generated output field.                                                 |
| Path field name        | (Optional) Adds the hierarchical path as a new output field with the specified name.     |


---

# 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/extract-to-rows/options-extract-to-rows.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.
