Easy to use data converter

Convert tabular files, structured data and databases online.

Add your data to get started

No conversion done yet

You can also use the API to convert data, check out the documentation to learn more.

curl -X POST https://konbert.com/api/v1/convert \
	-H "Authorization: Bearer ${API_KEY}" \
	-d "input[file]=@myfile.json" \
	-d "input[format]=json" \
	-d "input[options][flatten_objects]=true" \
	-d "output[format]=csv" \
	-d "output[options][delimiter]=,"

Data Converters

Excel to CSV
Excel to TSV
Excel to NDJSON
Excel to JSON
image/svg+xml
Excel to Avro
image/svg+xml
Excel to Avro Schema
Excel to MySQL
file_type_pgsql
Excel to PostgreSQL
Excel to SQLite
Excel to SQL
Excel to HTML table
Excel to XML
Excel to Parquet
Excel to Arrow
XLSX to CSV
XLSX to TSV
XLSX to NDJSON
XLSX to JSON
image/svg+xml
XLSX to Avro
image/svg+xml
XLSX to Avro Schema
XLSX to MySQL
file_type_pgsql
XLSX to PostgreSQL
XLSX to SQLite
XLSX to SQL
XLSX to HTML table
XLSX to XML
XLSX to Parquet
XLSX to Arrow
XLS to CSV
XLS to TSV
XLS to NDJSON
XLS to JSON
image/svg+xml
XLS to Avro
image/svg+xml
XLS to Avro Schema
XLS to MySQL
file_type_pgsql
XLS to PostgreSQL
XLS to SQLite
XLS to SQL
XLS to HTML table
XLS to XML
XLS to Parquet
XLS to Arrow
ODS to CSV
ODS to TSV
ODS to NDJSON
ODS to JSON
image/svg+xml
ODS to Avro
image/svg+xml
ODS to Avro Schema
ODS to MySQL
file_type_pgsql
ODS to PostgreSQL
ODS to SQLite
ODS to SQL
ODS to HTML table
ODS to XML
ODS to Parquet
ODS to Arrow
CSV to TSV
CSV to NDJSON
CSV to JSON
image/svg+xml
CSV to Avro
image/svg+xml
CSV to Avro Schema
CSV to MySQL
file_type_pgsql
CSV to PostgreSQL
CSV to SQLite
CSV to SQL
CSV to HTML table
CSV to XML
CSV to Parquet
CSV to Arrow
TSV to CSV
TSV to NDJSON
TSV to JSON
image/svg+xml
TSV to Avro
image/svg+xml
TSV to Avro Schema
TSV to MySQL
file_type_pgsql
TSV to PostgreSQL
TSV to SQLite
TSV to SQL
TSV to HTML table
TSV to XML
TSV to Parquet
TSV to Arrow
NDJSON to CSV
NDJSON to TSV
NDJSON to JSON
image/svg+xml
NDJSON to Avro
image/svg+xml
NDJSON to Avro Schema
NDJSON to MySQL
file_type_pgsql
NDJSON to PostgreSQL
NDJSON to SQLite
NDJSON to SQL
NDJSON to HTML table
NDJSON to XML
NDJSON to Parquet
NDJSON to Arrow
JSON to CSV
JSON to TSV
JSON to NDJSON
image/svg+xml
JSON to Avro
image/svg+xml
JSON to Avro Schema
JSON to MySQL
file_type_pgsql
JSON to PostgreSQL
JSON to SQLite
JSON to SQL
JSON to HTML table
JSON to XML
JSON to Parquet
JSON to Arrow
Avro to CSV
Avro to TSV
Avro to NDJSON
Avro to JSON
image/svg+xml
Avro to Avro Schema
Avro to MySQL
file_type_pgsql
Avro to PostgreSQL
Avro to SQLite
Avro to SQL
Avro to HTML table
Avro to XML
Avro to Parquet
Avro to Arrow
Parquet to CSV
Parquet to TSV
Parquet to NDJSON
Parquet to JSON
image/svg+xml
Parquet to Avro
image/svg+xml
Parquet to Avro Schema
Parquet to MySQL
file_type_pgsql
Parquet to PostgreSQL
Parquet to SQLite
Parquet to SQL
Parquet to HTML table
Parquet to XML
Parquet to Arrow
Arrow to CSV
Arrow to TSV
Arrow to NDJSON
Arrow to JSON
image/svg+xml
Arrow to Avro
image/svg+xml
Arrow to Avro Schema
Arrow to MySQL
file_type_pgsql
Arrow to PostgreSQL
Arrow to SQLite
Arrow to SQL
Arrow to HTML table
Arrow to XML
Arrow to Parquet

Frequently asked questions

What is the monthly data volume?

The monthly data volume is the total size of all the files uploaded over the course of the month. It resets every month.

For example, if you upload a 1GB file and a 2GB file, your monthly data volume will be 3GB.

If you upload a 1GB file and then delete it, your monthly data volume will still be 1GB.

How does the file size limit work?

The file size limit is the maximum size of a single file you can upload.

What is a AI query?

A query is when you use the data viewer to query a file with natural language (AI).

How do I change my plan?

You can change your plan any time by going to the pricing page and selecting a new plan. If you're in the middle of a billing cycle and you change to a more expensive plan, the subscription price will be prorated automatically.

How do I cancel my subscription?

Go to your account page and find the Billing section, there you can downgrade to the Free plan. Your plan will be cancelled immediately and you won't be charged again.

How secure is your service?

We pride ourselves in building software that's easy to use, but security is also our top priority.

We understand that some data uploaded might be sensitive, so we ensure that your data is only kept when needed.

We follow widely accepted industry standard practices when it comes to security:

  • HTTPS is enforced for all communications with our server
  • We enforce a strict access policy and employees or external collaborators never have access to user data
  • All data is always encrypted at rest
  • All data uploaded for conversion is automatically deleted forever 24 hours after being uploaded.
  • Once you delete a file, it is deleted forever, we do not archive your data

We allow time before auto deleting files just in case you're not done with the data, if you're done with viewing or converting a file and want to delete it right away, you can do it yourself through the API. We will be implementing this functionality in the web app soon.

Note that all files files uploaded without an account are acessible by a unique URL that is hidden but accesible by anyone, so we recommend you to sign up with an account if you want your files to be private, only your account will be able to access your files.

Do you provide an API for converting files?

You can upload files, queue and check the progress of conversion jobs with our API. Check out the API documentation for more detail.

Do you offer a trial?

We don't offer a trial plan at the moment.

You can test our tools with a subset of your data with the Free plan then upgrade if you like it.

Where do I get my API key?

You'll get an API key when you sign up, find it in your account page.

Do you have any SDKs for your API?

Unfortunately, we don't have any language specific SDKs yet, so you'll have to use a standard HTTP client for it.