COF-C02 · Question #92
What are supported file formats for unloading data from Snowflake? (Choose three.)
The correct answer is B. JSON C. Parquet F. CSV. Snowflake supports three file formats for UNLOADING (exporting) data: CSV (F), JSON (B), and Parquet (C). It is important to distinguish between loading and unloading: while Snowflake can LOAD data from additional formats such as AVRO (E), ORC (D), and XML (A), these formats…
Question
What are supported file formats for unloading data from Snowflake? (Choose three.)
Options
- AXML
- BJSON
- CParquet
- DORC
- EAVRO
- FCSV
How the community answered
(20 responses)- A5% (1)
- B90% (18)
- D5% (1)
Explanation
Snowflake supports three file formats for UNLOADING (exporting) data: CSV (F), JSON (B), and Parquet (C). It is important to distinguish between loading and unloading: while Snowflake can LOAD data from additional formats such as AVRO (E), ORC (D), and XML (A), these formats are not supported for unloading/exporting data. XML is not supported in either direction as a structured format for bulk operations. Always remember: for unloading, the supported formats are CSV, JSON, and Parquet only.
Topics
Community Discussion
No community discussion yet for this question.