My Neo4j Summer Road Trip to the World of Healthcare [Part 3]
By Bryce Merkl Sasaki
August 8, 2016 6 mins read
Part 3: Cleaning CSV Files in Bash Hi friends and welcome back to my summer road trip through the world of healthcare. For those who are new to my adventure, this is the third part of the blog series. Catch… Read more →
Explore: bash CSV files data modeling etl graph database Healthcare Load CSV National Provider Identifier NPI python
Cypher: LOAD JSON from URL AS Data
By Michael Hunger, Developer Relations
July 29, 2015 7 mins read
Update: Much of this got much easier today with user defined procedures, like apoc.load.json, which add this kind of capability to Cypher directly. Neo4j’s query language Cypher supports loading data from CSV directly but not from JSON files or URLs.… Read more →
Explore: bash Cypher Query java javascript json load json neo4j python ruby stack overflow