Which file formats support unloading semi-structured data? (Choose two.)
Which file formats support unloading semi-structured data? (Choose two.)
The file formats that support unloading semi-structured data include JSON and XML. These formats are designed to handle data that does not fit neatly into a traditional, rigid schema, making them suitable for semi-structured data. JSON formats can be nested and include arrays, while XML uses a similar hierarchical structure with nested elements. Both provide the flexibility required for representing semi-structured data and are commonly used in various applications and data exchange scenarios.
Correct
BD is correct
JSON Parquet
BD correct
https://docs.snowflake.com/en/user-guide/data-unload-prepare The following file formats are supported: Semi-structured JSON, Parquet
https://docs.snowflake.com/en/user-guide/data-unload-prepare
Snowflake provides built-in support for importing data from (and exporting data to) the following semi-structured data formats: -JSON -Avro -ORC -Parquet -XML https://docs.snowflake.com/en/user-guide/semistructured-concepts
BD is correct