Back
CSV/TSV Batch Converter
Convert multiple CSV/TSV files at once (delimiter, newline, BOM, CSV formula neutralization). All processing happens in your browser.
Conversion Settings
No files selected
Per-file Status
Select files to see their status.
Security Guardrails
- Browser-only processing (no upload)
- Only allowed extensions (`.csv`, `.tsv`, `.txt`)
- Limits: 2MB / 5000 rows / 40 columns
- Conversion report CSV included for audit trail
- Binary detection and timeout protection
CSV/TSV Batch Converter: Guide
- Intent
- Batch-convert CSV/TSV files with practical presets (delimiter, newline, UTF-8 BOM, and CSV formula neutralization) in your browser.
- What it does
- Processes multiple CSV-like files in one run, converts structure formatting based on a chosen profile, and packages results as a ZIP.
- Key features
- Batch queue, Per-file status table, Retry failed files, Preset + custom output rules, Encoding selection, ZIP + report CSV
- Privacy
- All conversion runs locally in your browser. Files are not uploaded.
- Best for
- Operations teams that need to normalize multiple CSV files quickly
- Workflow handoffs that require exact delimiter/newline/BOM settings
- Users handling sensitive tabular data that should stay local
- Why this tool
- Preset-first setup reduces repeated manual formatting work
- Per-file status, retry flow, and report CSV make failures auditable and recoverable
- Security guardrails are included by default
How to use
- 1Select a preset (Excel CSV, TSV, or Custom).
- 2Upload multiple files (`.csv`, `.tsv`, `.txt`).
- 3Run batch conversion and inspect per-file results (including neutralized cell counts).
- 4Download the converted outputs as ZIP.
Common mistakes
- Custom encoding in v1 supports UTF-8 and UTF-16 LE only.
- Providing very large files that exceed local safety limits.
- Using wrong preset for the target system (check delimiter/newline requirements first).
Examples
Excel-ready CSV batch
Preset: Excel CSV
Output: comma + CRLF + UTF-8 BOM
Use case: prepare imports for spreadsheet workflows
TSV normalization
Preset: TSV LF
Output: TAB + LF + no BOM
Use case: backend or Unix-oriented pipelines