← Local File Tools
Local File Tools · runs locally

Private Parquet to CSV Converter

Convert a bounded Apache Parquet table to a downloadable UTF-8 CSV file locally, with explicit row, column and output-size safety limits.

Ready. Your working data stays in this browser.

Files and capture streams stay on this device. Processing uses browser APIs only; nothing is uploaded to YTSave, the media API or a proxy.

Why this tool is useful

Turn a modest Parquet export into a broadly compatible CSV for spreadsheets, audits or one-off scripts without sending the source dataset to a conversion API.

How it works

Pinned Hyparquet decodes at most 100,000 local rows and 50 top-level columns. The browser escapes every CSV field, preserves large integers as text, rejects an oversized conversion, and creates the download in memory.

Practical example

Choose a local analytics extract, verify the reported row and column counts, then download the generated CSV for a spreadsheet application.

Validation

The calculation is deterministic and explains validation errors instead of silently changing invalid input.

Privacy boundary

Input and output remain in this tab. Copy and download happen through browser APIs without a server upload.

Result passport

Every run reports its tool mode, timestamp and input/output size so transformed data can be audited.