Shortcuts:⌘ KSearch?HelpD MDark modeG TAll tools
Frequently Asked Questions
Does the viewer auto-detect whether my file is comma, tab, or semicolon separated?
Not from pasted text. You choose the delimiter manually, although opening a .tsv file does automatically switch the selector to tab.
Can it handle commas inside quoted fields?
Yes. The parser supports quoted cells and doubled double-quotes, so values like "Smith, John" stay in one column.
Why is my first row always used as the header?
This viewer assumes row 1 is the header row and renders it into the table head. There is no header toggle in this component.
Can I sort or search inside the rendered table?
No built-in sorting or searching is implemented here. The component only parses the text, renders a table, and shows row/column counts.
Can I open a local CSV file instead of pasting text?
Yes. The file picker accepts .csv, .tsv, and .txt files and loads the contents into the input area.