This section contains information on the fie formats and compression schemes that are supported for input to and output of .
NOTE: To work with formats that are proprietary to a desktop application, such as Microsoft Excel, you do not need the supporting application installed on your desktop. |
NOTE: During import, the |
NOTE: Filenames that include special characters can cause problems during import or when publishing to a file-based datastore. |
Forbidden characters in import filenames:
The following list of characters present issues in the listed area of the product. If you encounter issues, the following listings may provide some guidance on where the issue occurred.
Tip: You should avoid using any of these characters in your import filenames. This list may not be complete for all available running environments. |
General:
"/" |
Seb browser:
"\" |
Spark-based running environment:
"{", "*", "\" |
can read and import directly these file formats:
JSON v1, including nested
NOTE: JSON files can be read natively but often require additional work to properly structure into tabular format. Depending on how the |
NOTE: |
Parquet
NOTE: When working with datasets sourced from Parquet files, lineage information and the |
For more information on data is handled initially, see Initial Parsing Steps in the User Guide.
Files of the following type are not read into the product in their native format. Instead, these file types are converted using the Conversion Service into a file format that is natively supported, stored in the base storage layer, and then ingested for use in the product.
NOTE: Compressed files that require conversion of the underlying file format are not supported for use in the product. |
Converted file formats:
Excel (XLS/XLSX)
Tip: You may import multiple worksheets from a single workbook at one time. See Import Excel Data in the User Guide. |
Notes on JSON:
There are two methods of ingesting JSON files for use in the product.
JSON v2 - This newer version reads the JSON source file through the Conversion Service, which stores a restructured version of the data in tabular format on the base storage layer for quick and simple use within the application.
Tip: This method is enabled by default and is recommended. For more information, see Working with JSON v2. |
JSON v1 - This older version reads JSON files directly into the platform as text files. However, this method often requires additional work to restructure the data into tabular format. For more information, see Working with JSON v1.
can write to these file formats:
Tableau Hyper
NOTE: Publication of results in Hyper format may require additional configuration. See below. |
Avro
Parquet
NOTE: Import of a compressed file whose underlying format requires conversion through the Conversion Service is not supported. |
GZIP | BZIP | Snappy | Notes | |
CSV | Supported | Supported | Supported | |
JSON v2 | Not supported | Not supported | Not supported | A converted file format. See above. |
JSON v1 | Supported | Supported | Supported | Not a converted file format. See above. |
Avro | Supported |
GZIP | BZIP | Snappy | |
CSV | Supported | Supported | Supported |
JSON | Supported | Supported | Supported |
Avro | Supported; always on |