I have the same issue any workaround for windows command prompt. #254
Closed
Description
I am having issue as well on loading the sample data `air-routes-latest.graphml` tried using `:load` or the function `graph.io(graphml()).readGraph('air-routes.graphml')` here is my exact terminal:
gremlin> :load air-routes.graphml
File not found: "air-routes.graphml"
gremlin> :load ./air-routes.graphml
File not found: "./air-routes.graphml"
gremlin> graph.io(graphml()).readGraph('air-routes.graphml')
air-routes.graphml (No such file or directory)
Type ':help' or ':h' for help.
I also tried using the exact path or using ~
but no luck as well. I used curl to download the file and also tried cloning your repo and use only the sample data air-routes.graphml
but still same error.
Edit: I got this working by using this command on the terminal in Ubuntu: ./gremlin.sh -i load-air-routes-graph.groovy
but before you execute this command edit the file load-air-routes-graph.groovy
replace the path of 'air-routes.graphml'
to the absolute path and desired data file e.g. home/user/projects/grem-console/bin/air-routes-latest.graphml
Originally posted by @jcjp in #168 (comment)
Metadata
Assignees
Projects
Status
Complete