Sample Data: One-click sample loader to help you get started with any input type.
Save & Load Templates: Save your frequently used templates to a file and load them later with a single click.
Configuration
You can customize the path where your templates are stored by setting the bulk-ops-generator.templateFilePath in your VS Code settings.
Type: string
Default: ~/bulk-ops-templates.json
The path can be absolute or relative to your workspace root. This is useful for sharing templates with your team by checking the file into version control.
How to Use
Open the Command Palette (Cmd+Shift+P or Ctrl+Shift+P).
Run Bulk Ops Generator: Open.
Input: Select your input type (CSV, JSON, etc.) and paste your data.
Configure:
Switch to Single or Bulk mode.
Write your Template using {{key}} syntax.
In Bulk mode, set a Prefix (start of block) and Suffix (end of block).
Output: Copy the generated code to your clipboard!