> For the complete documentation index, see [llms.txt](https://docs.n8n.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.splitout.md).

# Split Out

Use the Split Out node to separate a single data item containing a list into multiple items. For example, a list of customers, and you want to split them so that you have an item for each customer.

## Node parameters <a href="#node-parameters" id="node-parameters"></a>

Configure this node using the following parameters.

### Field to Split Out <a href="#field-to-split-out" id="field-to-split-out"></a>

Enter the field containing the list you want to separate out into individual items.

If you're working with binary data inputs, use `$binary` in an expression to set the field to split out.

### Include <a href="#include" id="include"></a>

Select whether and how you want n8n to keep any other fields from the input data with each new individual item.

You can select:

* **No Other Fields**: No other fields will be included.
* **All Other Fields**: All other fields will be included.
* **Selected Other Fields**: Only the selected fields will be included.
  * **Fields to Include**: Enter a comma separated list of the fields you want to include.

## Node options <a href="#node-options" id="node-options"></a>

### Disable Dot Notation <a href="#disable-dot-notation" id="disable-dot-notation"></a>

By default, n8n enables dot notation to reference child fields in the format `parent.child`. Use this option to disable dot notation (turned on) or to continue using dot (turned off).

### Destination Field Name <a href="#destination-field-name" id="destination-field-name"></a>

Enter the field in the output where the split field contents should go.

### Include Binary <a href="#include-binary" id="include-binary"></a>

Choose whether to include binary data from the input in the new output (turned on) or not (turned off).

## Templates and examples <a href="#templates-and-examples" id="templates-and-examples"></a>

[Browse Split Out integration templates](https://n8n.io/integrations/split-out) or [search all templates](https://n8n.io/workflows/)

## Related resources <a href="#related-resources" id="related-resources"></a>

Learn more about [data structure and data flow](/build/work-with-data/overview.md) in n8n workflows.


---

# 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.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.splitout.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.
