Hello: this should be simple but I'm finding that it is it is not.  Consider

LOAD CSV WITH HEADERS FROM "file:/mnt/Vancouver/glycolysis_relations.csv" 
AS row
MERGE (s:GlycolysisRelations {source:row.source})
MERGE (t:GlycolysisRelations {target:row.target}); 

I'm getting this:

<screenshot>

where the (s) nodes are properly created with the node names as the source 
name, but the (t) nodes are missing the names on the nodes.

File "glcolysis_relations.csv" is of the form

source,relation,target
α-D-glucose,substrate_of,hexokinase
hexokinase,yields,glucose 6-phosphate
glucose 6-phosphate,substrate_of,glucose-6-phosphatase
glucose-6-phosphatase,yields,α-D-glucose
...

Thanks.

-- 
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 neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to