Parquet to TSV

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 good fit when your data itself contains commas.

Private by design

The file never leaves your browser — there is no server and no upload. Conversion runs locally using WebAssembly.