You are here:
Supported File Formats in Data 360
Data 360 supports various files and compression formats for your data stream sources.
Supported File Formats
Data 360 supports these file formats:
- Delimited text files such as CSV files.
- Parquet files when data is ingested from Amazon S3, Google Cloud Storage, Microsoft Azure Storage, SFTP.
:(colon) and
' (single quote) in file names and formulas.Supported File Formats for Unstructured Data
Data 360 supports several file formats for unstructured data and search index configurations. For a complete list, see Unstructured Data File Formats and Connectors.
Supported Delimiters
Data 360 supports these content delimiters for text files:
,(comma)- \t (tab)
|(pipe);(semicolon)^(caret)¦(broken pipe)- \u0001
Supported File Compression Formats
Data 360 supports these compression formats for CSV files:
- GZ
- ZIP
Data 360 supports these compression formats for the data in the Parquet files:
- GZ
- ZIP
- NONE
- SNAPPY
- ZSTD
Ingestion of Parquet Files
Data 360 supports these parquet data types and they’re converted to the corresponding Data 360 data types. If a parquet file contains a data type that's not supported in Data 360, the column is ignored and not ingested. You can view the unsupported fields when configuring the data stream in the New Data Stream page. You can also see the unsupported data types in the New Source Fields page when adding a source field. To ingest an unsupported data type. convert it to a Data 360 supported datatype in the source parquet file.
| Parquet Data Type | Data 360 Data Type |
|---|---|
| STRING | Text |
| ENUM | |
| UUID | |
| BOOLEAN* | Boolean |
| DATE | Date |
| TIMESTAMP | Datetime |
| INT96* | |
| DECIMAL with 38 precision, 18 scale | Number |
| DOUBLE* | |
| FLOAT | |
| INT | |
| INT32* | |
| INT64* |
Data 360 supports the following encoding formats for parquet files:
- Run-length encoding (RLE) Dictionary
- Plain Dictionary

