Join Data Tables#
Join two Data Tables into one.
| First Data Table | [Data Table] The data table to which the second table will be joined. |
| Second Data Table | [Data Table] The data table that will be joined to the first one. |
| Join Type | Select the type of table join if the schemas of the specified tables differ. Possible options:
|
| Key Column | [Text] The name of the column for the primary key. Used with the "AddWithKey" join type. |
| Result | [Data Table] Returns the resulting table. |
| Error Handling Level | Select the error handling level. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Message Level | Select the message level that blocks will output during operation. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Error Message | [Text] Returns detailed information about the error in case of incorrect execution of the block's work. |