-
Connection type
-
Connection name
-
Connection style
-
Source component
-
Target component
The example below defines a main row connection between the first tFileInputDelimited component and the tMap component.
addConnection {
TYPE: "FLOW",
NAME: "row1",
LINESTYLE: 0,
SOURCE: "tFileInputDelimited_1",
TARGET: "tMap_1"
}
Information noteWarning:
The name of this connection must match the main input table
name defined in the tMap settings.