Tabular-data safe
Text translated. Data preserved.
CSV looks simple, but real-world files mix prose with structured data. We respect the schema instead of translating everything blindly.
Column-level control
Pick which columns get translated. IDs, SKUs, URLs, timestamps, and numeric fields skip the AI and pass through unchanged — zero risk of data corruption.
Types and encoding preserved
Quoted strings, embedded commas, UTF-8 BOM, and escaped newlines survive the round-trip. Your output imports cleanly into Excel, Google Sheets, and Postgres COPY.
Dialect auto-detection
Commas, semicolons, tabs, or pipes — the parser sniffs your delimiter and quote style automatically. Large files stream, so there are no memory ceilings.