How can I execute commands from a CQL file within Neo4j's shell? -


i have file importdata.cql populates database. there way while within neo4j's shell execute commands within file calling on file rather pasting in each command?

when .cql, assuming file contains bunch of cypher queries. if yes can use "./bin/neo4jshell -file "name of file" -path "db-path"

thanks, sumit


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -