Neo4j Reader Parameters

Database Connection

Select an existing Neo4j connection, or Add Database Connection...

Add Neo4j Connection

To define a new connection from the Connection parameter in a Neo4j format, see the topic Neo4j: Add Database Connection.

Include transaction-local element IDs

This parameter controls whether the results of Cypher queries executed by the reader will include the transaction-local element IDs assigned by Neo4j. This can be useful to check the uniqueness of nodes and relationships returned from a query.

Constraints

The constraint parameters can be used to read only a subgraph of the database.

Node Labels – Only nodes with at least one of the labels specified by this parameter will be read from the database. If empty, then all nodes will be read regardless of their label, subject to the relationship types constraint.

Relationship Types – Only relationships with one of the types specified by this parameter will be read from the database. If empty, then relationships with any type will be read, subject to the node labels constraint. When relationship types are specified, disconnected nodes are no longer read.