---
title: "POST /api/table/{id}/append-csv"
method: POST
path: "/api/table/{id}/append-csv"
tags: ["/api/table"]
---

# POST /api/table/{id}/append-csv

`POST /api/table/{id}/append-csv`

Inserts the rows of an uploaded CSV file into the table identified by `:id`. The table must have been created by
  uploading a CSV file.

## Path parameters

- `id` integer, required

## Response `2XX`

Successful response

## Other responses

- `4XX` — Client error response
- `5XX` — Server error response

---

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