Last active
November 6, 2018 16:00
-
-
Save aswad32/3750200547dc836a030bd5164d7d5cc3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LOAD CSV WITH HEADERS FROM "file:///offshore_leaks.nodes.officer.csv" AS csvLine FIELDTERMINATOR ',' | |
CREATE (p:offshoreLeaksOfficer {nodeId:csvLine.node_id, name:csvLine.name, countryCodes: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