Changelog
What's new on CSV Tools.
July 26, 2026
- Added 6 format conversion guides for formats without browser converters yet: SAV (SPSS), DTA (Stata), SAS7BDAT (SAS), RDS (R), HDF5, and MAT (MATLAB) — each covers free no-code routes first (Google Colab recipes, free desktop apps), then Python and R, with an honest note that no in-browser tool exists yet
- Tool grids now show guide pages as linked cards with a "Guide" badge alongside live tools and "Soon" placeholders
July 25, 2026
- Added 20 format sample pages to Sample Data — downloadable sample files with data previews, schema tables, and developer-focused format guides: QBO, QFX, OFX, and QIF in bank and credit-card variants; JSON, CSV, XML, YAML, Parquet, Excel, Markdown, JSONL, TSV, Feather, and Stata from one employee dataset; GeoJSON, KML, KMZ, GPX, and Shapefile from one landmark set
- The Sample Data index now groups entries by topic and by format
July 24, 2026
- Added 9 geo format converters: GeoJSON to CSV, KML to CSV, KMZ to CSV, GPX to CSV, and Shapefile to CSV extract clean rows from map files (points become latitude/longitude, other shapes become WKT); CSV to GeoJSON, CSV to KML, CSV to KMZ, and CSV to GPX turn coordinate spreadsheets into map files with a column-mapping step
- Added the Geo Format Converters hub — which format each app needs, format explainers, and the full conversion matrix
- Shapefile conversion reads zipped .shp/.dbf/.prj archives entirely in the browser and converts coordinates to latitude/longitude when the projection file allows
July 24, 2026
- Added Parquet Viewer — open .parquet files in a sortable table with full schema, column types, and row counts; large files load a 10,000-row preview that reads only the bytes it needs
- Added CSV to Parquet converter with column type inference and Snappy compression
- Upgraded Parquet to CSV to open ZSTD, GZIP, Brotli, and LZ4 compressed files it previously rejected
July 24, 2026
- Added 12 personal finance cross-format converters: QFX to QBO, QBO to QFX, OFX to QBO, QBO to OFX, OFX to QFX, QFX to OFX, QFX to QIF, QIF to QFX, QBO to QIF, QIF to QBO, OFX to QIF, and QIF to OFX — account details are read from the source file automatically, and transaction IDs are preserved between Web Connect formats
- Added Personal Finance Converters landing page with an app-to-format guide (QuickBooks, Quicken, YNAB, Xero), format explainers, and a full conversion matrix
April 27, 2026
- Added 3 transform-data tools: Transpose CSV (swaps rows and columns, with padding for ragged inputs), Extract Date Parts (auto-detects the date format, then appends year/month/day integer columns), and One-Hot Encode Column (with a hard cap on high-cardinality columns to keep your browser tab safe)
March 26, 2026
- Added CSV Viewer with sortable columns, row numbers, and column letter headers
- Added 3 compare-files tools: Compare Files (line-level diff), Find Missing Rows, and Find Common Rows
- Added 3 manipulation tools: Merge CSVs, Split CSV (by row count, file size, or file count), and Split by Column Value with ZIP download
- Added Sample Data section with 10 curated datasets (employees, products, orders, bank statements, and more) — each with schema docs, sortable viewer, and copy/download
March 22, 2026
- Added 12 clean-data tools: Trim Whitespace, Remove Empty Rows, Find and Replace, Fill Missing Values, Change Header Case, Add Header Row, Remove Header Row, Remove HTML Tags, Remove Comments, Remove Whitespace, Compress CSV, and CSV Validator
- Added 12 analyze data tools
- Added CSV Converter landing page with searchable converter directory
March 18, 2026
- Added 12 column operation tools: Add Column, Remove Columns, Rename Columns, Reorder Columns, Extract Columns, Swap Columns, Duplicate Column, Split Column, Merge Columns, Uppercase Column, Lowercase Column, and Map Column Values
- Added Redact Columns and Anonymize Columns privacy tools
March 17, 2026
- Added CSV to Excel and Excel to CSV converters
- Added Parquet to CSV and Feather to CSV converters
- Added CSV to LaTeX converter
- Added 8 reverse format converters: JSON, XML, YAML, TSV, HTML, Markdown, JSONL, and Fixed-Width to CSV
- Added Extract Emails, Extract Phone Numbers, and Extract URLs tools
- Added personal finance converters: CSV to Xero, CSV to QIF, CSV to OFX, CSV to QBO, CSV to QFX, OFX to CSV, QIF to CSV, QBO to CSV, and QFX to CSV
- Added sample data to all tools
March 16, 2026
- Added 8 row operation tools: Sort Rows, Filter Rows, Remove Duplicates, Sample Rows, First N Rows, Last N Rows, Reverse Rows, and Shuffle Rows
March 14, 2026
- Added SEO meta tags, OpenGraph cards, favicons, and site logo
- Added sitemap and robots.txt
February 26, 2026
- Added CSV to YNAB converter with column mapping
- Added CSV to SQL, CSV to YAML, CSV to Markdown, CSV to TSV, CSV to HTML, CSV to JSONL, and CSV to Fixed-Width converters
February 25, 2026
- Added CSV to XML converter
- Added CSV to JSON converter
- Launched csvtools.com with homepage and initial tool infrastructure