Document ESB Version 5.6.3

tDB2SP – Docs for ESB 5.x

tDB2SP tDB2SP properties Component family Databases/DB2   Function tDB2SP calls the database stored procedure. Purpose tDB2SP offers a convenient way to centralize multiple or complex queries in a database and call them easily. Basic settings Use an existing connection Select this check box and in the Component List click the relevant connection component to reuse…

tDB2Connection – Docs for ESB 5.x

tDB2Connection tDB2Connection properties Component family Databases/DB2   Function tDB2Connection opens a connection to the database for a current transaction. Purpose This component is used to open a connection to the specified database that can then be reused in the subsequent subjob or subjobs. Basic settings Property type Either Built-in or Repository. Since version 5.6, both…

tDB2Commit – Docs for ESB 5.x

tDB2Commit tDB2Commit Properties Component family Databases/DB2   Function Validates the data processed through the Job into the connected DB. Purpose Using a unique connection, this component commits in one go a global transaction instead of doing that on every row or every batch and thus provides gain in performance. Note that if you need to…

tDB2SCDELT – Docs for ESB 5.x

tDB2SCDELT tDB2SCDELT Properties Component family Databases/DB2   Function tDB2SCDELT reflects and tracks changes in a dedicated DB2 SCD table. Purpose tDB2SCDELT addresses Slowly Changing Dimension needs through SQL queries (server-side processing mode), and logs the changes into a dedicated DB2 SCD table. Basic settings Property type Either Built-in or Repository. Since version 5.6, both the…

tDB2Row – Docs for ESB 5.x

tDB2Row tDB2Row properties Component family Databases/DB2   Function tDB2Row is the specific component for this database query. It executes the SQL query stated onto the specified database. The row suffix means the component implements a flow in the job design although it doesn’t provide output. Purpose Depending on the nature of the query and the…

tDB2SCD – Docs for ESB 5.x

tDB2SCD tDB2SCD properties Component family Databases/DB2   Function tDB2SCD reflects and tracks changes in a dedicated DB2 SCD table. Purpose tDB2SCD addresses Slowly Changing Dimension needs, reading regularly a source of data and logging the changes into a dedicated SCD table Basic settings Use an existing connection Select this check box and in the Component…

tDenormalize – Docs for ESB 5.x

tDenormalize tDenormalize Properties Component family Processing/Fields   Function Denormalizes the input flow based on one column. Purpose tDenormalize helps synthesize the input flow. Basic settings Schema and Edit Schema A schema is a row description, it defines the number of fields to be processed and passed on to the next component. The schema is either…

tCouchbaseInput – Docs for ESB 5.x

tCouchbaseInput Warning This component will be available in the Palette of the studio on the condition that you have subscribed to one of the Talend solutions with Big Data. tCouchbaseInput Properties Component family Big Data / Couchbase   Function tCouchbaseInput allows you to fetch your documents from the Couchbase database either by the unique key…

tCouchbaseOutput – Docs for ESB 5.x

tCouchbaseOutput Warning This component will be available in the Palette of the studio on the condition that you have subscribed to one of the Talend solutions with Big Data. tCouchbaseOutput Properties Component family Big Data / Couchbase   Function tCouchbaseOutput inserts, updates, upserts or deletes the documents in the Couchbase database which are stored in…

tDB2Input – Docs for ESB 5.x

tDB2Input tDB2Input properties Component family Databases/DB2   Function tDB2Input reads a database and extracts fields based on a query. Purpose tDB2Input executes a DB query with a strictly defined order which must correspond to the schema definition. Then it passes on the field list to the next component via a Main row link. Note If…