---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://yandex.ru/support/wiki/en/static-markup/csv.md
  - https://yandex.ru/support/wiki/ru/static-markup/csv.md
  - href: en/static-markup/csv.md
    type: text/markdown
    title: Markdown version
  - href: ../llms.txt
    type: text/markdown
    title: llms.txt
title: "How to display CSV data as a table in Yandex\_Wiki"
description: Follow this guide to display CSV data as a table.
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/support/wiki/en/llms.txt


# Formatting CSV data

<!-- source: en/_includes/formatter-alert.md -->
{% note warning "" %}

Specially formatted blocks work in both dynamic tables and pages built with the legacy editor. For information on working with diagrams in the new editor, see [Formatting text](https://yandex.ru/support/wiki/en/wysiwyg/diagrams.md).

<!-- source: en/_includes/old-editor-note.md -->
You can no longer create pages using the old editor. However, you can easily convert any existing pages from the legacy editor to the new editor format. For more information, see [Switching a page to the new editor format](https://yandex.ru/support/wiki/en/page-management/convert-page.md).
<!-- endsource: en/_includes/old-editor-note.md -->

{% endnote %}
<!-- endsource: en/_includes/formatter-alert.md -->

To display CSV data as a table, use the markup:

```
%%(csv delimiter=; head=1)
Heading 1;Heading 2;Heading 3
cell 11;cell 12;cell 13
cell 21;cell 22;cell 23
%%
```

Markup parameters:

* `delimiter`: Field separator used in CSV tables.

* `head`: If set to 1, the first row of the table becomes a heading.

{% note info "" %}

You cannot use [text formatting elements](https://yandex.ru/support/wiki/en/static-markup/formatting.md) in CSV tables.

{% endnote %}

#### See also

* [Inserting diagrams and flowcharts](https://yandex.ru/support/wiki/en/static-markup/diagram.md)

* [Inserting formulas](https://yandex.ru/support/wiki/en/static-markup/formulas.md)
