I have graph.db folder from neo4j. It contains lot of neostore*.* files. How do i export a csv file from this? -


i have graph.db folder neo4j. contains lot of neostore*.* files. how export csv file ?

note: have graph.db sent friend.

  1. download , install neo4j if haven't already
  2. move graph.db directory have data/ directory of fresh neo4j installation, replacing existing graph.db directory in fresh neo4j instance. (note: if using desktop neo4j application can choose location of existing graph.db directory when starting neo4j). enter image description here
  3. start neo4j server
  4. to generate csvs have few options:
    1. export neo4j browser neo4j running, open web browser , navigate http://localhost:7474. execute cypher query. click on "download" icon , choose "export csv" download csv representation of data returned. see screenshot below.enter image description here
    2. neo4j-shell-tools use neo4j-shell-tools export results of cypher query. use -o file.csv specify output should written csv file.

see this blog post more info.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -