---
title: "CSV Delimiter Converter · Free anonymous tool · Laurens De Leeuw"
canonical: "https://laurensdeleeuw.be/en/tools/csv-delimiter-converter"
markdown_alternate: "https://laurensdeleeuw.be/en/tools/csv-delimiter-converter.md"
language: "en-BE"
content_type: "interactive-tool"
robots: "noindex, follow"
---

# CSV Delimiter Converter

Convert a CSV between comma, semicolon, tab, and pipe delimited formats. Free to use without an account, email address, or payment. The result downloads immediately after processing.

Convert a CSV between comma, semicolon, tab, and pipe delimited formats.

Switch the delimiter of a CSV without breaking quoted fields. Pick the input delimiter, pick the output delimiter, and download the re-encoded file. Quoting is reapplied so values containing the new delimiter, quotes, or line breaks stay intact.

- **Category:** Text
- **Availability:** Free to use without an account, email address, subscription, or payment.
- **Input:** Entered in the browser

## How it works

1. Paste your CSV into the editor and pick the input delimiter.
2. Pick the output delimiter on the Change delimiter tab.
3. Process and download the re-encoded file.

## Use cases

- Convert a European semicolon CSV to a standard comma CSV for an API.
- Switch a comma CSV to semicolons so it opens cleanly in localised Excel.
- Turn a pipe-delimited file into a CSV for a spreadsheet.
- Re-encode a CSV with a custom delimiter for a niche import tool.

## Frequently asked questions

### Are quoted fields handled correctly?

Yes. The strict parser understands the input quoting and the writer reapplies quoting in the new delimiter, so a value containing the new delimiter is wrapped in quotes automatically.

### Can I convert to TSV?

Yes. Pick Tab as the output delimiter and the download is a.tsv file with the correct content type.

### Can I use a custom delimiter?

Yes, both sides accept a single custom character. Useful for niche formats that use ~, ^, or similar separators.

### Will it touch my data?

No. This mode only re-encodes the delimiter and quoting. Cells, header, and row order are preserved exactly.

## Related tools

- [CSV Cleaner](https://laurensdeleeuw.be/en/tools/csv-cleaner)
- [TSV to CSV Converter](https://laurensdeleeuw.be/en/tools/tsv-to-csv)
- [CSV to TSV Converter](https://laurensdeleeuw.be/en/tools/csv-to-tsv)
- [CSV to JSON Converter](https://laurensdeleeuw.be/en/tools/csv-to-json)

## Using the interactive tool

Open the [canonical HTML page](https://laurensdeleeuw.be/en/tools/csv-delimiter-converter) to provide input and generate or download a result. This Markdown alternate contains the complete descriptive and instructional content, but it does not execute the interactive interface.
