CSV Tools

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

July 24, 2026

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

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

March 22, 2026

March 18, 2026

March 17, 2026

March 16, 2026

March 14, 2026

  • Added SEO meta tags, OpenGraph cards, favicons, and site logo
  • Added sitemap and robots.txt

February 26, 2026

February 25, 2026

  • Added CSV to XML converter
  • Added CSV to JSON converter
  • Launched csvtools.com with homepage and initial tool infrastructure