Reading the input data - 7.3

Cassandra

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > NoSQL components > Cassandra components
Data Quality and Preparation > Third-party systems > NoSQL components > Cassandra components
Design and Development > Third-party systems > NoSQL components > Cassandra components
Last publication date
2024-02-21

Procedure

  1. Double-click the tFileInputDelimited component to open its Component view.
  2. Click the [...] button next to the File Name/Stream field to browse to the file that you want to read data from. In this scenario, the directory is D:/Input/Employees.csv. The CSV file contains four columns: id, age, name and ManagerID.id;age;name;ManagerID 1;20;Alex;1 2;40;Peter;1 3;25;Mark;1 4;26;Michael;1 5;30;Christophe;2 6;26;Stephane;3 7;37;Cedric;3 8;52;Bill;4 9;43;Jack;2 10;28;Andrews;4
  3. In the Header field, enter 1 so that the first row in the CSV file will be skipped.
  4. Click Edit schema to define the data to pass on to the tCassandraOutput component.