In the Header field, specify the number
of rows to skip as header rows. In this example, the first row of the CSV
file is the header row.
Click the [...] button next to Edit schema to open the Schema dialog box, and define the input schema based on
the structure of the input file. In this example, the input schema is
composed of six columns: employeeID
(integer), employeeName (String),
age (Integer), hireDate (Date), salary (Float), and managerID (String).
When done, click OK to close the
Schema dialog box and propagate the
schema to the next component.
Click the tNeo4jOutput component and
select the Component tab to open its
Basic settings view.
Define a Neo4j database connection. In this example, the Neo4j database is
accessible in REST mode, so select the Remote
server check box and specify the URL of the Neo4j server in
the Server URL field, "http://localhost:7474/db/data" in this
example.
If needed, click the Sync columns button
to ensure the component has the same schema as the preceding
component.
Keep the rest of the parameters as they are.
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 – please let us know!