> For the complete documentation index, see [llms.txt](https://docs.trymito.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trymito.io/how-to-1/split-a-column-on-delimiter.md).

# Split a column on delimiter

There are many reasons why you might want to separate a column on a delimiter. Two of the most common are:

* A single column contains multiple pieces of information that are more helpful in two separate columns. For example, a column `Name` that contains the first and last name separated by a space.&#x20;
* The data in a column is prepended with an unnecessary label that clutters your analysis. For example, a column of numeric product ids all start with the prefix "productID-". This prefix gets in the way of sorting the product id's in ascending order.&#x20;

#### Open the Split Text to Columns Taskpane&#x20;

<figure><img src="/files/JbBZ0GBbntf3QmjXTDkw" alt=""><figcaption></figcaption></figure>

#### Configure the taskpane

Select the `Dataframe` that contains the column you want to split.&#x20;

Select the `Column` that you want to split.&#x20;

Use the `Delimiters` section to build the delimiter that you want to separate on. If you select multiple delimiters, either of them will trigger a split.

The `Columns Preview` shows you the first three rows of the new columns you will create by splitting using the current configuration of the taskpane. &#x20;

![](/files/6rvfT7Epp79ndyIljD9n)

#### Split the column on the delimiter

Press the `Split on delimiter` button and notice the new columns in your sheet.&#x20;

![](/files/lMDRLTAqLJOTNAac4hfM)


---

# 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.trymito.io/how-to-1/split-a-column-on-delimiter.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.
