Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-12-2019 12:22 PM
Hi,
I am trying to load data but getting an error
My query: call apoc.import.graphml("C:\Users\lajja gupta.Neo4jDesktop\neo4jDatabases\database-fe88e297-6e1c-488f-b34c-fb809228a509\installation-3.5.6",{batchSize:10000,storeNodeIds: false, readLabels: true})
error message: Neo.ClientError.Statement.SyntaxError: Invalid input 's': expected four hexadecimal digits specifying a unicode character (line 1, column 31 (offset: 30))
What should I do to load the data?
Thanks in advance
08-22-2019 01:45 AM
Hi!
Try switching the direction of the slashes, e.g.:
call apoc.import.graphml("C:/Users/lajja gupta.Neo4jDesktop/neo4jDatabases/database-fe88e297-6e1c-488f-b34c-fb809228a509/installation-3.5.6",{batchSize:10000,storeNodeIds: false, readLabels: true})
Does that work?
All the sessions of the conference are now available online