...
Excerpt | ||||
---|---|---|---|---|
This section contains information on the fie formats and compression schemes that are supported for input to and output of of the
|
Info |
---|
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. |
...
Info | |||||||||
---|---|---|---|---|---|---|---|---|---|
NOTE: During import, the |
...
Info |
---|
NOTE: Filenames that include special characters can cause problems during import or when publishing to a file-based datastore. |
File path length limits
Maximum character limits for file paths:
File paths to sources for imported datasets:
1024
Tip Tip: This limit (
storagelocations
) applies to both files and tables.File paths to output files:
2048
Tip Tip: This limit (
writesettings
) applies to files stored on any file-based storage location.
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.
...
General:
Code Block "/"
Seb browser:
Code Block "\"
Excel filenames:
Code Block "#","{","}"
Spark-based running environment:
Code Block "{", "*", "\"
running environment:D s dataflow Code Block @
Native Input File Formats
The
d-s-productplatform | ||
---|---|---|
|
- CSV
JSON v1, including nested
Info NOTE: JSON files can be read natively but often require additional work to properly structure into tabular format. Depending on how the
is is configured (v1 or v2), JSON files may require conversion before they are available for use in the application. See "Converted file formats" below.D s webapp type portal Info NOTE: The
requires requires that JSON files be submitted with one valid JSON object per line. Consistently malformed JSON objects or objects that overlap linebreaks might cause import to fail.d-s-productplatform - Plain Text
- LOG
- TSV
Parquet
Info NOTE: When working with datasets sourced from Parquet files, lineage information and the
$sourcerownumber
reference are not supported.
...
Excel (XLS/XLSX)
Info NOTE: Other Excel-related formats, such as XLSM format, are not supported. If you are encountering issues, try to Save As to XLS or XLSX from within the Microsoft Excel application.
Tip Tip: You may import multiple worksheets from a single workbook at one time. See Import Excel Data in the User Guide.
Google Sheets
D s ed r true editions gdpent,gdppro,gdpsta,gdppr,gdpst,awsent,awspro,awspr Tip Tip: You may import multiple sheets from a single Google Sheet at one time.
PDF
- PDF is supported for import only.
- See Import PDF Data in the User Guide.
- JSON v2
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 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.
Parsing Limits
After a file is passed into the
D s webapp |
---|
Native Output File Formats
D s product |
---|
Info |
---|
NOTE: Some output formats may need to be enabled by an administrator. |
- CSV
- JSON
Avro
Info NOTE: The
and Spark running environments apply Snappy compression to this format.D s photon
- BigQuery Table
Compression Algorithms
...
Info |
---|
NOTE: Import of a compressed file whose underlying format requires conversion through the Conversion Service is not supported. |
Read Native File Formats
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 |
...
Write Native File Formats
...
GZIP | BZIP | Snappy | |
CSV | Supported | Supported | Not supported |
JSON | Supported | Supported | Not supported |
...