Dear neo4j gurus and users, here is my situation.
Since graphConnect in London I've been using version 3.0. Some days ago I had the need to export a table result in csv, I hit the "save to file" button in top-right of the browser result frame, but only the export to json
option was there. Export to csv
is missing.
I did the following as a test:
- install new neo4j 3.0.0 instance, create some data, return as table => the
export to csv
button is missing; - install new neo4j 3.0.1 instance, create some data, return as table => the
export to csv
button is missing; - install new neo4j 2.3.3 instance, create some data, return as table => the
export to csv
button is working;
I tested the same above with Oracle and OpenJDK java-8, with no difference.
I had the same behavior using neo4j-shell-tools
, which works (I tested export-graphml
command) only in version 2.3.3. (I opened an issue for that at https://github.com/jexp/neo4j-shell-tools/issues/88).
I'm running neo in my Ubuntu 16.04 laptop.
Is there anything I can do to help you answer this? Any log/debug information that could be useful? Do you see the export csv
button in your neo4j 3.x browsers?
export to csv
button!!! Thanks – miro marchi