tNeo4jImportTool Standard properties - 7.3

Neo4j

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > NoSQL components > Neo4j components
Data Quality and Preparation > Third-party systems > NoSQL components > Neo4j components
Design and Development > Third-party systems > NoSQL components > Neo4j components
Last publication date
2024-02-21

These properties are used to configure tNeo4jImportTool running in the Standard Job framework.

The Standard tNeo4jImportTool 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

Neo4j database folder

Enter, or browse to the directory you want tNeo4jImportTool to create a Neo4j database. The name you put in the path is used to name this database.

Nodes files

Complete this table to provide the CSV files that contain the information about the nodes to be imported.

  • Path to CSV file: enter, within double quotation marks, the path to the CSV file to be read.

  • CSV headers: enter, within double quotation marks, the headers used in this CSV file.

When entering values, use the syntax demonstrated by the examples given alongside the column names of this Nodes files table.

Relationship files

Complete this table to provide the CSV files that contain the information about the relationships to be imported.

  • Path to CSV file: enter, within double quotation marks, the path to the CSV file to be read.

  • CSV headers: enter, within double quotation marks, the headers used in this CSV file.

When entering values, use the syntax demonstrated by the examples given alongside the column names of this Nodes files table.

Advanced settings

Neo4j configuration

Add parameters to the table to configure the database to be created.

For further information, see Neo4j documentation: Configuration settings.

When entering values, use the syntax demonstrated by the examples given alongside the column names of this Nodes files table.

Import configuration

Add parameters to the table to configure Neo4j Import Tool.

For further information, see Neo4j documentation: Import Tool usage.

When entering values, use the syntax demonstrated by the examples given alongside the column names of this Nodes files table.

tStatCatcher Statistics

Select this check box to gather the Job processing metadata at the Job level as well as at each component level.

Global Variables

Global Variables

ERROR_MESSAGE: the error message generated by the component when an error occurs. This is an After variable and it returns a string. This variable functions only if the Die on error check box is cleared, if the component has this check box.

A Flow variable functions during the execution of a component while an After variable functions after the execution of the component.

To fill up a field or expression with a variable, press Ctrl + Space to access the variable list and choose the variable to use from it.

For further information about variables, see Talend Studio User Guide.

Usage

Usage rule

This component is to be used standalone in a subJob to load data in bulk from given CSV files that have been created with specific structure.

For further information about the CSV structure required by Neo4j Import Tool, see Import.

You can use tFileOutputDelimited to create the CSV files to be used. If so, bear the following configuration in mind:
  • Line separator: "\n"

  • Field separator: ","

  • Do not include headers.

  • File encoding: UTF-8.