I tried to import files to the localhost with the following Clause and has been successful:
USING PERIODIC COMMIT
LOAD CSV WITH HEADERS FROM 'file:/Users/studio/Desktop/nodiToscana.csv' AS row
CREATE (:Startup {startupName: row.Startup});
when I tried to use the same expression on Graphene it gave me error