TPToolpazar

Global Araç

Csv Viewer

Delimiter

Rows

5

Columns

4

Delimiter

Comma

nameagecityemail
Ada Lovelace36Londonada@example.com
Alan Turing41Manchesteralan@example.com
Grace Hopper79New York, NYgrace@example.com
Katherine Johnson101Hamptonkatherine "kat" johnson@example.com

Drop a CSV and see it rendered as a clean, sortable, searchable table — no spreadsheet app needed. The viewer handles quoted fields, embedded commas, newlines inside cells, and a detected delimiter (comma, semicolon, tab). Nothing is uploaded; parsing runs in your browser.

Great for sanity-checking an export before you import it, previewing a dataset someone emailed you, or confirming the delimiter is what you expect. If the file needs cleanup, run it through CSV cleaner; to convert it, try CSV to JSON or TSV to CSV.

Nasıl Kullanılır

  1. Drop a .csv file or paste CSV text.
  2. Confirm the detected delimiter (comma / semicolon / tab).
  3. Use the search box to filter, or click a header to sort.
  4. Scan the row and column counts at the top of the table.