OpenEnergyPlatform / OpenEnergyPlatform/oeplatform
Upload wizard cannot deduce csv structure
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 65
- Forks
- 29
- Avg merge
- 15h 25m
- Merged PRs (30d)
- 32
Description
Description of the issue
The upload wizard is helpful when uploading csv file, however if a table does not yet exist, its structure has to be created by hand and then created and only if everything goes well, the csv can be uploaded into the new table. The OEP should be able to help with this process.
Ideas of solution
Dropping a csv file into the page should prompt an analysis of the first few lines, taking column names and inferring data types. This information should either suffice to create a table or get there with minimal further user input. Maybe OMI can assist with this.
Also see: https://github.com/OpenEnergyPlatform/omi/issues/99
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.