When to reach for it. Use it to preview, sort and scan a CSV in a clean table before importing it somewhere that’s harder to undo.
When something else is better. It’s a viewer, not a spreadsheet engine — it won’t recompute formulas or pivot millions of rows.
The pitfall to watch. Delimiter and encoding guesses go wrong on European CSVs (semicolon-separated) and non-UTF-8 files — columns then collapse into one.
Your file stays in your browser. The document or image you choose is read with the browser’s local file APIs and processed in the tab (or a Web Worker). EpitomeTool does not upload the file bytes, the file name, or the result — nothing leaves your device, so there is no “wait for upload” step and nothing to delete from a server afterwards.