Skip to content

Instantly share code, notes, and snippets.

@ikwattro
Created July 20, 2014 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ikwattro/f78bd639a9b647784529 to your computer and use it in GitHub Desktop.
Save ikwattro/f78bd639a9b647784529 to your computer and use it in GitHub Desktop.
maritime piracy statistics 2013

=Maritime Pircacy Reports of 2013

LOAD CSV WITH HEADERS FROM "https://gist.githubusercontent.com/kwattro/70bf114d7524d5100aad/raw/429d37d3426503f857bafc752d90813252bcd15f/products.csv" AS csvline
CREATE (n:Product {id:csvline.toInt(product_id),title:csvline.title,desc:csvline.desc})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment