=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})