August 15, 2023

Bulk-writing the actors data in Neo4j – Docs for ESB 6.x

Bulk-writing the actors data in Neo4j

  1. Double-click the first tFileInputDelimited component to open its Component view.

    use_case-neo4jbatch3.png

  2. In the File name/Stream field, enter the path or browse to the CSV file that describes the actors’ IDs, names and their labels to be used in Neo4j.

    The input CSV file used in this example reads as follows:

    The double quotation marks on the actor names are not mandatory.

  3. Click the […] button next to Edit schema to open the schema editor, and define the input schema based on
    the structure of the input file.

    In this example, the columns are id,
    name and label, all of type
    String.

    use_case-neo4jbatch4.png

  4. Click OK to close this editor and accept the propagation
    of the schema to the next component.
  5. In the Field separator field, enter a comma (,) to
    replace the default semicolon (;).
  6. Double-click the first tNeo4jBatchOutput component to open its
    Component view.

    use_case-neo4jbatch5.png

  7. Select the Use an existing connection
    check box to reuse the Neo4j database connection opened by the tNeo4jConnection component.
  8. Verify that the Shutdown after Job check box is clear.
  9. From the Field that contains the label list drop-down list, select the column that provides labels.
  10. In the Index name field, enter the name of the index to be created for the nodes.
  11. From Import identifier drop-down list, select the column that provides IDs.

Document get from Talend https://help.talend.com
Thank you for watching.
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x