en

Format CSV

Clean up a CSV locally - fields trimmed, quotes set correctly. Nothing is uploaded.

Delimiter
  • Auto-detect
  • Comma
  • Semicolon
  • Tab

Running locally on your device ...

0%

Your files never left your device

    Is my file uploaded?

    No. Everything runs in your browser - your file never leaves your device. How this is verifiable

    No upload100% local
    Your content stays with youno third-party access
    Servers in GermanyGDPR by design
    Independently auditedTLS A+ · HTTP headers A+

    This tool reads your pasted CSV and writes it back cleanly normalised. It understands quoted fields (including ones with the delimiter or line breaks inside) and doubled quotes as escaping, then produces a consistent, rule-conformant format.

    Each field is stripped of surplus surrounding spaces. Fields that contain the delimiter, a quote or a line break are quoted correctly (inner quotes are doubled); all others stay unquoted. A messily quoted or pasted-together CSV becomes a tidy file.

    All processing happens entirely locally in your browser - no upload, even offline. Your data never leaves your device, which matters especially for tables with contact or business data. The delimiter is auto-detected by default (comma per RFC 4180, semicolon - the German Excel default - or tab/TSV); you can also pin it explicitly via the option.

    Specifications

    Specifications
    Input formatsText input
    Output formatCSV
    Batch processingNo
    ProcessingLocally in your browser (JavaScript)
    File uploadNone

    In 3 steps

    1. Paste the CSV and choose the delimiter if needed.
    2. Fields are trimmed and quoted correctly.
    3. Download the cleaned CSV.

    Limitations: Detects the delimiter (comma, semicolon or tab) automatically from the pasted lines by default; the option also lets you pin it explicitly. Quoted fields with doubled inner quotes, and the delimiter or breaks inside fields, are understood. Each field is trimmed and re-quoted only when it contains the delimiter, a quote or a break. A single document can only use one delimiter - mixed delimiters within the same file are not recognised.

    FAQ

    Is my CSV uploaded?

    No. The formatting runs entirely locally in your browser - even offline. Your data never leaves your device.

    Which delimiter is expected?

    It is auto-detected by default (comma per RFC 4180, semicolon - the German Excel format - or tab/TSV); the option also lets you pin it explicitly to one of the three. Only one delimiter applies within a single file.

    Are fields with the delimiter handled correctly?

    Yes. Fields with the delimiter, a quote or a line break are wrapped in quotes; inner quotes are doubled (RFC 4180 conformant).

    Is the column structure kept?

    Yes. Rows and fields stay unchanged; only whitespace and quoting are unified.

    Related tools