---
title: "Split column"
method: POST
path: "/split-column/{handle}"
tags: ["data"]
---

# Split column

`POST /split-column/{handle}`

Splits the values of a column into two or more columns based on a specified separator.

## Path parameters

- `handle` string, required

## Request body

- SplitcolumnRequest
  - `Column` string
  - `Separator` string

## Response `200`

OK

- unknown

## Other responses

- `202` — Accepted
- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/freshdesk/apis/gigasheet-api.md) · [All operations](https://skmtc.net/freshdesk/apis/gigasheet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freshdesk/gigasheet-api/versions/d1e5cbb24557/schema)
