Parquet to TSV converter

Convert your Parquet files to TSV (tab-separated values) format. Compatible with Excel, Google Sheets, and most data-processing tools. Files are processed locally.

How it works

Drop or choose a .parquet file; it is decoded locally and a .tsv file is downloaded with tab-separated columns. No upload.

Why convert Parquet to TSV

Tab-separated values suit spreadsheets, shell scripts, and tools that prefer tabs over commas — a natural fit when your data itself contains commas.

Private by design

The conversion runs on your machine, in the browser — no upload, no server. WebAssembly handles the Parquet decoding.