Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Bulk Ops GeneratorNew to Visual Studio Code? Get it now.
Bulk Ops Generator

Bulk Ops Generator

Vuong Bui

|
4 installs
| (0) | Free
Generate bulk operations like cURL, SQL from CSV/TSV/JSON or normal list data.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Bulk Ops Generator

Transform your data into actionable operations instantly. Bulk Ops Generator takes CSV, JSON, TSV, or List data and converts it into bulk commands (like SQL, cURL, etc.) using customizable templates.

VSCode marketplace version Download

Preview
Single Mode
Single Mode
Bulk Mode
Bulk Mode

Features

🚀 Dual Modes

  • Single Mode: Process data row-by-row. Perfect for generating a list of individual API calls (cURL) or independent commands.
  • Bulk Mode: Aggregate all your data into a single block. Ideal for SQL INSERT statements with multiple VALUES, or comma-separated lists.

📄 Flexible Inputs

  • CSV: Standard comma-separated values.
  • JSON: Paste a JSON array or object.
  • TSV: Tab-separated values (great for Excel/Sheet copies).
  • List: Simple text lists with configurable custom separators (comma, pipe, new line, etc.).

🎨 Editing Experience

  • Real-time Preview: See your output instantly as you type.
  • Syntax Highlighting: Built-in highlighting for SQL keywords, JSON keys, Strings, and more.
  • Smart Configurations:
    • Join Type: Choose between "New Line" or "Inline" for your bulk operations.
    • Template Tags: Use {{column_name}} to map your data fields dynamically.
  • Sample Data: One-click sample loader to help you get started with any input type.

How to Use

  1. Open the Command Palette (Cmd+Shift+P or Ctrl+Shift+P).
  2. Run Bulk Ops Generator: Open.
  3. Input: Select your input type (CSV, JSON, etc.) and paste your data.
  4. 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).
  5. Output: Copy the generated code to your clipboard!

Enjoying the extension? Please leave a review!


Built with ❤️ and 🤖 AI

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft