CSV Formatter & Viewer
Parse, view, and sort CSV data in an interactive table. Supports comma, tab, and semicolon delimiters.
How to Use the CSV Viewer
Paste your CSV data into the input box, select the appropriate delimiter (comma, tab, semicolon, or pipe), and click Parse. The data is displayed as an interactive table where you can click any column header to sort ascending or descending.
Switch to CSV view to see the properly formatted output, then use Copy to copy it to your clipboard. This is useful for cleaning up CSV files where columns contain embedded commas or quotes.
About CSV Format
CSV (Comma-Separated Values) is a plain-text format for tabular data. Each line represents a row; values are separated by a delimiter (usually a comma). Fields containing the delimiter or newlines must be wrapped in double quotes. This tool handles all standard RFC 4180 escaping rules, including doubled quotes inside quoted fields.