I'm trying to convert some parquet files to csv for further data processing. It would be ideal to read a parquet file without a predefined schema and unload that into a csv. It looks like the schema types in the parquet and csv reader/writer are not compatible. Is there an elegant way to convert a parquet file to a csv?
I'm trying to convert some parquet files to csv for further data processing. It would be ideal to read a parquet file without a predefined schema and unload that into a csv. It looks like the schema types in the parquet and csv reader/writer are not compatible. Is there an elegant way to convert a parquet file to a csv?