As this component only passes on the schema of the input flow to the output
flows, just copy the column definitions from the tFileInputDelimited component definition.
addSchema {
NAME: "tReplicate_1",
CONNECTOR: "FLOW"
addColumn {
NAME: "name",
TYPE: "id_String"
}
addColumn {
NAME: "gender",
TYPE: "id_String"
}
addColumn {
NAME: "age",
TYPE: "id_Integer",
LENGTH: 2
}
addColumn {
NAME: "city",
TYPE: "id_String"
}
addColumn {
NAME: "marriageStatus",
TYPE: "id_String"
}
}