Converter
Convert Parquet to CSV
Parquet is great for storage and analytics, but sooner or later someone needs the data in CSV — for Excel, a legacy tool, or a colleague who just wants a spreadsheet-friendly file.
viewparquet converts Parquet to CSV entirely in your browser. The file is parsed locally with DuckDB-WASM and the CSV is generated on your machine, so nothing is uploaded — safe even for confidential data. Unlike a dumb converter, you can run SQL first: pick columns, filter rows, or join files, and export exactly the slice you need.
Try it on your own file
Drop a Parquet, GeoParquet, CSV, or JSON file into viewparquet — browse rows, run DuckDB SQL, and export results, all locally in your browser. Nothing is uploaded.