Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OEP Data Upload Wizard: Start of csv structure #1835

Open
1 task done
ebroda opened this issue Sep 10, 2024 · 0 comments
Open
1 task done

OEP Data Upload Wizard: Start of csv structure #1835

ebroda opened this issue Sep 10, 2024 · 0 comments

Comments

@ebroda
Copy link
Contributor

ebroda commented Sep 10, 2024

Description of the issue

Usually csv-files have a header line, which provides column headers. These column headers could be a starting point to create the database structure. Additionally, a first row could be included with some demo data, to get a first guessing which data type might be appropriate.

Ideas of solution

I wrote a small prototyp, which prepares the table (in JavaScript) and finally creates it using the OEP API. I'll clean that up and add the link here. Maybe there's some code which is reusable if that's an idea for you.

for code see: https://github.com/ebroda/oep-table-csv-kickstart

Workflow checklist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant