tJobLog – Docs for ESB 6.x
tJobLog Collects and shows exception data during the execution of the Integration Action in the Studio or the Flow in the Cloud. This component is used in Integration Actions to debug their execution and decide what type of log information to send to the Studio or Cloud user. To be able to use this component…
tJoin – Docs for ESB 6.x
tJoin Performs inner or outer joins between the main data flow and the lookup flow. tJoin joins two tables by doing an exact match on several columns. It compares columns from the main flow with reference columns from the lookup flow and outputs the main flow data and/or the rejected data. tJoin Standard properties These…
tIntervalMatch – Docs for ESB 6.x
tIntervalMatch Returns a value based on a Join relation. tIntervalMatch receives a main flow and aggregates it based on join to a lookup flow. Then it matches a specified value to a range of values and returns related information. tIntervalMatch Standard properties These properties are used to configure tIntervalMatch running in the Standard Job framework….
tJobFailure – Docs for ESB 6.x
tJobFailure Throws an exception and stops the Action or Flow execution when an error occurs. It is possible to use the tLogCatcher component with tJobFailure to show the error message in the log. This component is placed in an Integration Action to stop its execution in the Studio or in the Cloud when an error…
tJMSInput – Docs for ESB 6.x
tJMSInput Creates an interface between a Java application and a Message-Oriented middleware system. Using a JMS server, tJMSInput makes it possible to have loosely coupled, reliable, and asynchronous communication between different components in a distributed application. Depending on the Talend solution you are using, this component can be used in one, some or all of…
tJMSOutput – Docs for ESB 6.x
tJMSOutput Creates an interface between a Java application and a Message-Oriented middle ware system. Using a JMS server, tJMSOutput makes it possible to have loosely coupled, reliable, and asynchronous communication between different components in a distributed application. Depending on the Talend solution you are using, this component can be used in one, some or all…
tIterateToFlow – Docs for ESB 6.x
tIterateToFlow Transforms non processable data into a processable flow. tIterateToFlow transforms a list into a data flow that can be processed. tIterateToFlow Standard properties These properties are used to configure tIterateToFlow running in the Standard Job framework. The Standard tIterateToFlow component belongs to the Orchestration family. The component in this framework is generally available. Basic…
tJasperOutputExec – Docs for ESB 6.x
tJasperOutputExec Creates a report in rich formats using Jaspersoft’s iReport and offers a performance gain as it functions as a combination of an input component and a tJasperOutput component. This component is closely related to Jaspersoft’s report designer — iReport. It reads and processes data from a source file to create a report against a…
tJasperOutput – Docs for ESB 6.x
tJasperOutput Creates a report in rich formats using Jaspersoft’s iReport. This component is closely related to Jaspersoft’s report designer — iReport. It reads and processes data from an input flow to create a report against a .jrxml report template defined via iReport. tJasperOutput reads and processes data from an input flow to create a report…
tJDBCTableList – Docs for ESB 6.x
tJDBCTableList Lists the names of a given set of JDBC tables using a select statement based on a Where clause. tJDBCTableList iterates on a set of table names through a defined JDBC connection. tJDBCTableList Standard properties These properties are used to configure tJDBCTableList running in the Standard Job framework. The Standard tJDBCTableList component belongs to…