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.

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.
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.
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.
Choose a local analytics extract, verify the reported row and column counts, then download the generated CSV for a spreadsheet application.
The calculation is deterministic and explains validation errors instead of silently changing invalid input.
Input and output remain in this tab. Copy and download happen through browser APIs without a server upload.
Every run reports its tool mode, timestamp and input/output size so transformed data can be audited.