did you change the config setting to allow import from any location? What s your full import statement
On Tue, Mar 7, 2017 at 10:33 AM, <[email protected]> wrote: > I tried exactly that, the error persists. > > > On Sunday, July 24, 2016 at 8:54:21 PM UTC+2, Michael Hunger wrote: >> >> This should work: file:c:/path/to/data.csv >> >> The error message you see is unrelated to the URL. >> >> See: https://neo4j.com/developer/guide-import-csv/#_load_ >> csv_for_medium_sized_datasets >> >> please note that from Neo4j 3.0 there is an import directory configured >> from which files are loaded (you can change that import directory in >> neo4j.conf) >> >> >> >> On Thu, Jul 21, 2016 at 11:53 AM, Naval Chand <[email protected]> >> wrote: >> >>> could someone tell me how to load data from local E drive file located >>> to neo4j >>> I have tryd few like >>> LOAD CSV WITH HEADERS FROM "file:E:/neo4j/datasets/categories.csv" >>> LOAD CSV WITH HEADERS FROM "file:///E:/neo4j/datasets/categories.csv" >>> >>> Unexpected end of input: expected whitespace, '.', node labels, '[', "=~", >>> IN, STARTS, ENDS, CONTAINS, IS, '^', '*', '/', '%', '+', '-', '=', "<>", >>> "!=", '<', '>', "<=", ">=", AND, XOR, OR or AS (line 1, column 67 (offset: >>> 66)) >>> "LOAD CSV WITH HEADERS FROM "file:E:/neo4j/datasets/categories.csv"" >>> ^ >>> >>> -- >>> 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. >>> >> >> -- > 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. > -- 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.
