20 available • 0 coming soon
If you work with data exports, log files, or anything that comes out of a database, you probably deal with CSV more than you would like. These tools let you inspect, clean, transform, and analyze tabular data without firing up Excel or writing a script. View a CSV in a spreadsheet-like interface, run pivot table aggregations, compare two data files side by side, or generate SQL INSERT statements from your rows. There are also validators, deduplicators, and column-level transformers for the messier datasets.
CSV files often carry customer lists, revenue figures, research datasets, and internal metrics - data that has no business being on a third-party server. Processing locally means your data stays in your browser's memory and is discarded when you close the tab. There is also no row-count limit imposed by a server tier; load a million-row export and work with it directly.
Filter and select specific columns from CSV files
Rename CSV columns with live preview
Transform CSV columns with 25+ operations: text manipulation (uppercase, lowercase, trim), number formatting, date conversion, extraction patterns, and custom pipelines
Automatically identify column data types
Validate CSV data against custom rules
Identify and remove duplicate rows from CSV files
Compare two CSV files side-by-side, find added/removed/modified rows, key-based or positional matching, highlight differences, and download comparison report
Pretty-print, validate, and clean up CSV files
Combine multiple CSV files into one
Find and report empty cells and missing values
Create pivot tables with 11 aggregation types including sum, count, avg, median, stddev, first, last, and concatenate
Filter rows based on custom criteria and conditions
Find and replace values with regex support
Sort CSV data by multiple columns with custom ordering
Split large CSV files into smaller chunks by row count
Calculate min, max, average, median, and more for CSV data
Export CSV files as Excel (XLSX/XLS) format
Convert between CSV and JSON formats
Generate SQL INSERT and CREATE TABLE statements
View and edit CSV files in a spreadsheet-like interface
Found a bug? Contact us at support@loopaloo.com