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.

Load json into DB

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..

1 REPLY 1

paulare
Graph Buddy

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/