Avro
Apache Avro is a data serialization format for record data developed within the Apache Hadoop project.
Avro encodes data in a compact binary format and embeds a schema to describe the shape of the data stored.
Add your data to get started
No conversion done yet
Apache Avro is a data serialization format for record data developed within the Apache Hadoop project.
Avro encodes data in a compact binary format and embeds a schema to describe the shape of the data stored.
CSV stands for Comma Separated Values and is a plain-text file format that stores tabular data. CSVs are widely used to import and export data for all kinds of services for it's simplicity and ease of parsing.
CSV data will be delimited using a new line character (\n
)
The value separator is the character used to separate each value inside a row.
For CSV files, as the name implies it is usually a comma, but you can choose a different one depending on your needs:
,
\t
|
#
;
CSV files don't have a standard way of defining empty or NULL values, like SQL or JSON files.
Usually we assume a blank value means empty, but you can set this yourself to something else, for example "NULL".
All data will be encoded using the UTF-8 character encoding scheme.
You can upload files up to 10 MB with the free plan.
Upgrade to the Pro plan if you need to upload files up to 100 GB.
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.
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.
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:
We allow time before 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.
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.
You can upload files, queue and check the progress of conversion jobs with our API. Check out the API documentation for more detail.
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.
All plans provide the same conversion features.
You'll get an API key when you sign up, find it in your account page.
Unfortunately, we don't have any language specific SDKs yet, so you'll have to use a standard HTTP client for it.
13 May, 2023
Konbert is a file conversion service that offers an API to convert files between various formats like CSV, JSON, Avro, or Arrow. In this article, we wi
13 May, 2023
Konbert is a file conversion service that offers an API to convert files between various formats like CSV, JSON, Avro, or Arrow. In this article, we wi
26 December, 2022
Avro and Arrow are two popular data formats used in a variety of settings. They both have advantages and disadvantages, and understanding their differe
15 December, 2022
JSON is a data format that has been around what seems like ages, being used widely as an export format and common exchange format for web APIs everywhe