Extract Unique Values from NDJSON Files Online
Extract all distinct values from any column in NDJSON files directly in your browser. Download the unique values list — no upload required.
Drop your .ndjson file here
or click to browse — max 50 MB
About this tool
Extract a deduplicated list of all distinct values from any column in a NDJSON file. Download the result as a standalone file. Useful for building lookup tables, populating dropdowns, or auditing category fields.
Frequently Asked Questions
What is the difference between unique-values and count-by for NDJSON files?
Unique values returns a list of distinct values with no frequency information. Count-by adds a row count for each value. Use unique values when you need the list itself — for example to populate a dropdown or check what categories exist.
Can I extract unique values from multiple columns of a NDJSON file?
One column at a time. The output is a single-column file of distinct values ready to download.
How many unique values can the tool extract from a NDJSON file?
There is no limit. The tool computes distinct values across the full dataset regardless of file size, within your device's available RAM.
Is my data private?
Yes — completely. Your file is never uploaded to any server. Everything runs locally in your browser using WebAssembly — processing happens entirely inside your tab. Once you close the tab, nothing is retained.
What is the maximum file size?
The free limit is 50 MB. For larger files, performance depends on your device's available memory — most modern machines handle 500 MB to 1 GB comfortably.
Related Tools
Convert CSV to NDJSON Online
Convert CSV files to NDJSON format directly in your browser. No upload required — your data never leaves your device.
Convert Parquet to NDJSON Online
Convert Parquet files to NDJSON format directly in your browser. No upload required — your data never leaves your device.
Convert JSON to NDJSON Online
Convert JSON files to NDJSON format directly in your browser. No upload required — your data never leaves your device.
Convert NDJSON to CSV Online
Convert NDJSON files to CSV format directly in your browser. No upload required — your data never leaves your device.
Convert NDJSON to Parquet Online
Convert NDJSON files to Parquet format directly in your browser. No upload required — your data never leaves your device.