What are supported file formats for unloading data from Snowflake? (Choose three.)
What are supported file formats for unloading data from Snowflake? (Choose three.)
The supported file formats for unloading data from Snowflake are JSON, Parquet, and CSV. Snowflake documentation confirms that these formats are suitable for exporting data. XML is supported for loading data, but not for unloading. ORC and AVRO are not listed as supported formats for unloading data in the official documentation. Thus, JSON, Parquet, and CSV are the correct answers.
JSON Parquet CSV https://docs.snowflake.com/en/user-guide/data-unload-prepare
even snowflake supports XML. Why this is not the correct answer.
XML is only supported for loading, not unloading
B,C,F are correct
correct
File formats Delimited files (CSV, TSV, etc.) Any valid delimiter is supported; default is comma (i.e. CSV). JSON Parquet
Correct Answer: BCF
BCF are correct
XML for loading data, ORC, AVRO for un loading semi structed data. CSV, JSON, Parquet for unloading structed data . So BCD are the correct answer.
I think JSON,CSV and XML should be the right answer
BC and F is correct answer.