Monu Tools

SQL to CSV Converter

Paste SQL INSERT statements and get CSV back. The column list becomes the header and each tuple a row. Runs in your browser.

Reverse: CSV → SQL

Cara menggunakan SQL → CSV

  1. 01

    Paste your SQL into the left panel.

  2. 02

    Choose the delimiter for the CSV output (comma, semicolon, tab or pipe).

  3. 03

    Copy the CSV result from the right panel.

What it does

This tool reads INSERT INTO ... VALUES statements and reconstructs a CSV: the column list becomes the header and each VALUES tuple becomes a row.

It handles multiple tuples per statement and unquotes string literals, turning a SQL dump back into a spreadsheet.

Private and unlimited

Every conversion happens locally in your browser, so your data is never uploaded, logged or stored on a server. You can use it on confidential exports without a second thought, and it keeps working offline once the page has loaded.

There is no sign-up, no watermark and no row limit: the only ceiling is your device's memory.

Soalan lazim

Which INSERT syntax is supported?

Standard INSERT INTO table (col1, col2) VALUES (...), (...); statements, including several rows per statement. NULL becomes an empty cell and doubled single quotes are unescaped.

Which delimiter should I use?

Comma is the standard. Pick semicolon in regions where the comma is the decimal separator (common in German and other European exports), tab for TSV files, or pipe when your values already contain commas.

Is there a row or file-size limit?

There is no fixed row cap or daily quota. Because everything runs locally the practical limit is your device's memory, which comfortably handles the tens of thousands of rows most exports contain.

Is my data uploaded anywhere?

No. The conversion runs entirely in your browser with client-side JavaScript, so nothing you paste or drop ever leaves your device. That makes it safe for spreadsheets that contain customer emails, financial figures or other sensitive data.

Sumber

Benamkan alat ini

Tambah alat ini ke laman web anda sendiri. Salin coretan di bawah; ia kekal terkini secara automatik.

<iframe src="https://monu.tools/embed/ms/sql-to-csv" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>

Alat berkaitan