Convert your Parquet files to TSV (tab-separated values) format. Compatible with Excel, Google Sheets, and most data-processing tools. Files are processed locally.
Drop or choose a .parquet file; it is decoded locally and a .tsv file is downloaded with tab-separated columns. No upload.
Tab-separated values suit spreadsheets, shell scripts, and tools that prefer tabs over commas — a natural fit when your data itself contains commas.
The conversion runs on your machine, in the browser — no upload, no server. WebAssembly handles the Parquet decoding.