> 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/pdi-transformation-steps-reference-overview/mapping-output-specification.md).

# Mapping Output Specification

The **Mapping Output Specification** step is an output placeholder used inside a mapping *sub-transformation*.

Use this step to define where the parent transformation can read output rows from the sub-transformation.

You can think of it as a special output step that passes rows back to the parent transformation at runtime.

![Mapping Output Specification dialog](/files/m51VoLQywHHjGc8QBGgf)

### When to use

Use **Mapping Output Specification** when your transformation is designed to be executed as a mapping (for example, from the [Mapping](/pdia-data-integration/pdi-transformation-steps-reference-overview/mapping.md) step or the [Simple Mapping (sub-transformation)](/pdia-data-integration/pdi-transformation-steps-reference-overview/simple-mapping-sub-transformation.md) step).

A sub-transformation can contain:

* One Mapping Output Specification step (common)
* Multiple Mapping Output Specification steps (multiple outputs)
* No Mapping Output Specification steps (no output)

### Options

| Option        | Description                                                           |
| ------------- | --------------------------------------------------------------------- |
| **Step name** | Name of the step. This name must be unique within the transformation. |


---

# 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/pdi-transformation-steps-reference-overview/mapping-output-specification.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.
