Skip to content

Instantly share code, notes, and snippets.

@langsdlc
Last active August 29, 2015 14:05
Show Gist options
  • Save langsdlc/cc1fdd284b847100c1d2 to your computer and use it in GitHub Desktop.
Save langsdlc/cc1fdd284b847100c1d2 to your computer and use it in GitHub Desktop.
LOAD CSV WITH HEADERS FROM "https://raw.githubusercontent.com/CliffordAnderson/campustour/Cloudant/routing/XY.csv" AS csvLine
CREATE (:Place {x: toFloat(csvLine.X), y: toFloat(csvLine.Y), name: toINT(csvLine.FID)})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment