Summary
Follow-up to #12. CSV import currently works through the import CSV { ClassName from "file.csv" } syntax in .model files, but there's no UI for getting a CSV file into a project other than creating it through the workbench text editor.
Proposed Feature
Add a way to upload a CSV file into a project directly from the workbench, either via:
- Drag-and-drop onto the file explorer, or
- An action/button on the CSV or model editor
Scope
Deferred out of the main CSV import PR per Niklas and Steffen's feedback on #12, to keep that PR focused on wrapping up the core CSV import feature first.
Summary
Follow-up to #12. CSV import currently works through the
import CSV { ClassName from "file.csv" }syntax in.modelfiles, but there's no UI for getting a CSV file into a project other than creating it through the workbench text editor.Proposed Feature
Add a way to upload a CSV file into a project directly from the workbench, either via:
Scope
Deferred out of the main CSV import PR per Niklas and Steffen's feedback on #12, to keep that PR focused on wrapping up the core CSV import feature first.