it should be HEADERS iso HEADER

2016-08-02 10:44 GMT+02:00 Francesco Chiesa <francesco.chies...@gmail.com>:

> I, i try to import a file csv with this command in cypher:
> load csv with header from
> "file:///C:/Users/Standard/Documents/esempio.csv" as airports create
> (a1:Airport {label: airports.label, city: airports.city, state:
> airports.state})
> But Neo4j displays an error:
>
> Invalid input ' ': expected 's/S' (line 1, column 21 (offset: 20))
> "load csv with header from "file:/Users/Standard/Documents/esempio.csv" as
> airports create (a1:Airport {label: airports.label , city: airports.city ,
> state: airports.state})"
>                      ^
>
> What can I do for import correctly a csv file?
> Thanks for all,
>
> FrancescoNic22
>
> --
> 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.
>



-- 
Groeten / Best Regards,

Koen

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