File formatsΒΆ

Amperity supports many file types, including CSV, JSON, NDJSON, Parquet, and streaming JSON.

About file formats

Settings and options that are common to all file formats.

About file formats
Apache Parquet

A free and open source column-oriented data storage format developed within the Apache Hadoop ecosystem.

Apache Parquet files
Apache Avro

A row-oriented remote procedure call and data serialization framework developed within the Apache Hadoop ecosystem.

Apache Avro files
CBOR

A binary data serialization format based on JSON.

CBOR files
CSV

A delimited text file that uses a comma to separate values.

CSV files
JSON

A language-independent data format similar to JavaScript.

JSON files
NDJSON

A format for structured data that defines the structure of JSON data using lines as separators.

NDJSON files
PSV

A delimited text file that uses a pipe to separate values. A PSV file stores tabular data in plain text.

PSV files
Streaming JSON

A format for increments of data using NDJSON within each increment. Each line of NDJSON file is a valid JSON value.

Streaming JSON files
TSV

A delimited text file that uses a tab to separate values and stores tabular data in plain text.

TSV files
XML

A standalone file that uses eXtensible Markup Language (XML).

XML files