Hi,
Just need some pointers on load json file into db.
I have a requirement that receieve a json file, then read and process it in db.
number of lines in json would be ~1200 lines..
Hi,
Just need some pointers on load json file into db.
I have a requirement that receieve a json file, then read and process it in db.
number of lines in json would be ~1200 lines..
Hi, what pointers do you need?
Check apoc.load.json documentation, it has good examples:
https://neo4j.com/docs/labs/apoc/current/import/load-json/