> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-fix-nav-issues.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Importing from various data formats to ClickHouse

> Page describing how to import various data formats into ClickHouse

In this section of the docs, you can find examples for loading from various file types.

<h3 id="binary">
  [**Binary**](/guides/clickhouse/data-formats/binary)
</h3>

Export and load binary formats such as ClickHouse Native, MessagePack, Protocol Buffers and Cap'n Proto.

<h3 id="csv-and-tsv">
  [**CSV and TSV**](/guides/clickhouse/data-formats/csv-tsv)
</h3>

Import and export the CSV family, including TSV, with custom headers and separators.

<h3 id="json">
  [**JSON**](/guides/clickhouse/data-formats/json/intro)
</h3>

Load and export JSON in various formats including as objects and line delimited NDJSON.

<h3 id="parquet-data">
  [**Parquet data**](/guides/clickhouse/data-formats/parquet)
</h3>

Handle common Apache formats such as Parquet and Arrow.

<h3 id="sql-data">
  [**SQL data**](/guides/clickhouse/data-formats/sql)
</h3>

Need a SQL dump to import into MySQL or Postgresql? Look no further.

If you're looking to connect a BI tool like Grafana, Tableau and others, check out the [Visualize category](/integrations/connectors/data-visualization/index) of the docs.
