tNeo4jInput
Reads data from Neo4j and sends data in the output
Talend
flow.
tNeo4jInput reads data from Neo4j
based on Cypher query allowing any further transformation or processing of the data in the
rest of the Job.
tNeo4jInput Standard properties
These properties are used to configure tNeo4jInput running in the Standard Job framework.
The Standard
tNeo4jInput component belongs to the Big Data and the Databases NoSQL families.
The component in this framework is available in all Talend products with Big Data
and in Talend Data Fabric.
Basic settings
Use an existing connection |
Select this check box and in the Component List click the relevant connection component to |
DB version |
Select the Neo4j version you are using. When you are using Neo4j version 3.2.X, this component works Do Neo4j version 2.X.X is compatible only with Java 7 or higher but it offers This list is not shown if the Use an Upon selecting a database version, you will be |
Shutdown after |
Select this check box to shutdown the Neo4j database connection when no more Alternatively, you can use tNeo4jClose to shutdown the This avoids errors such as “Id file not properly shutdown” at next execution This check box is available only if the Use an existing |
Remote server |
Select this check box if you use a Neo4j remote server, and specify the root URL in the Server URL field.
This check box appears only if you do not select the Use an existing connection check box and you are not using Neo4j V3.2.X. With V3.2.X, this component supports the remote mode only. |
Database path |
If you use Neo4j in embedded mode, specify the path of This field appears only if you do not select the |
Schema and Edit Schema |
A schema is a row description. It defines the number of fields Click Edit
|
Query |
Enter your Cypher query in double quotes, with return |
Mapping |
Complete this table to specify the column or columns to Be sure to enclose your return parameters in double |
Advanced settings
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at the |
Global Variables
Global Variables |
NB_LINE: the number of rows read by an input component or
ERROR_MESSAGE: the error message generated by the A Flow variable functions during the execution of a component while an After variable To fill up a field or expression with a variable, press Ctrl + For further information about variables, see |
Usage
Usage rule |
This component always needs an output link. |
Limitation | n/a |
Related scenarios
For a related scenario, see Writing data to a Neo4j database and reading specific data from it.