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

Minimal CSV import #1075

Closed
cmoesler opened this issue Nov 7, 2018 · 0 comments
Closed

Minimal CSV import #1075

cmoesler opened this issue Nov 7, 2018 · 0 comments
Assignees
Labels
data integration Data integration module import

Comments

@cmoesler
Copy link
Contributor

cmoesler commented Nov 7, 2018

If we have external data that is not in gradoop format, it is really tedious to get this data into it. For this, it would be nice to have an CSV importer that simply read a csv file of nodes and import them as vertices in the gradoop format and create a graph from it.
After the import, a function to connect the properties of one vertex with properties of another one would be nice as well. With this it is easy for example to mark foreign keys of the data.
It is also useful to create an abstraction of this importer to set a norm for future importer classes like this.
For this I would like to implement this minimal csv importer and the method to connect the properties.

@merando merando added the data integration Data integration module label Nov 7, 2018
@merando merando added the import label Nov 7, 2018
cmoesler added a commit to cmoesler/gradoop that referenced this issue Jan 9, 2019
@galpha galpha closed this as completed in c986299 Jan 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data integration Data integration module import
Projects
None yet
Development

No branches or pull requests

2 participants