ELT JDBC components
tELTInput | Adds as many Input tables as required for the SQL statement to be executed. |
tELTMap | Uses the tables provided as input to feed the parameter in the built SQL statement. The statement can include inner or outer joins to be implemented between tables or between one table and its aliases. |
tELTOutput | Carries out the action on the table specified and inserts the data according to the output schema defined in the ELT Mapper. |