-
Couldn't load subscription status.
- Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Description
We want to add support for CSV files as an input format for Drawmate. Instead of requiring users to manually format their JSON, this feature will allow them to provide a CSV file, which will be automatically converted to the required JSON structure while preserving the diagram layout.
Task Details:
- Add an argument to main.py to accept CSV
- Create a csv_to_json.py module and place it in project_dir/utils
- Convert the CSV to the JSON format that drawmate accepts ( see the templates/ directory for examples)
- Validate structure to ensure diagram integrity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed