| 
               tNeo4jBatchOutput
             | 
            Receives data from the preceding component and writes the data into a local Neo4j database.  | 
         
            | 
               tNeo4jBatchOutputRelationship
             | 
            Receives data from the preceding component and writes relationships in bulk into a local Neo4j database.  | 
         
            | 
               tNeo4jBatchSchema
             | 
            Defines the schema of a local Neo4j database. | 
         
            | 
               tNeo4jClose
             | 
            Close an active connection to an Neo4j database in embedded mode.  | 
         
            | 
               tNeo4jConnection
             | 
            Opens a connection to a Neo4j database to be reuse by other Neo4j components.  | 
         
            | 
               tNeo4jImportTool
             | 
            Uses Neo4j Import Tool to create a Neo4j database and import large amounts of data in bulk from CSV files to this database. | 
         
            | 
               tNeo4jInput
             | 
            Reads data from Neo4j and sends data in the output 
            
          flow.  | 
         
            | 
               tNeo4jRow
             | 
            Executes the stated Cypher query onto the specified Neo4J database.  | 
         
            | 
               tNeo4jv4Close
             | 
            Closes a connection to a Neo4j version 4.x database. | 
         
            | 
               tNeo4jv4Connection
             | 
            Establishes a connection to a Neo4j version 4.x database for later use.
       | 
         
            | 
               tNeo4jv4ImportTool
             | 
            Uses Neo4j version 4.x Import Tool to create a Neo4j version 4.x database and
         import data in bulk from CSV files to this database. | 
         
            | 
               tNeo4jv4Input
             | 
            Reads data from Neo4j version 4.x and sends data in the output 
            
          flow.  | 
         
            | 
               tNeo4jv4Output
             | 
            Receives data from the preceding component and writes the data into a Neo4j version
         4.x database.  | 
         
            | 
               tNeo4jv4Row
             | 
            Executes the stated Cypher query onto the specified Neo4J version 4.x database.  |