I have a file containing a long list of Cypher statements, for example:
create (n:oeuvre {ide12:"41",numpers:[87603],titre:"JE PARS"}); create (n:oeuvre {ide12:"151",numpers:[395225,364617,396308,306762],titre:"I DID IT FOR LOVE"}); create (n:oeuvre {ide12:"67",numpers:[54001],titre:"GRAND PERE N AIME PAS LE"}); create (n:oeuvre {ide12:"80",numpers:[58356],titre:"MON HEURE DE SWING"}); create (n:oeuvre {ide12:"91",numpers:[58356],titre:"AU QUATRIEME TOP"});
When I drag my file in the Cypher admin console area "Drop the file to import Cypher or Grass" and then click on the small game icon, I get the message "Exactly one statement is expected for each request, but received: 1405".
Is there a way to execute Cypher requests through the admin console? It appears that the wording is "Drop the file to import Cypher."
thanks
Yann
source share