You could also have a look at neotool, packaged as part of py2neo. That has a number of alternative output formats including JSON and CSV. It's designed to do exactly that job.
Nige On 5 Mar 2014 18:09, "Alx" <[email protected]> wrote: > 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.
