Template + list
del %1; (id: 1)
Output
del 1;
Text Tools
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.
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.
文本处理
基于给定的列表(如多行参数、CSV结构),自动按行填充到唯一的一套模板中进行批量铺平生成。常用于 SQL 批量生成、代码脚手架灌水等。
%1, %2, %s 代表列表项中被分隔块的列 等待输入
Template + list
del %1; (id: 1)
Output
del 1;
Each %s consumes the next column in order. %1 always refers to the first column and can be reused in the same template.
No. Template expansion runs entirely on the current page.
Tools
Continue with another translated tool for a nearby task.
Template Variable Replacer
Render templates with {{name}}, [name], or $name placeholders using a JSON object of values. See unresolved placeholders and copy the rendered result.
CSV to JSON
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.