Skip to content

Instantly share code, notes, and snippets.

@aswad32
Last active November 6, 2018 15:50
Show Gist options
  • Save aswad32/02eb89ff7cd4efa5493325865e2a1329 to your computer and use it in GitHub Desktop.
Save aswad32/02eb89ff7cd4efa5493325865e2a1329 to your computer and use it in GitHub Desktop.
LOAD CSV WITH HEADERS FROM "file:///offshore_leaks.nodes.address.csv" AS csvLine FIELDTERMINATOR ','
CREATE (p:offshoreLeaksKnownAddress {nodeId:csvLine.node_id, name:csvLine.node_id, address:csvLine.address,
countryCode:csvLine.country_codes, countries:csvLine.countries, sourceId:csvLine.sourceID,
validUntil:csvLine.valid_until, note:csvLine.note})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment