# 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/FvwKvRyMGP7msESIPOlh)

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