CSV to SQL INSERT Converter - Online Generate Statements
Convert comma‑separated data into a series of SQL INSERT statements. Define the table name and column order. Local.
UD5 Toolkit
Convert JSON data into clean INSERT or UPDATE SQL statements instantly
Your SQL will appear here...
INSERT INTO or UPDATE statements. This saves time when you need to seed databases, migrate data from APIs, or convert configuration files into database records—all without manually writing repetitive SQL.
INSERT INTO table (cols) VALUES (row1), (row2), ...; statement for better performance.
WHERE clause to identify which row(s) to update, while unchecked columns go into the SET clause. For example, checking only "id" generates: UPDATE users SET name='John', email='john@example.com' WHERE id=1;. At least one column must be checked to avoid updating all rows unintentionally.
null is converted to SQL NULL (without quotes).true becomes 1, false becomes 0 for broad SQL compatibility.O'Brien → 'O''Brien'), following SQL standards.JSON.stringify() and stored as escaped strings.`) for MySQL/MariaDB compatibility. You can toggle the "Quote column names" option based on your database requirements. The batch INSERT syntax (VALUES (...), (...)) is supported by MySQL, PostgreSQL, SQLite, and MariaDB.
{"id": 1, "name": "John"}, the tool automatically wraps it and generates one SQL statement. If you paste an array of objects, it generates one statement per object (or a batch statement if enabled). This flexibility means you can use the tool for one-off records or bulk data migration.
id), simply omit that field from your JSON before converting to INSERT statements. The database will automatically assign the next value. For UPDATE statements, you'll want to keep the primary key in your JSON and check it in the WHERE clause so the correct row gets updated. You can also manually delete the key-value from the generated SQL if needed.
Convert comma‑separated data into a series of SQL INSERT statements. Define the table name and column order. Local.
Paste CSV and get a list of SQL INSERT statements. Define table name and column mapping. All local conversion.
View, edit, and manage JSON objects saved in your browser's localStorage. Delete, export, or import keys. No setup.
Read, write, and delete cookies using the modern Cookie Store API. Monitor change events. No more document.cookie parsing.
Create a breadcrumb schema for your website. Fill in the pages and get the ready‑to‑paste JSON‑LD snippet for rich results.
A GUI to manage all keys in your browser's localStorage. Add, delete, edit, and export data. Debug progressive web apps.
Play a virtual piano keyboard using mouse or computer keys. Sustain and octave control. Record and play back your tune.
Paste a raw cookie string and see a formatted key‑value table. Debug session cookies and understand flags. Runs in browser.
Convert a Unix timestamp or ISO date into a human‑friendly relative string like '2 days ago'. See examples.
Render Markdown and copy the formatted output as rich text to paste directly into Word or Google Docs.
Scale a recipe to serve a crowd and calculate container sizes needed. Meal prep helper.
Enter a resource name and HTTP method to get a complete Express route handler with try/catch and comments.
Enter CMYK values and find the closest Pantone Solid Coated color. For print design reference. Client‑side lookup.
Write notes that are encrypted in your browser before saving to localStorage. Only accessible with your passphrase.
Paste a `Set‑Cookie` header and see all attributes parsed: domain, path, Max‑Age, SameSite, Secure, HttpOnly. Debug cookies easily.
Store passwords and notes encrypted with a master passphrase. Data lives only in your browser's localStorage. No cloud.
Measure your typing speed in words per minute and accuracy. Random word prompts. Compare results over time. No data sent.
A minimalist text notepad that auto-saves to your browser's localStorage. No ads, no signup, no data leaves your device. Perfect for quick ideas.
Press any key combination and record the sequence. Export as JSON or human‑readable text. Perfect for documenting shortcuts.
Experiment with the Async Clipboard API: read/write text and images from the clipboard. Verify permissions and see demo code.
Paste HTML and copy the formatted rich text to your clipboard. Paste directly into Word or Google Docs with styles intact.
Select trip type (beach, business, camping) and get a pre-filled packing checklist. Customize and print. Local storage.
Compute confidence intervals for a population mean (known/unknown sigma) and proportion. All popular Z/T values. Local.
Enter current and new loan details plus closing costs to see how many months to break even on a refinance.
Generate a Next.js page.tsx file with Server Component or Client Component. Layout and metadata included.
Log pool depth, flame height, and soot for each wick series. Quickly identify the best wick for your wax and vessel.
Record your stamps with Scott number, condition, and value. Add images. Browse your collection. Local storage only.
Enter a URL and trace the full redirect chain, seeing each hop's status code and location. Identify unnecessary redirects. Client-side fetch.
Calculate your Basal Metabolic Rate and Total Daily Energy Expenditure. Set goals for weight loss, maintenance, or gain.
Paste an article and click to black out words, leaving a poem. Print your final creation.