Can I use multiple file-formats with different filetype to load data into same snowflake table, I read this documentation, but it does not specify explicitly.
There are some files that I load from the external stage (s3) to snowflake that are in CSV format, but there is another data source for this table with a parquet file format.
The other requirement is to unload the whole data (CSV. + parquet) into an external stage (s3) that will follow single filetype (parquet).