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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to