Hi,

I have a problem with the csv import :

in my csv i have a string: "{3210,3211,3212}" which register id's of 
another nodes.
When i try to MERGE the relationship between a node (previously created by 
the import script) with some another nodes (whom already exist) like this :

...

WITH itm, line
FOREACH (rubId in split(replace(replace(replace(line.tag, "{", ""), "}", ""
), " ", ""), ",") |
   MERGE (itm)-[:BELONGS_TO]->(r:Rub { uid: toInt(rubId) }));


the script fail like this :

ERROR (-v for expanded information):
    LoadCsvStatusWrapCypherException: Node 206 already exists with label Rub 
and property "uid"=[3210] 



Somebody can help me ?

-- 
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.

Reply via email to