What do you actually want to achieve ? You can send your cypher query to the http endpoint and get the json back if that helps you.
Otherwise if you want to have other outputs, perhaps you are interested in my shell-tools that allow a lot different import and export formats https://github.com/jexp/neo4j-shell-tools#cypher-import Am 05.03.2014 um 19:09 schrieb Alx <[email protected]>: > I am running a neo4j query from a .cql file using the following command: > > "./bin/neo4j-shell -file query.cql > result.txt " > > However the results insided result.txt are wrapped with '-' and '|' marks > that makes it hard to post-process. Is it possible to have the neo4j shell > not put these marks? > > > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
