Hi there, Is it possible to load the CSV file with json content like:
json
{'id': "ID", "data": { ...... }}
then
USING PERIODIC COMMIT 50000
LOAD CSV FROM 'file:///data.csv' AS row
WITH row AS document
RETURN document.id
--
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.
