BTW, in your first blog post on LOAD CSV, 
http://jexp.de/blog/2014/06/load-csv-into-neo4j-quickly-and-successfully/

There is this code:
CREATE CONSTRAINT ON (c:Company) ASSERT c.name IS UNIQUE;
CREATE INDEX ON :Person(name);



I figured:

c is just an alias.
Company is a Label


Person is a label
name is the field/property 



Is this correct?


Thanks,

R.


On Saturday, October 18, 2014 10:46:51 AM UTC-5, Michael Hunger wrote:
>
> Which version do you use?
> Could you share your graph.db/messages.log so that I could check your 
> config?
>
> Please have a read here: 
> http://jexp.de/blog/2014/10/load-cvs-with-success/
> and also check the previous blog post on that topic.
>
> Michael
>
>

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