Text Tools

Batch Template Fill for SQL and Code

Fill a single template with %1, %2, or %s placeholders from each CSV-style data row to batch-generate SQL statements or scaffold code locally in your browser.

TextDevBatch

Favorite this tool

No favorite storage mode has been selected.

Quick actions

Copy this tool URL or open the system share sheet on a supported device.

Use cases

  • Turn pasted IDs into DELETE SQL statements
  • Expand scaffold snippets from a spreadsheet column list
  • Generate repeated config lines from CSV rows

How to use

  1. Write a template using %1/%2 or sequential %s
  2. Paste one record per line with a delimiter
  3. Generate, then copy results or the statistics

Example input and output

Template + list

del %1; (id: 1)

Output

del 1;

FAQ

What is the difference between %s and %1?

Each %s consumes the next column in order. %1 always refers to the first column and can be reused in the same template.

Does generation leave the browser?

No. Template expansion runs entirely on the current page.

Tools

Related tools

Continue with another translated tool for a nearby task.

Template Variable Replacer

Replace Template Variables from JSON

Available

Render templates with {{name}}, [name], or $name placeholders using a JSON object of values. See unresolved placeholders and copy the rendered result.

Text Template Variables

CSV to JSON

CSV to JSON Table Converter

Available

Convert CSV tables to JSON arrays in your browser. Supports comma, tab, semicolon, or pipe separators and optional header rows. Processing stays local—useful for exports, API samples, and light imports.

CSV JSON Converter