miro marchi
miro marchi

Reputation: 737

`Export to csv` button missing in Neo4j 3.x browser

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:

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?

Upvotes: 1

Views: 370

Answers (1)

stdob--
stdob--

Reputation: 29172

This looks like a problem with the web browser: try a different web browser (if do not help - on the other operating system). And update the version of the web browser to the latest stable.

Upvotes: 1

Related Questions