Documentation

Help & User Guide

Regional Delimiters

CSV files use different characters to separate columns depending on the region they were created in (e.g., North America usually uses commas, while Europe often uses semicolons). The CSV Rescue Kit automatically attempts to detect the correct input delimiter.

If your columns look incorrect after loading a file, you can manually override the input delimiter:

You can also use the Output Delimiter setting to convert a file from one regional format to another (e.g., upload a semicolon CSV and export it as a comma CSV).

Browser Limitations & File Size

Because the CSV Rescue Kit runs entirely offline inside your web browser (ensuring complete privacy for your sensitive data), its processing capability is bound by your device's memory.

Tip for massive files: If you have a 1GB+ CSV file, we recommend splitting it into smaller chunks before processing them through the application.

Edge Cases & Corrupted Files

While the parsing engine is robust and strictly follows RFC 4180 standards for handling quoted fields and escaped line breaks, some malformed files might yield unexpected results: