DataVizForgeDVF

Smart CSV Import with Auto-Detect Delimiters and Encoding

2026-07-29

← Back to News

Smart CSV Import Is Here

Starting 2026-07-29, DataVizForge includes a smart CSV import engine that automatically detects delimiters (comma, semicolon, tab, pipe), character encoding (UTF-8, Latin-1, Shift-JIS), and whether the first row is a header. No more manual configuration — just upload your CSV and start charting.

How It Works

  1. Upload — Drop your CSV file onto the chart page
  2. Auto-detect — The engine scans the first 100 rows to identify delimiter, encoding, and structure
  3. Preview — A preview table shows the parsed data with detected column types
  4. Adjust if needed — Override any detection with the manual settings panel
  5. Chart — Select your axes and render the chart instantly

Supported Formats

  • Delimiters — Comma, semicolon, tab, pipe, custom
  • Encodings — UTF-8, UTF-16, Latin-1, Shift-JIS, EUC-JP, GB2312
  • Line endings — Unix (LF), Windows (CRLF), old Mac (CR)
  • Quoting — Standard CSV quoting with escaped quotes

Why This Helps

CSV files from different regions and tools use different conventions. European spreadsheets often use semicolons instead of commas. Japanese data files may use Shift-JIS encoding. Our auto-detect handles all of these cases automatically, saving you time and preventing garbled characters.

The smart import is available now for all users. Visit datavizforge.com to try it.