Skip to main content Skip to complementary content

Adding and linking components

Procedure

  1. Create a Job and add the following components to the Job by typing theirs names in the design workspace or dropping them from the Palette:
    • a tNeo4jConnection component, to open a connection to a Neo4j database,

    • three tFileInputDelimited components, to read the input information of actors and movies,

    • two tNeo4jOutput components, to write information of movies and actors to the connected Neo4j database,

    • a tNeo4jOutputRelationship component, to create relationship between actors and movies, and

    • a tNeo4jClose component, to close the previous opened Neo4j connection at the end of Job execution.

  2. Link the first tFileInputDelimited to the first tNeo4jOutput component using a Row > Main connection. This subJob will import the actors data into the Neo4j database.
  3. Link the second tFileInputDelimited component to the second tNeo4jOutput component using a Row > Main connection. This subJob will import the movies data into the Neo4j database.
  4. Link the third tFileInputDelimited component to the tNeo4jOutputRelationship component using a Row > Main connection. This subJob will create relationship between actors and movies.
  5. Link the subJobs using Trigger > On Subjob Ok connections.
  6. Label the components to better identify their roles in the Job.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!