Procedure
-
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 tFileInputDelimited component, to read the family data from a CSV file,
-
a tNeo4jOutput component to write the family data to a Neo4j database and create relationships between husband and wife.
-
- Link the tFileInputDelimited component to the tNeo4jOutput component using a Row > Main connection.
-
Label the components to better identify their roles in the Job.