CSV Creator
Create a CSV given text.
This plugin allows users to easily create a CSV file by providing text input. Whether you need to organize data, generate reports, or simply manage information in a structured format, CSV Creator has you covered. No need to manually format the data or struggle with complex software. Just input your text and let the plugin do the rest. Say goodbye to spreadsheet headaches and hello to quick and hassle-free CSV creation!
How to
Comments (0)
API docs
Learn how to use CSV Creator effectively! Here are a few example prompts, tips, and the documentation of available commands.
Example prompts
-
Prompt 1: "I want to create a CSV with a comma as the delimiter and the following text: 'Name, Age, Email'."
-
Prompt 2: "Can you help me generate a CSV with a semicolon as the delimiter and the following text: 'Product; Price; Quantity'?"
-
Prompt 3: "I need to create a CSV with a pipe symbol as the delimiter and the following text: 'Book Title | Author | Publication Year'."
Features and commands
Feature/Command | Description |
---|---|
create_csv | This command allows you to create a CSV file with the specified delimiter and text content. The default delimiter is empty, and the default text content is an empty string. You can provide a custom delimiter and the desired text for the CSV. |