cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Error in loading the data

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

1 REPLY 1

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?