Hi all,
Starting from Neo4j 4.x, Neo4j supports multiple databases. How to specify the custom database name in KNIME Neo4j connection ?
Hi all,
Starting from Neo4j 4.x, Neo4j supports multiple databases. How to specify the custom database name in KNIME Neo4j connection ?
Hello @dvkumaraws2019
Currently there is no such option in the node dialog. However you can try to use Neo4j Reader node with the script that sets the active database:
:use yourDataBaseName
Then all the scripts you are running will refer to the selected database.