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
Post a Comment