DAP Foundry dap.solutions
count-line-frequency-in-text · client-spa · v1 · stub
Count line frequency in text
Count how many times each distinct line appears in pasted text and get a CSV of line and count. Runs in this tab. Nothing leaves it.
Input
Plain text, one item per line. A log, a list of URLs, anything. Up to 1 MB and 50,000 lines.
Output
CSV with a header line,count. One row per distinct line, most frequent first, ties by line text. Lines with commas or quotes are quoted the RFC 4180 way.
Limits
- Exact match only. Case and whitespace matter.
- No regex, no grouping, no merging across files.
Errors
Every error names the field, the rule, and shows a small valid example. There is no support desk.
Nothing stored
This runs in your browser tab. No upload, no cookie, no local storage, no analytics of the payload. Close the tab and it is gone.