Input data
The input file, the data of which will be loaded into the database table, contains customer information of various aspects.
The file structure usually called Schema in Talend Studio includes the following columns:
-
id (Type: Integer)
-
CustomerName (Type: String)
-
CustomerAge (Type: Integer)
-
CustomerAddress (Type: String)
-
CustomerCity (Type: String)
-
RegisterTime (Type: Date)