Note that the column definitions of this schema must be the same as those of
the output schema defined in the preceding component, tMap.
addSchema {
NAME: "tFileOutputDelimited_1",
CONNECTOR: "FLOW",
LABEL: "out"
addColumn {
NAME: "id",
TYPE: "id_Integer",
LENGTH: 2
}
addColumn {
NAME: "full_name",
TYPE: "id_String"
}
addColumn {
NAME: "age",
TYPE: "id_Integer",
LENGTH: 2
}
addColumn {
NAME: "city",
TYPE: "id_String"
}
}