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

WANT: code that can import CSV files. #18

Open
gitclem opened this issue Dec 18, 2020 · 0 comments
Open

WANT: code that can import CSV files. #18

gitclem opened this issue Dec 18, 2020 · 0 comments

Comments

@gitclem
Copy link

gitclem commented Dec 18, 2020

After much gnashing of teeth, I now realize I can modify the connect.py code so that it can import CSV files. I will do this and maybe make a PR when I'm done.

So this is a feature request that I will try to fulfill myself.

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [ X] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

connect.py only creates vertexes and edges that are hard coded instead of importing data from CSV files.

Any log messages given by the failure

Expected/desired behavior

I want something like:
python import.py vertex.csv edge.csv

OS and Version?

macOS 10.15.7 (Catalina)

Versions

Mention any other details that might be useful

The Cosmos Gremlin world would be nicer if it was easier for newbies to do simple things, like import their data from elsewhere.

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

2 participants