Hello Neo4j community, Afaik it is not possible to submit multiple semicolon separated Cypher statements through the Neo4j browser, Therefore, I use the shell client as follows: 1) Start Windows 7 command prompt as administrator 2) Navigate to the install directory (e.g.: cd "C:\Program Files\Neo4j Community") 3) Start the client: jre\bin\java -cp bin\neo4j-desktop-2.0.0.jar org.neo4j.shell.StartClient Now I am able to submit multiple Cyper statements but unfortunately special characters like "ü" are not handled. Any suggestions how to address this problem for instance providing the statements with an input file properly encoded?
Background: The data foundation for the graph data is stored in Microsoft Excel. I wrote a simple VBA logic to create the Cypher statements. Now I have to execute these Cyper statements. Thanks a lot and best regards, Thomas -- 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.
