The code is working -- my bad. I have hundreds of nodes to import so I didn't want to run this before everything looked good in the editor, but I tried with just one node and it worked fine. Thanks!
Best, JBG On Thursday, February 26, 2015 at 4:27:51 PM UTC-5, Michael Hunger wrote: > > Did you actually try to execute the statement? > > I think it's just the color highlighter (codemirror) that has the problem. > > For real code just use parameters. > > Michael > > Am 26.02.2015 um 22:18 schrieb Jean-Baptiste Gallopin <[email protected] > <javascript:>>: > > Hello, > > I'm trying to import data in my database using Cypher. Among the > attributes of my nodes are pretty long strings. > > Some of these strings are written in French and have apostrophes between a > determinant and a noun. That means an apostrophe stuck between two letters, > as in: l'enfant. > > Cypher doesn't like these apostrophies. I've been trying to add a \ sign > before the apostrophe to force Cypher to ignore it, but it doesn't work > when the apostrophe is caught between two letters. Here's a snapshot of a > piece of my command. Look to the bottom where the color is changing to > green: > > <Capture d’écran 2015-02-26 à 16.14.51.png> > > > Is there any workaround for this problem? > > Many thanks in advance, > > > Jean-Baptiste > > -- > 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] <javascript:>. > For more options, visit https://groups.google.com/d/optout. > > > -- 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/d/optout.
