Skip to content

Instantly share code, notes, and snippets.

@langsdlc
Created August 13, 2014 16:52
Show Gist options
  • Save langsdlc/d9ded94672775cea388e to your computer and use it in GitHub Desktop.
Save langsdlc/d9ded94672775cea388e to your computer and use it in GitHub Desktop.
LOAD CSV WITH HEADERS FROM "https://gist.githubusercontent.com/langsdlc/950d18598d53833a4297/raw/87aeceb24df68a23a7badb4dcf53e9ab68b377d7/X_Y.csv" AS csvLine
CREATE (p:Place { id: toInt(csvLine.FID), long: toFloat(csvLine.X), lat: toFloat(csvLine.Y)})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment