Sie sind auf Seite 1von 861

Talend Open Studio Components

3.X

Reference Guide

Version 3.2_a
Adapted for Talend Open Studio v3.2.x. Supersedes previous Reference Guide releases.

Copyright
This documentation is provided under the terms of the Creative Commons Public License (CCPL). For more information about what you can and cannot do with this documentation in accordance with the CCPL, please check: http://creativecommons.org/licenses/by-nc-sa/2.0/

ii

Talend Open Studio Components

Creative Commons License

Talend Open Studio Components Reference Guide ......................... i

tSPSSStructure properties ......................................31 Related scenarios ...................................................31

Business components .................................33


tAlfrescoOutput .........................................................34 tAlfresco Properties ...............................................34 Installation procedure .........................................35 Prerequisites ...................................................36 Installing the Talend Alfresco module ...........36 Useful information for advanced use .............37 Dematerialization, tAlfrescoOutput, and Enterprise Content Management ...................................................38 Scenario: Creating documents on an Alfresco server 39 tCentricCRMInput ....................................................45 tCentricCRMInput Properties ................................45 Related Scenario ....................................................45 tCentricCRMOutput .................................................46 tCentricCRMOutput Properties .............................46 Related Scenario ....................................................46 tMicrosoftCRMInput ................................................47 tMicrosoftCRMInput Properties ............................47 Scenario: Writing data in a Microsoft CRM database and putting conditions on columns to extract specified rows .............................................................................48 tMicrosoftCRMOutput .............................................55 tMicrosoftCRMOutput Properties .........................55 Related Scenario ....................................................56 tSalesforceGetDeleted ...............................................57 tSalesforceGetDeleted properties ...........................57 Scenario: Recovering deleted data from the Salesforce server ..................................................................58 tSalesforceGetServerTimestamp ..............................60 tSalesforceGetServerTimestamp properties ...........60 Related scenarios ...................................................60 tSalesforceGetUpdated ..............................................61 tSalesforceGetUpdated properties .........................61 Related scenarios ...................................................62 tSalesforceInput .........................................................63 tSalesforceInput Properties ....................................63 Related scenario .....................................................64 tSalesforceOutput ......................................................65 tSalesforceOutput Properties .................................65 Scenario: Deleting data from the Account object ..66 tSAPConnection .........................................................68 tSAPConnection properties ....................................68 Related scenarios ...................................................68 tSAPInput ...................................................................69 tSAPInput Properties .............................................69 Scenario 1: Retrieving metadata from the SAP system 70 Scenario 2: Reading data in the different schemas of iii

Preface ........................................................................ xv Purpose .................................................................. xv Audience ................................................................ xv Typographical conventions ................................... xv History of changes .................................................... xvi Feedback and Support ............................................. xvi

Business Intelligence components .............. 1


tDB2SCD ...................................................................... 2 tDB2SCD properties ................................................ 2 Related scenarios ..................................................... 3 tIngresSCD .................................................................. 4 tIngresSCD Properties ............................................. 4 Related scenario ...................................................... 5 tMondrianInput .......................................................... 6 tMondrianInput Properties ...................................... 6 Scenario: Cross-join tables ...................................... 7 tMSSqlSCD ................................................................ 10 tMSSqlSCD Properties .......................................... 10 Related scenario .................................................... 11 tMysqlSCD ................................................................. 12 tMysqlSCD Properties ........................................... 12 SCD management methodologies ...................... 13 SCD keys ....................................................... 14 Combining SCD types ................................... 14 Scenario: Tracking changes using Slowly Changing Dimensions (type 0 through type 3) ........................... 15 tOracleSCD ................................................................ 23 tOracleSCD Properties .......................................... 23 Related scenario .................................................... 24 tSybaseSCD ................................................................ 25 tSybaseSCD properties .......................................... 25 Related scenarios ................................................... 26 tSPSSInput ................................................................. 27 tSPSSInput properties ............................................ 27 Scenario: Displaying the content of an SPSS .sav file 27 tSPSSOutput .............................................................. 29 tSPSSOutput properties ......................................... 29 Related scenarios ................................................... 29 tSPSSProperties ........................................................ 30 tSPSSProperties properties .................................... 30 Related scenarios ................................................... 30 tSPSSStructure .......................................................... 31 Creative Commons License

Talend Open Studio Components

the RFC_READ_TABLE function ............................. 76 tSAPOutput ............................................................... 82 tSAPOutput Properties .......................................... 82 Related scenario .................................................... 82 tSugarCRMInput ...................................................... 83 tSugarCRMInput Properties .................................. 83 Scenario: Extracting account data from SugarCRM . 83 tSugarCRMOutput ................................................... 85 tSugarCRMOutput Properties ............................... 85 Related Scenario .................................................... 85 tVtigerCRMInput ..................................................... 86 tVtigerCRMInput Properties ................................. 86 Related Scenario .................................................... 86 tVtigerCRMOutput .................................................. 87 tVtigerCRMOutput Properties .............................. 87 Related Scenario .................................................... 87

Scenario: Validating dates against schema (java) 122 tUniqRow ..................................................................126 tUniqRow Properties ............................................126 Scenario: Unduplicating entries ...........................126

Database components ..............................129


tAccessInput .............................................................130 tAccessInput properties ........................................130 Related scenarios .................................................131 tAccessOutput ..........................................................132 tAccessOutput properties .....................................132 Related scenarios .................................................134 tAccessRow ...............................................................135 tAccessRow properties .........................................135 Related scenarios .................................................136 tAS400Commit .........................................................137 tAS400Commit Properties ...................................137 Related scenario ...................................................137 tAS400Connection ...................................................138 tAS400Connection Properties ..............................138 Related scenario ...................................................138 tAS400Input .............................................................139 tAS400Input properties ........................................139 Related scenarios .................................................140 tAS400Output ..........................................................141 tAS400Output properties .....................................141 Related scenarios .................................................143 tAS400Row ...............................................................144 tAS400Row properties .........................................144 Related scenarios .................................................145 tCreateTable .............................................................146 tCreateTable Properties ........................................146 Scenario: Creating new table in a Mysql Database ... 148 tDB2BulkExec ..........................................................150 tDB2BulkExec properties ....................................150 Related scenarios .................................................151 tDB2Input .................................................................152 tDB2Input properties ...........................................152 Related scenarios .................................................153 tDB2Output ..............................................................154 tDB2Output properties .........................................154 Related scenarios .................................................156 tDB2Row ...................................................................157 tDB2Row properties ............................................157 Related scenarios .................................................158 tDB2SCD ..................................................................159 tDB2SP ......................................................................160 tDB2SP properties ...............................................160 Related scenarios .................................................161 tDBInput ..................................................................162 tDBInput properties .............................................162 Creative Commons License

Custom Code components ........................ 89


tJava ........................................................................... 90 tJava Properties ...................................................... 90 Scenario: Printing out a variable content .............. 90 tJavaFlex .................................................................... 93 tJavaFlex properties ............................................... 93 Scenario1: Generating data flow ........................... 94 Scenario2: Processing rows of data with tJavaFlex .. 96 tPerl ............................................................................ 99 tPerl properties ...................................................... 99 Scenario: Displaying a number of processed lines 99

Data Quality components ....................... 103


tAddCRCRow .......................................................... 104 tAddCRCRow properties .................................... 104 Scenario: Adding a surrogate key to a file .......... 104 tFuzzyMatch ............................................................ 107 tFuzzyMatch properties ....................................... 107 Scenario 1: Levenshtein distance of 0 in first names 108 Scenario 2: Levenshtein distance of 1 or 2 in first names ....................................................................... 110 Scenario 3: Metaphonic distance in first name ... 111 tIntervalMatch ........................................................ 112 tIntervalMatch properties .................................... 112 Scenario: identifying Ip country (Perl and Java) . 113 tReplaceList ............................................................. 117 tReplaceList Properties ........................................ 117 Scenario: Replacement from a reference file ...... 118 tSchemaComplianceCheck ..................................... 121 tSchemaComplianceCheck Properties ................ 121

iv

Talend Open Studio Components

Scenario 1: Displaying selected data from DB table . 163 Scenario 2: Using StoreSQLQuery variable ....... 164 tDBOutput ............................................................... 166 tDBOutput properties .......................................... 166 Scenario: Displaying DB output ......................... 168 tDBSQLRow ............................................................ 171 tDBSQLRow properties ...................................... 171 Scenario: Resetting a DB auto-increment ........... 172 tFirebirdInput ......................................................... 174 tFirebirdInput properties ...................................... 174 Related scenarios ................................................. 175 tFirebirdOutput ...................................................... 176 tFirebirdOutput properties ................................... 176 Related scenarios ................................................. 178 tFirebirdRow ........................................................... 179 tFirebirdRow properties ...................................... 179 Related scenarios ................................................. 180 tHSQLDbInput ........................................................ 181 tHSQLDbInput properties ................................... 181 Related scenarios ................................................. 182 tHSQLDbOutput ..................................................... 183 tHSQLDbOutput properties ................................ 183 Related scenarios ................................................. 185 tHSQLDbRow ......................................................... 186 tHSQLDbRow properties .................................... 186 Related scenarios ................................................. 187 tInformixInput ........................................................ 188 tInformixInput properties .................................... 188 Related scenarios ................................................. 189 tInformixOutput ...................................................... 190 tInformixOutput properties .................................. 190 Related scenarios ................................................. 192 tInformixRow .......................................................... 193 tInformixRow properties ..................................... 193 Related scenarios ................................................. 194 tIngresCommit ........................................................ 195 tIngresCommit Properties .................................... 195 Related scenario .................................................. 195 tIngresConnection ................................................... 196 tIngresConnection Properties .............................. 196 Related scenarios ................................................. 196 tIngresInput ............................................................. 197 tIngresInput properties ........................................ 197 Related scenarios ................................................. 198 tIngresOutput .......................................................... 199 tIngresOutput properties ...................................... 199 Related scenarios ................................................. 201 tIngresRollback ....................................................... 202 tIngresRollback properties .................................. 202 Related scenarios ................................................. 202 tIngresRow ............................................................... 203 tIngresRow properties ......................................... 203 Creative Commons License

Related scenarios .................................................204 tIngresSCD ...............................................................205 tInterbaseInput ........................................................206 tInterbaseInput properties ....................................206 Related scenarios .................................................207 tInterbaseOutput .....................................................208 tInterbaseOutput properties ..................................208 Related scenarios .................................................210 tInterbaseRow ..........................................................211 tInterbaseRow properties .....................................211 Related scenarios .................................................212 tJavaDBInput ...........................................................213 tJavaDBInput properties ......................................213 Related scenarios .................................................214 tJavaDBOutput ........................................................215 tJavaDBOutput properties ....................................215 Related scenarios .................................................217 tJavaDBRow .............................................................218 tJavaDBRow properties .......................................218 Related scenarios .................................................219 tJDBCColumnList ...................................................220 tJDBCColumnList Properties ..............................220 Related scenario ...................................................220 tJDBCCommit .........................................................221 tJDBCCommit Properties ....................................221 Related scenario ...................................................221 tJDBCConnection ....................................................222 tJDBCConnection Properties ...............................222 Related scenario ...................................................222 tJDBCInput ..............................................................223 tJDBCInput properties .........................................223 Related scenarios .................................................224 tJDBCOutput ...........................................................225 tJDBCOutput properties .......................................225 Related scenarios .................................................227 tJDBCRollback ........................................................228 tJDBCRollback properties ...................................228 Related scenario ...................................................228 tJDBCRow ................................................................229 tJDBCRow properties ..........................................229 Related scenarios .................................................230 tJDBCSP ...................................................................231 tJDBCSP Properties .............................................231 Related scenario ...................................................232 tJDBCTableList .......................................................233 tJDBCTableList Properties ..................................233 Related scenario ...................................................233 tLDAPInput .............................................................234 tLDAPInput Properties ........................................234 Scenario: Displaying LDAP directorys filtered content .............................................................................235 tLDAPOutput ...........................................................238 tLDAPOutput Properties ......................................238 v

Talend Open Studio Components

Scenario: Editing data in an LDAP directory ...... 239 tMSSqlBulkExec ..................................................... 242 tMSSqlBulkExec properties ................................ 242 Related scenarios ................................................. 244 tMSSqlColumnList ................................................. 245 tMSSqlColumnList Properties ............................ 245 Related scenario .................................................. 245 tMSSqlInput ............................................................ 246 tMSSqlInput properties ....................................... 246 Related scenarios ................................................. 247 tMSSqlOutput ......................................................... 248 tMSSqlOutput properties ..................................... 248 Related scenarios ................................................. 251 tMSSqlOutputBulk ................................................. 252 tMSSqlOutputBulk properties ............................. 252 Related scenarios ................................................. 253 tMSSqlOutputBulkExec ......................................... 254 tMSSqlOutputBulkExec properties ..................... 254 Related scenarios ................................................. 255 tMSSqlRow .............................................................. 256 tMSSqlRow properties ........................................ 256 Related scenarios ................................................. 257 tMSSqlSCD .............................................................. 258 tMSSqlSP ................................................................. 259 tMSSqlSP Properties ........................................... 259 Related scenario .................................................. 260 tMSSqlTableList ..................................................... 261 tMSSqlTableList Properties ................................ 261 Related scenario .................................................. 261 tMysqlBulkExec ...................................................... 262 tMysqlBulkExec properties ................................. 262 Related scenarios ................................................. 263 tMysqlColumnList .................................................. 264 tMysqlColumnList Properties ............................. 264 Scenario: Iterating on a DB table and listing its column names ................................................................ 264 tMysqlCommit ......................................................... 268 tMysqlCommit Properties ................................... 268 Related scenario .................................................. 268 tMysqlConnection ................................................... 269 tMysqlConnection Properties .............................. 269 Scenario: Inserting data in mother/daughter tables ... 269 tMysqlInput ............................................................. 274 tMysqlInput properties ........................................ 274 Related scenarios ................................................. 275 tMysqlLastInsertId ................................................. 276 tMysqlLastInsertId properties ............................. 276 Scenario: Get the ID for the last inserted record . 276 tMysqlOutput .......................................................... 281 tMysqlOutput properties ...................................... 281 Scenario 1: Adding a new column and altering data in a DB table .................................................................. 283 vi

Scenario 2: Updating data in a database table .....288 tMysqlOutputBulk ...................................................292 tMysqlOutputBulk properties ..............................292 Scenario: Inserting transformed data in MySQL database ............................................................................293 tMysqlOutputBulkExec ..........................................296 tMysqlOutputBulkExec properties ......................296 Scenario: Inserting data in MySQL database .......297 tMysqlRollback ........................................................299 tMysqlRollback properties ...................................299 Scenario: Rollback from inserting data in mother/daughter tables .......................................................299 tMysqlRow ...............................................................300 tMysqlRow properties ..........................................300 Scenario: Removing and regenerating a MySQL table index ..........................................................................301 tMysqlSCD ...............................................................303 tMysqlSCDELT .......................................................304 tMysqlSCDELT Properties ..................................304 Related Scenario ..................................................305 tMysqlSP ...................................................................306 tMysqlSP Properties .............................................306 Scenario: Finding a State Label using a stored procedure ............................................................................307 tMysqlTableList .......................................................310 tMysqlTableList Properties ..................................310 Scenario: Iterating on DB tables and deleting their content using a user-defined SQL template ...............310 Related scenario ...................................................314 tNetezzaBulkExec ....................................................315 tNetezzaBulkExec properties ...............................315 Related scenarios .................................................316 tNetezzaCommit .......................................................317 tNetezzaCommit Properties .................................317 Related scenario ...................................................317 tNetezzaConnection .................................................318 tNetezzaConnection Properties ............................318 Related scenarios .................................................318 tNetezzaInput ...........................................................319 tNetezzaInput properties ......................................319 Related scenarios .................................................320 tNetezzaOutput ........................................................321 tNetezzaOutput properties ...................................321 Related scenarios .................................................323 tNetezzaRollback .....................................................324 tNetezzaRollback properties ................................324 Related scenarios .................................................324 tNetezzaRow .............................................................325 tNetezzaRow properties .......................................325 Related scenarios .................................................326 tOracleBulkExec ......................................................327 tOracleBulkExec properties .................................327 Scenario: Truncating and inserting file data into OraCreative Commons License

Talend Open Studio Components

cle DB ....................................................................... 329 tOracleCommit ........................................................ 333 tOracleCommit Properties ................................... 333 Related scenario .................................................. 333 tOracleConnection .................................................. 334 tOracleConnection Properties .............................. 334 Related scenario .................................................. 334 tOracleInput ............................................................ 336 tOracleInput properties ........................................ 336 Related scenarios ................................................. 337 tOracleOutput ......................................................... 338 tOracleOutput properties ..................................... 338 Related scenarios ................................................. 340 tOracleOutputBulk ................................................. 341 tOracleOutputBulk properties ............................. 341 Related scenarios ................................................. 342 tOracleOutputBulkExec ......................................... 343 tOracleOutputBulkExec properties ..................... 343 Related scenarios ................................................. 345 tOracleRollback ...................................................... 346 tOracleRollback properties .................................. 346 Related scenario .................................................. 346 tOracleRow .............................................................. 347 tOracleRow properties ......................................... 347 Related scenarios ................................................. 348 tOracleSCD .............................................................. 349 tOracleSP ................................................................. 350 tOracleSP Properties ............................................ 350 Scenario: Checking number format using a stored procedure ................................................................... 351 tParseRecordSet ...................................................... 356 tParseRecordSet properties .................................. 356 Scenario ............................................................... 356 tPostgresqlBulkExec ............................................... 357 tPostgresqlBulkExec properties .......................... 357 Related scenarios ................................................. 358 tPostgresqlCommit .................................................. 359 tPostgresqlCommit Properties ............................. 359 Related scenario .................................................. 359 tPostgresqlConnection ............................................ 360 tPostgresqlConnection Properties ........................ 360 Related scenario .................................................. 360 tPostgresqlInput ...................................................... 361 tPostgresqlInput properties .................................. 361 Related scenarios ................................................. 362 tPostgresqlOutput ................................................... 363 tPostgresqlOutput properties ............................... 363 Related scenarios ................................................. 365 tPostgresqlOutputBulk ........................................... 366 tPostgresqlOutputBulk properties ....................... 366 Related scenarios ................................................. 367 tPostgresqlOutputBulkExec ................................... 368 tPostgresqlOutputBulkExec properties ............... 368 Creative Commons License

Related scenarios .................................................368 tPostgresqlRollback .................................................369 tPostgresqlRollback properties ............................369 Related scenario ...................................................369 tPostgresqlRow ........................................................370 tPostgresqlRow properties ...................................370 Related scenarios .................................................371 tSASInput .................................................................372 tSASInput properties ............................................372 Related scenarios .................................................373 tSASOutput ..............................................................374 tSASOutput properties .........................................374 Related scenarios .................................................376 tSQLiteConnection ..................................................377 SQLiteConnection properties ...............................377 Related scenarios ................................................377 tSQLiteInput ............................................................378 tSQLiteInput Properties .......................................378 Scenario: Filtering SQlite data .............................379 tSQLiteOutput .........................................................381 tSQLiteOutput Properties .....................................381 Related Scenario ..................................................383 tSQLiteRow ..............................................................384 tSQLiteRow Properties ........................................384 Scenario: Updating SQLite rows .........................385 tSybaseBulkExec ......................................................388 tSybaseBulkExec Properties ................................388 Related scenarios .................................................389 tSybaseCommit ........................................................390 tSybaseCommit Properties ...................................390 Related scenario ...................................................390 tSybaseConnection ...................................................391 tSybaseConnection Properties .............................391 Related scenarios .................................................391 tSybaseInput .............................................................392 tSybaseInput Properties .......................................392 Related scenarios .................................................393 tSybaseIQBulkExec .................................................394 tSybaseIQBulkExec Properties ............................394 Related scenarios .................................................395 tSybaseIQOutputBulkExec .....................................396 tSybaseIQOutputBulkExec properties .................396 Related scenarios .................................................397 tSybaseOutput ..........................................................398 tSybaseOutput Properties .....................................398 Related scenarios .................................................400 tSybaseOutputBulk .................................................401 tSybaseOutputBulk properties .............................401 Related scenarios .................................................402 tSybaseOutputBulkExec .........................................403 tSybaseOutputBulkExec properties .....................403 Related scenarios .................................................404 tSybaseRollback .......................................................405 vii

Talend Open Studio Components

tSybaseRollback properties ................................. 405 Related scenarios ................................................. 405 tSybaseRow .............................................................. 406 tSybaseRow Properties ........................................ 406 Related scenarios ................................................. 407 tSybaseSCD .............................................................. 408 tSybaseSCDELT ...................................................... 409 tSybaseSCDELT Properties ................................ 409 Related Scenario .................................................. 410 tSybaseSP ................................................................. 411 tSybaseSP properties ........................................... 411 Related scenarios ................................................. 412 tTeradataInput ........................................................ 413 tTeradataInput Properties .................................... 413 Related scenarios ................................................. 414 tTeradataOutput ..................................................... 415 tTeradataOutput Properties .................................. 415 Related scenarios ................................................. 417 tTeradataRow .......................................................... 418 tTeradataRow Properties ..................................... 418 Related scenarios ................................................. 419 tVerticaBulkExec .................................................... 420 tVerticaBulkExec Properties ............................... 420 Related scenarios ................................................ 421 tVerticaCommit ....................................................... 422 tVerticaCommit Properties ................................. 422 Related scenario ................................................. 422 tVerticaConnection ................................................. 423 tVerticaConnection Properties ........................... 423 Related scenario ................................................. 423 tVerticaInput ........................................................... 424 tVerticaInput Properties ..................................... 424 Related scenarios ................................................ 425 tVerticaOutput ........................................................ 426 tVerticaOutput Properties ................................... 426 Scnarios associs .............................................. 428 tVerticaOutputBulk ................................................ 429 tVerticaOutputBulk Properties ........................... 429 Related scenarios ................................................ 430 tVerticaOutputBulkExec ........................................ 431 tVerticaOutputBulkExec Properties ................... 431 Related scenarios ................................................ 432 tVerticaRollback ..................................................... 433 tVerticaRollback Properties ............................... 433 Related scenario ................................................. 433 tVerticaRow ............................................................. 434 tVerticaRow Properties ...................................... 434 Related scenario ................................................. 435

Scenario: Filtering and aggregating table columns directly on the DBMS ...................................................439 tELTFilterColumns .................................................445 tELTFilterColumns Properties .............................445 Related Scenario ..................................................446 tELTFilterRows .......................................................447 tELTFilterRows Properties ..................................447 Realted Scenario ..................................................448 tELTMysqlInput ......................................................449 tELTMysqlInput properties .................................449 Related scenarios .................................................449 tELTMysqlMap .......................................................450 tELTMysqlMap properties ...................................450 Connecting ELT components ...........................450 Mapping and joining tables ..............................451 Adding where clauses .......................................451 Generating the SQL statement ..........................451 Scenario1: Aggregating table columns and filtering . 452 Scenario 2: ELT using Alias table .......................455 tELTMysqlOutput ...................................................459 tELTMysqlOutput properties ...............................459 Related scenarios .................................................460 tELTOracleInput .....................................................461 tELTOracleInput properties .................................461 Related scenarios .................................................461 tELTOracleMap ......................................................462 tELTOracleMap properties ..................................462 Connecting ELT components ...........................462 Mapping and joining tables ..............................463 Adding where clauses .......................................463 Generating the SQL statement ..........................463 Scenario: Updating Oracle DB entries .................463 tELTOracleOutput ..................................................466 tELTOracleOutput properties ..............................466 Related scenarios .................................................467 tELTTeradataInput .................................................468 tELTTeradataInput properties ..............................468 Related scenarios .................................................468 tELTTeradataMap ..................................................469 tELTTeradataMap properties ...............................469 Connecting ELT components ...........................469 Mapping and joining tables ..............................470 Adding WHERE clauses ..................................470 Generating the SQL statement ..........................470 Related scenarios .................................................470 tELTTeradataOutput ..............................................471 tELTTeradataOutput properties ...........................471 Related scenarios .................................................472

ELT components ..................................... 437


tELTAggregate ........................................................ 438 tELTAggregate properties ................................... 438 viii

File components .......................................473


tAdvancedFileOutputXML .....................................474 Creative Commons License

Talend Open Studio Components

tApacheLogInput .................................................... 475 tApacheLogInput properties ................................ 475 Scenario: Reading an Apache access-log file ...... 475 tCreateTemporaryFile ........................................... 477 tCreateTempraryFile properties .......................... 477 Scenario: Creating a temporary file and writing data in it ............................................................................ 477 tFileCompare ........................................................... 482 tFileCompare properties ...................................... 482 Scenario: Comparing unzipped files ................... 482 tFileCopy .................................................................. 485 tFileCopy Properties ............................................ 485 Scenario: Restoring files from bin ....................... 485 tFileDelete ................................................................ 487 tFileDelete Properties .......................................... 487 Scenario: Deleting files ....................................... 487 tFileExist .................................................................. 489 tFileExist Properties ............................................ 489 Scenario: Checking for the presence of a file and creating it if it does not exist .......................................... 489 tFileFetch ................................................................. 493 tFileInputDelimited ............................................... 494 tFileInputDelimited properties ............................ 494 Scenario: Delimited file content display ............. 495 tFileInputMSDelimited .......................................... 497 tFileInputEBCDIC .................................................. 498 tFileInputEBCDIC properties .............................. 498 Scenario: Extracting data from an EBCDIC file and populating a database ................................................ 498 tFileInputExcel ....................................................... 504 tFileInputExcel properties .................................. 504 Related scenarios ................................................. 505 tFileInputFullRow .................................................. 506 tFileInputFull Row properties ............................. 506 Scenario: Reading full rows in a delimited file ... 506 tFileInputMail ......................................................... 509 tFileInputMail properties ..................................... 509 Scenario: Extracting key fields from email ......... 509 tFileInputMSPositional ......................................... 511 tFileInputPositional ............................................... 512 tFileInputPositional properties ............................ 512 Scenario: From Positional to XML file ............... 513 tFileInputProperties ................................................ 517 tFileInputProperties properties ............................ 517 Scenario: Reading and matching the keys and the values of different .properties files and outputting the results in a glossary .............................................................. 517 tFileInputRegex ....................................................... 521 tFileInputRegex properties .................................. 521 Scenario: Regex to Positional file ....................... 522 tFileInputXML ........................................................ 525 tFileInputMSXML .................................................. 526 tFileList ................................................................... 527 Creative Commons License

tFileList properties ...............................................527 Scenario: Iterating on a file directory ..................527 tFileOutputEBCDIC ...............................................531 tFileOutputEBCDIC properties ...........................531 Scenario: Creating an EBCDIC file using two delimited files .....................................................................531 tFileOutputExcel ......................................................534 tFileOutputExcel Properties .................................534 Related scenario ...................................................535 tFileOutputLDIF .....................................................536 tFileOutputLDIF Properties .................................536 Scenario: Writing DB data into an LDIF-type file .... 537 tFileOutputProperties .............................................539 tFileOutputProperties properties ..........................539 Related scenarios .................................................539 tFileOutputXML ......................................................540 tFileProperties ..........................................................541 tFileProperties Properties .....................................541 Scenario: Displaying the properties of a processed file 541 tFileUnarchive ..........................................................543 tFileUnarchive Properties ....................................543 Related scenario ...................................................543 tPivotOutputDelimited ............................................544 tPivotOutputDelimited Properties ........................544 Scenario: Using a pivot column to aggregate data ..... 544

Internet components ................................547


tFileFetch ..................................................................548 tFileFetch properties ............................................548 Scenario: Fetching data through HTTP ...............548 tFTPConnection .......................................................550 tFTPConnection properties ..................................550 Related scenarios .................................................550 tFTPDelete ................................................................551 tFTPDelete properties ..........................................551 Related scenario ...................................................551 tFTPFileList ............................................................552 tFTPFileList properties .......................................552 Scenario: Iterating on a remote directory ............553 tFTPGet ....................................................................556 tFTPGet properties ...............................................556 Related scenario ...................................................556 tFTPPut ....................................................................557 tFTPPut properties ...............................................557 Scenario: Putting files on a remote FTP server ...557 tMomInput ...............................................................560 tMomInput Properties ..........................................560 Scenario: asynchronous communication via a MOM server .........................................................................560 ix

Talend Open Studio Components

tMomMessageIdList ............................................... 564 tMomMessageIdList Properties .......................... 564 Related scenario .................................................. 564 tMomOutput ............................................................ 565 tMomOutput Properties ....................................... 565 Related scenario .................................................. 565 tPOP ......................................................................... 566 tPOP properties .................................................... 566 Scenario: Retrieving a selection of email messages from an email server ................................................ 567 tRSSInput ................................................................ 570 tRSSInput Properties ........................................... 570 Scenario: Fetching frequently updated blog entries. . 570 tRSSOutput .............................................................. 573 tRSSOutput Properties ........................................ 573 Scenario: Creating an RSS flow. ......................... 573 tSCPConnection ...................................................... 578 tSCPConnection properties ................................. 578 Related scenarios ................................................. 578 tSCPDelete ............................................................... 579 tSCPDelete properties ......................................... 579 Related scenario .................................................. 579 tSCPFileExists ......................................................... 580 tSCPFileExists properties .................................... 580 Related scenario .................................................. 580 tSCPFileList ............................................................. 581 tSCPFileList properties ....................................... 581 Related scenario .................................................. 581 tSCPGet .................................................................... 582 tSCPGet properties .............................................. 582 Scenario: Getting files from a remote SCP server .... 582 tSCPPut .................................................................... 584 tSCPPut properties .............................................. 584 Related scenario .................................................. 584 tSCPRename ............................................................ 585 tSCPRename properties ....................................... 585 Related scenario .................................................. 585 tSCPTruncate .......................................................... 586 tSCPRename properties ....................................... 586 Related scenario .................................................. 586 tSendMail ................................................................. 587 tSendMail Properties ........................................... 587 Scenario: Email on error ...................................... 588 tSocketInput ............................................................ 590 tSocketInput properties ........................................ 590 Scenario: Passing on data to the listening port (Java) 591 tSocketOutput .......................................................... 595 tSocketOutput properties ..................................... 595 Related Scenario .................................................. 596 tWebServiceInput ................................................... 597 x

tWebServiceInput Properties ...............................597 Scenario 1: Extracting images through a Web service 598 Scenario 2: Reading the data published on a Web service using the tWebServiceInput advanced features (Java only) ...........................................................................600 tXMLRPC ................................................................605 tXMLRPC Properties ...........................................605 Scenario: Guessing the State name from an XMLRPC 605

Logs & Errors components .....................609


tChronometerStart ..................................................610 tChronometerStart Properties ...............................610 Related scenario ...................................................610 tChronometerStop ...................................................611 tChronometerStop Properties ...............................611 Scenario: Measuring the processing time of a subjob and part of a subjob ...................................................611 tDie ............................................................................617 tDie properties ......................................................617 Related scenarios .................................................617 tFlowMeter ...............................................................618 tFlowMeter Properties .........................................618 Related scenario ...................................................618 tFlowMeterCatcher .................................................619 tFlowMeterCatcher Properties .............................619 Scenario: Catching flow metrics from a Job ........620 tLogCatcher .............................................................624 tLogCatcher properties ........................................624 Scenario1: warning & log on entries ...................624 Scenario 2: log & kill a Job ..................................626 tLogRow ..................................................................628 tLogRow properties .............................................628 Scenario: Delimited file content display ..............628 tStatCatcher .............................................................629 tStatCatcher Properties .........................................629 Scenario: Displaying job stats log ........................629 tWarn ........................................................................632 tWarn Properties ..................................................632 Related scenarios .................................................632

Misc group components ..........................633


tAddLocationFromIP .............................................634 tAddLocationFromIP Properties ..........................634 Scenario: Identifying a real-world geographic location of an IP ...............................................................634 tBufferInput .............................................................637 tBufferInput properties .........................................637 Scenario: Retrieving bufferized data (Java) .........637

Talend Open Studio Components

Creative Commons License

tBufferOutput .......................................................... 640 tBufferOutput properties ..................................... 640 Scenario1: Buffering data (Java) ......................... 640 Scenario 2: Buffering output data on the webapp server .............................................................................. 643 Scenario 3: Calling a Job with context variables from a browser .................................................................. 646 Scenario 4: Calling a Job exported as Webservice in another Job ................................................................ 648 tContextDump ......................................................... 651 tContextDump properties .................................... 651 Related Scenario ................................................ 651 tContextLoad ........................................................... 652 tContextLoad properties ...................................... 652 Scenario: Dynamic context use in MySQL DB insert 652 tMsgBox .................................................................. 655 tMsgBox properties ............................................. 655 Scenario: Hello world! type test ....................... 655 tRowGenerator ....................................................... 657 tRowGenerator properties ................................... 657 Defining the schema ......................................... 657 Defining the function ....................................... 658 Scenario: Generating random java data ............... 658

Group element ..............................................679 Related scenario ...................................................680

Orchestration components ......................681


tFileList ....................................................................682 tFlowToIterate .........................................................683 tFlowToIterate Properties ....................................683 Scenario: Transforming data flow to a list ...........683 tIterateToFlow .........................................................687 tIterateToFlow Properties ....................................687 Scenario: Transforming a list of files as data flow .... 687 tLoop .........................................................................690 tLoop Properties ...................................................690 Scenario: Job execution in a loop ........................690 tPostjob .....................................................................693 tPostjob Properties ...............................................693 Related scenario ...................................................693 tPrejob ......................................................................694 tPrejob Properties .................................................694 Related scenario ...................................................694 tReplicate ..................................................................695 tReplicate Properties ............................................695 Related scenario ...................................................695 tSleep .........................................................................696 tSleep Properties ..................................................696 Related scenarios .................................................696 tUnite .........................................................................697 tUnite Properties ..................................................697 Scenario: Iterate on files and merge the content ..697 tWaitForFile .............................................................700 tWaitForFile properties ........................................700 Scenario: Waiting for a file to be removed .........700 tWaitForSqlData .....................................................703 tWaitForSqlData properties .................................703 Scenario: Waiting for insertion of rows in a table .... 703

MultiSchema components ...................... 661


tFileInputMSDelimited .......................................... 662 tFileInputMSDelimited properties ...................... 662 The Multi Schema Editor ................................. 662 Scenario: Reading a multi structure delimited file .... 663 tFileInputMSPositional ......................................... 669 tFileInputMSPositional properties ...................... 669 Related scenario .................................................. 669 tFileOutputMSDelimited ....................................... 670 tFileOutputMSDelimited properties ................... 670 Related scenarios ................................................. 671 tFileOutputMSPositional ....................................... 672 tFileOutputMSPositional properties .................... 672 Related scenario .................................................. 672 tFileInputMSXML .................................................. 673 tFileInputMSXML Properties ............................. 673 Scenario: Reading a multi structure XML file .... 673 tFileOutputMSXML ............................................... 676 tFileOutputMSXML Properties ........................... 676 Defining the MultiSchema XML tree .............. 676 Importing the XML tree .............................. 677 Creating manually the XML tree ................. 678 Mapping XML data from multiple schema sources 678 Defining the node status ................................... 679 Loop element ............................................... 679 Creative Commons License

Processing components ...........................709


tAggregateRow ........................................................710 tAggregateRow properties ...................................710 Scenario: Aggregating values and sorting data ....711 tAggregateSortedRow .............................................714 tAggregateSortedRow properties .........................714 Related scenario ...................................................715 tConvertType ...........................................................716 tConvertType properties ......................................716 Scenario: Converting java types ..........................716 tDenormalize ............................................................721 tDenormalize Properties .......................................721 Scenario 1: Denormalizing on one column in Perl .... xi

Talend Open Studio Components

721 Scenario 2: Denormalizing on multiple columns in Java ............................................................................ 723 tDenormalizeSortedRow ........................................ 726 tDenormalizeSortedRow properties .................... 726 Scenario: Regrouping sorted rows ...................... 726 tEmptyToNull .......................................................... 730 tEmptyToNull properties ..................................... 730 Scenario: Replacing empty fields by NULL fields (fields of unknown value) ........................................ 730 tExternalSortRow ................................................... 734 tExternalSortRow properties ............................... 734 Related scenario .................................................. 735 tExtractDelimitedFields .......................................... 736 tExtractDelimitedFields properties ...................... 736 Scenario: Extracting fields from a comma-delimited file ............................................................................. 736 tExtractPositionalFields ......................................... 740 tExtractPositionalFields properties ...................... 740 Related scenario .................................................. 741 tExtractRegexFields ................................................ 742 tExtractRegexFields properties ........................... 742 Scenario: Extracting name, domain and TLD from e-mail addresses ........................................................ 742 tFilterColumn .......................................................... 746 tFilterColumn Properties ..................................... 746 Related Scenario .................................................. 746 tFilterRows .............................................................. 747 tFilterRows Properties ......................................... 747 Scenario: Filtering and searching a list of names 747 tMap ........................................................................ 750 tMap properties .................................................... 750 Scenario 1: Mapping with filter and simple explicit join (Perl) ................................................................. 750 Scenario 2: Mapping with Inner join rejection (Perl) 755 Scenario 3: Cascading join mapping ................... 759 Scenario 4: Advanced mapping with filters, explicit joins and Inner join rejection .................................... 760 Scenario 5: Advanced mapping with filters and a check of all rows ..................................................... 764 Scenario 6: Advanced mapping with lookup reload at each row (java) .......................................................... 767 tNormalize ................................................................ 773 tNormalize Properties .......................................... 773 Scenario: Normalizing data (in Perl) ................... 773 tPivotToRows .......................................................... 776 tPivotToRows properties ..................................... 776 Scenario: Concatenating a list of columns in a table by using the other table columns as pivot ................ 777 tReplace .................................................................... 780 tReplace Properties .............................................. 780 Scenario: multiple replacements and column filtering xii

781 tSampleRow .............................................................785 tSampleRow properties ........................................785 Scenario: Filtering rows and groups of rows .......785 tSortRow ...................................................................788 tSortRow properties .............................................788 Scenario: Sorting entries ......................................789

System components .................................791


tRunJob ....................................................................792 tRunJob Properties ...............................................792 Scenario: Executing a child Job ...........................793 tSetEnv ......................................................................798 tSetEnv Properties ................................................798 Scenario: Modifying the Date variable during the execution of a Job .........................................................798 tSSH ..........................................................................802 tSSH Properties ....................................................802 Scenario: Remote system information display via SSH ...........................................................................802 tSystem ......................................................................804 tSystem Properties ...............................................804 Scenario: Echo Hello World! ............................805

XML components ....................................807


tAdvancedFileOutputXML .....................................808 tAdvancedFileOutputXML properties .................808 Defining the XML tree .....................................809 Importing the XML tree ...............................810 Creating manually the XML tree .................811 Mapping XML data ..........................................811 Defining the node status ...................................812 Loop element ...............................................812 Group element ..............................................812 Scenario: Creating an XML file using a loop ......813 tDTDValidator .........................................................818 tDTDValidator Properties ....................................818 Scenario: Validating xml files .............................818 tExtractXMLField ...................................................821 tExtractXMLField properties ...............................821 Scenario: Extract XML data from a field in a database table ...........................................................................822 tFileInputXML .........................................................825 tFileInputXML Properties ....................................825 Scenario: XML street finder ................................826 tFileOutputXML ......................................................828 tFileOutputXML properties .................................828 Scenario: From Positional to XML file ...............829 tWriteXMLField ......................................................830 tWriteXMLField properties .................................830

Talend Open Studio Components

Creative Commons License

Scenario: Extracting the structure of an XML file and inserting it into the fields of a database table ............ 831 tXSDValidator ......................................................... 836 tDTDValidator Properties ................................... 836 Related scenario .................................................. 836

tXSLT .......................................................................837 tXSLT Properties .................................................837 Scenario: Transforming XML to html using an XSL stylesheet ...................................................................837

Creative Commons License

Talend Open Studio Components

xiii

xiv

Talend Open Studio Components

Creative Commons License

Preface
Purpose
This Reference Guide explains in detail the major components you can find in each of the different groups in the Palette of Talend Open Studio. Information presented in this document applies to Talend Open Studio releases beginning with 3.2.x.

Audience
This guide is for users and administrators of Talend Open Studio.
The layout of GUI screens provided in this document may vary slightly from your actual GUI.

Typographical conventions
This guide uses the following typographical conventions: text in bold: window and dialog box buttons and fields, keyboard keys, menus, and menu options, text in [bold]: window, wizard, and dialog box titles, text in courier: system parameters typed in by the user, text in italics: file, schema, column, row, and variable names referred to in all use cases, and also names of the fields in the Basic and Advanced setting views referred to in the property table for each component, In the properties section for every component, the component is available in Java and/or in Perl. or icon indicates whether the

The icon indicates an item that provides additional information about an important point. It is also used to add comments related to a table or a figure, The icon indicates a message that gives information about the execution requirements or recommendation type. It is also used to refer to situations or information the end-user need to be aware of or pay special attention to.

Creative Commons License

Talend Open Studio Components

xv

History of changes
The below table lists the changes made in the 3.x release of the Talend Open Studio Reference Guide.
Version v3.0_c Date 17/12/2008 History of Change Updates in Talend Open Studio Reference Guide include: -Updates in the DB input and output component properties regarding the Advanced settings view. -Updates in the DB SCD components regarding the SCD editor. Updates in Talend Open Studio Reference Guide include: -Updates in the *Row component properties regarding the Advanced settings view -Updates in the DB components properties to adjust them to the basic settings view -New components: tAlfrescoOutput, tMysqlTableList, tFileInputEBCDIC, tFileOutputEBCDIC, tFileInputMSDelimited, tFileInputMSXML, tFileInputPositional, tFileOutputPositional, tFileOutputMSXML. -Changes in tMap interface and new tMap scenario No updates in Talend Open Studio Reference Guide. Updates in Talend Open Studio Reference Guide include: -New components in the Business, File, Internet, and XML families. Updates in Talend Open Studio Reference Guide include: -New components in the File, Internet, Processing, Database, Business intelligence and Data quality chapters. -Modifications in the settings and scenarios of many components to match the modifications in the GUI. -Modifications in tSAPInput + new scenario. -Modifications in tRunJob and its scenario.

v3.1_a

30/04/2009

v3.1_b v3.1_c

13/05/2009 18/06/2009

v3.2_a

20/10/2009

Feedback and Support


Your feedback is valuable. Do not hesitate to give your input, make suggestions or requests regarding this documentation or product and find support from the Talend team, on Talends Forum website at: http://talendforge.org/forum

xvi

Talend Open Studio Components

Creative Commons License

Business Intelligence components


This chapter details the major components that you can find in Business Intelligence group of the Palette of Talend Open Studio. The BI family groups connectors that cover needs such as reading or writing multidimensional or OLAP databases, outputting Jasper reports, tracking DB changes in slow changing dimension tables and so on.

Business Intelligence components


tDB2SCD

tDB2SCD
tDB2SCD properties
Component family Databases/DB2

Function Purpose Basic settings

tDB2SCD reflects and tracks changes in a dedicated DB2 SCD table. tDB2SCD addresses Slowly Changing Dimension needs, reading regularly a source of data and logging the changes into a dedicated SCD table Use an existing connection Property type Select this check box and click the relevant DB connection component on the Component list to reuse the connection details you already defined. Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the Repository file where properties are stored. The following fields are pre-filled in using fetched data. Host Port Database Table Schema Username and Password Table Schema type and Edit Schema Database server IP address. Listening port number of DB server. Name of the database. Name of the DB schema. DB user authentication data. Name of the table to be written. Note that only one table can be written at a time. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. SCD Editor The SCD editor helps to build and configure the data flow for slowly changing dimension outputs. For more information, see SCD management methodologies on page 13. Select this check box to maximize system performance.

Use memory saving Mode Usage

This component is used as Output component. It requires an Input component and Row main link as input.

Talend Open Studio Components

Creative Commons License

Business Intelligence components


tDB2SCD

Related scenarios
For related topics, see Scenario: Tracking changes using Slowly Changing Dimensions (type 0 through type 3) on page 15.

Creative Commons License

Talend Open Studio Components

Business Intelligence components


tIngresSCD

tIngresSCD
tIngresSCD Properties
Component family Databases/Ingress

Function Purpose Basic settings

tIngresSCD reflects and tracks changes in a dedicated Ingres SCD table. tIngresSCD addresses Slowly Changing Dimension needs, reading regularly a source of data and logging the changes into a dedicated SCD table Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the Repository file where properties are stored. The fields to follow are pre-filled in using fetched data. Server Port Database Username and Password Table Schema type and Edit Schema Database server IP address. Listening port number of DB server. Name of the database. DB user authentication data. Name of the table to be written. Note that only one table can be written at a time. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. SCD Editor The SCD editor helps to build and configure the data flow for slowly changing dimension outputs. For more information, see SCD management methodologies on page 13. Select this check box to maximize system performance.

Use memory saving Mode Usage

This component is used as Output component. It requires an Input component and Row main link as input.

Talend Open Studio Components

Creative Commons License

Business Intelligence components


tIngresSCD

Related scenario
For related scenarios, see tMysqlSCD Scenario: Tracking changes using Slowly Changing Dimensions (type 0 through type 3) on page 15.

Creative Commons License

Talend Open Studio Components

Business Intelligence components


tMondrianInput

tMondrianInput
tMondrianInput Properties
Component family Business Intelligence/OLAP Cube tMondrianInput reads data from relational databases and produces multidimensional data sets based on an MDX query. tMondrianInput executes a multi-dimensional expression (MDX) query corresponding to the dataset structure and schema definition. Then it passes on the multidimensional dataset obtained to the next component via a Main row link. DB type Property type Select the relevant type of relational database Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the Repository file where Properties are stored. The following fields are pre-filled in using fetched data. Host Port Database Username and Password Schema type and Edit Schema Database server IP address. Listening port number of DB server. Name of the database. DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Catalog MDX Query Path to the catalog (structure of the data warehouse). Type in the MDX query paying particularly attention to properly sequence the fields in order to match the schema definition and the data warehouse structure. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling.

Function Purpose

Basic settings

Encoding

Usage

This component covers MDX queries for multi-dimensional datasets.

Talend Open Studio Components

Creative Commons License

Business Intelligence components


tMondrianInput

Scenario: Cross-join tables


This Job extracts multi-dimensional datasets from relational database tables stored in a MySql base. The data are retrieved using a multidimensional expression (MDX query). Obviously you need to have to know the structure of your data, or at least have a structure description (catalog) as a reference for the dataset to be retrieved in the various dimensions.

Drop tMondrianInput and tLogRow from the Palette to the design workspace. Link the Mondrian connector to the output component using a Row Main connection. Select the tMondrianInput component and select the Component view.

In DB type field, select the relational database you are using with Mondrian. Select the relevant Repository entry as Property type, if you store your DB connection details centrally. In this example the properties are built-in. Fill out the details of connection to your DB: Host, Port, Database name, User Name and Password. Select the relevant Schema in the Repository if you store it centrally. In this example, the schema is to be set (built-in).

Creative Commons License

Talend Open Studio Components

Business Intelligence components


tMondrianInput

The relational database we want to query contains five columns: media, drink, unit_sales, store_cost and store_sales. The query aims at retrieving the unit_sales, store_cost and store_sales figures for various media / drink using an MDX query such as in the example below:

Back on the Basic settings tab of the tMondrianInput component, set the Catalog path to the data warehouse. This catalog describes the structure of the warehouse. Then type in the MDX query such as: "select {[Measures].[Unit Sales], [Measures].[Store Cost], [Measures].[Store Sales]} on columns, CrossJoin( { [Promotion Media].[All Media].[Radio], [Promotion Media].[All Media].[TV], [Promotion Media].[All Media].[Sunday Paper], [Promotion Media].[All Media].[Street Handout] }, [Product].[All Products].[Drink].children) on rows from Sales where ([Time].[1997])"

Talend Open Studio Components

Creative Commons License

Business Intelligence components


tMondrianInput

Eventually, select the Encoding type on the list. Select the tLogRow component and select the Print header check box to display the column names on the console. Then press F6 to run the Job.

The console shows the result of the unit_sales, store_cost and store_sales for each type of Drink (Beverages, Dairy, Alcoholic beverages) crossed with each media (TV, Sunday Paper, Street handout) as shown previously in a table form.

Creative Commons License

Talend Open Studio Components

Business Intelligence components


tMSSqlSCD

tMSSqlSCD
tMSSqlSCD Properties
Component family Databases/MSSQL Server tMSSqlSCD reflects and tracks changes in a dedicated MSSQL SCD table. tMSqlSCD addresses Slowly Changing Dimension needs, reading regularly a source of data and logging the changes into a dedicated SCD table Use an existing connection Property type Select this check box and click the relevant DB connection component on the Component list to reuse the connection details you already defined. Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the Repository file where Properties are stored. The following fields are pre-filled in using fetched data. Server Port Database Schema Username and Password Table Schema type and Edit Schema Database server IP address. Listening port number of DB server. Name of the database. Name of the DB schema. DB user authentication data. Name of the table to be written. Note that only one table can be written at a time. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. SCD Editor The SCD editor helps to build and configure the data flow for slowly changing dimension outputs. For more information, see SCD management methodologies on page 13. Select this check box to maximize system performance.

Function Purpose Basic settings

Use memory saving Mode Usage

This component is used as Output component. It requires an Input component and Row main link as input.

10

Talend Open Studio Components

Creative Commons License

Business Intelligence components


tMSSqlSCD

Related scenario
For related topics, see Scenario: Tracking changes using Slowly Changing Dimensions (type 0 through type 3) on page 15.

Creative Commons License

Talend Open Studio Components

11

Business Intelligence components


tMysqlSCD

tMysqlSCD
tMysqlSCD Properties
Component family Databases/MySQL

Function Purpose Basic settings

tMysqlSCD reflects and tracks changes in a dedicated MySQL SCD table. tMysqlSCD addresses Slowly Changing Dimension needs, reading regularly a source of data and logging the changes into a dedicated SCD table Use an existing connection Property type Select this check box and click the relevant DB connection component on the Component list to reuse the connection details you already defined. Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the Repository file where properties are stored. The following fields are pre-filled in using fetched data. Host Port Database Username and Password Table Schema type and Edit Schema Database server IP address. Listening port number of DB server. Name of the database. DB user authentication data. Name of the table to be written. Note that only one table can be written at a time. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. SCD Editor The SCD editor helps to build and configure the data flow for slowly changing dimension outputs. For more information, see SCD management methodologies on page 13. Select this check box to maximize system performance.

Use memory saving Mode Usage

This component is used as Output component. It requires an Input component and Row main link as input.

12

Talend Open Studio Components

Creative Commons License

Business Intelligence components


tMysqlSCD

SCD management methodologies


Slowly Changing Dimensions (SCD)s are dimensions that have data that slowly changes. The SCD editor offers the simplest method of building the data flow for the SCD outputs. In the SCD editor, you can map columns, select surrogate key columns, and set column change attributes through combining SCD types. The below figure illustrates an example of the SCD editor.

Creative Commons License

Talend Open Studio Components

13

Business Intelligence components


tMysqlSCD

SCD keys You must choose one or more source key columns from the incoming data to ensure its unicity. You must set one surrogate key column in the dimension table and map it to an input column in the source table. The value of the surrogate key links a record in the source to a record in the dimension table. The editor uses this mapping to locate the record in the dimension table and to determine whether a record is new or changing. The surrogate key is typically the primary key in the source, but it can be an alternate key as long as it uniquely identifies a record and its value does not change. Source keys: Drag one or more columns from the Unused panel to the Source keys panel to be used as the key (s) that ensure the unicity of the incoming data. Surrogate keys: Set the column where the generated surrogate key will be stored. A surrogate key can be generated based on a method selected on the Creation list. Creation: Select any of the below methods to be used for the key generation: Auto increment: auto-incremental key. Input field: key is provided in an input field. Routine: you can access the basic functions through Ctrl+ Space bar combination. Table max +1: the maximum value from the SCD table is incremented to create a surrogate key. Combining SCD types The Slowly Changing Dimensions support four types of changes: Type 0 through Type 3. You can apply any of the SCD types to any column in a source table by a simple drag-and-drop operation. Type 0: is not used frequently. Some dimension data may be overwritten and other may stay unchanged over time. This is most appropriate when no effort has been made to deal with the changing dimension issues. Type 1: no history is kept in the database. New data overwrites old data. Use this type if tracking changes is not necessary. this is most appropriate when correcting certain typos, for example the spelling of a name.

14

Talend Open Studio Components

Creative Commons License

Business Intelligence components


tMysqlSCD

Type2: the whole history is stored in the database. This type tracks historical data by inserting a new record in the dimensional table with a separate key each time a change is made. This is most appropriate to track updates, for example. SCD Type 2 principle lies in the fact that a new record is added to the SCD table when changes are detected on the columns defined. Note that although several changes may be made to the same record on various columns defined as SCD Type 2, only one additional line tracks these changes in the SCD table. The SCD schema in this type should include SCD-specific extra columns that hold standard log information such as: -start: adds a column to your SCD schema to hold the start date. You can select one of the input schema columns as a start date in the SCD table. -end: adds a column to your SCD schema to hold the end date value for a record. When the record is currently active, the end date is NULL or you can select Fixed Year Value and fill in a fictive year to avoid having a null value in the end date field. -version: adds a column to your SCD schema to hold the version number of the record. -active: adds a column to your SCD schema to hold the true or false status value. this column helps to easily spot the active record. Type 3: only the information about a previous value of a dimension is written into the database. This type tracks changes using separate columns. This is most appropriate to track only the previous value of a changing column.

Scenario: Tracking changes using Slowly Changing Dimensions (type 0 through type 3)
This five-component Java scenario describes a Job that tracks changes in four of the columns in a source delimited file and writes changes and the history of changes in an SCD table. The source delimited file contains various personal details including firstname, lastname,address, city, company, age, and status. An id column helps ensuring the unicity of the data.

We want any change in the marital status to overwrite the existing old status record. This type of change is equivalent to an SCD Type 1. We want to insert a new record in the dimensional table with a separate key each time a person changes his/her company. This type of change is equivalent to an SCD Type 2. We want to track only the previous city and previous address of a person. This type of change is equivalent to an SCD Type 3.
Creative Commons License Talend Open Studio Components 15

Business Intelligence components


tMysqlSCD

To realize this kind of scenario, it is better to divide it into three main steps: defining the main flow of the Job, setting up the SCD editor, and finally creating the relevant SCD table in the database. Step 1: Defining the main flow of the job: Drop the following components from the Palette onto the design workspace: tMysqlConnection, tFileInputDelimited, tLogRow, tMysqlSCD, tMysqlCommit. Connect tFileInputDelimited, tLogRow, and tMysqlSCD using the Row Main link. This is the main flow of your Job. Connect tMysqlConnection to tFileInputDelimited and tMysqlSCD to tMysqlCommit using the OnComponntOk trigger.

In the design workspace, double-click tMysqlConnection to display its Basic settings view and set the database connection details manually. The tMysqlConnection component should be used to avoid setting several times the same DB connection when multiple DB components are used.
If you have already stored the connection details locally in the Repository, drop the needed metadata item to the design workspace and the database connection detail will automatically display in the relevant fields. For more information about Metadata, see Defining Metadata items of Talend Open Studio User Guide.

In this scenario, we want to connect to the SCD table where all changes in the source delimited file will be tracked down.

16

Talend Open Studio Components

Creative Commons License

Business Intelligence components


tMysqlSCD

In the design workspace, double-click tFileInputDelimited to display its Basic settings view.

Click the three-dot [...] button next to the File Name field to select the path to the source delimited file, dataset, that contains the personal details. Define the row and field separators used in the source file.
The File Name, Row separator, and Field separators are mandatory.

If needed, set Header, Footer, and Limit. In this scenario, set Header to 1. Footer and limit for the number of processed rows are not set. Click Edit schema to describe the data structure of the source delimited file.

In this scenario, the source schema is made of eight columns: firstname, lastname,address, city, company, age, status and id. Set the basic settings for tLogRow in order for the content of the source file with varying attributes to display in cells of a table on the console before being processed through the SCD component.
Creative Commons License Talend Open Studio Components 17

Business Intelligence components


tMysqlSCD

In the design workspace, double-click tMysqlSCD to define its basic settings.

In the Basic settings view, select the Use an existing connection check box to reuse the connection details defined on the tMysqlConnection properties. In the Table field, enter the table name to be used to track changes. Click Sync columns to auto propagate all the columns of the delimited file. If needed, click Edit schema to view the output data structure of tMysqlSCD.

In the design workspace, double-click tMysqlCommit to define its basic settings. Select the relevant connection on the Component list if more than one connection exists. Step 2: Setting up the SCD editor: In tMysqlSCD basic settings, click the three-dot [...] button next to the SCD Editor to open the SCD editor and build the data flow for the SCD outputs.

18

Talend Open Studio Components

Creative Commons License

Business Intelligence components


tMysqlSCD

All columns of the source delimited file, coming from the previous component, display in the Unused panel of the SCD editor. All other panels in the SCD editor display empty. From the Unused list, drop the id column to the Source keys panel to use it as the key to ensure the unicity of the incoming data. In the Surrogate keys panel, enter a name for the surrogate key in the Name field, SK1 in this scenario. From the Creation list, select the method to be used for the surrogate key generation, Auto-increment in this scenario. From the Unused list, drop the firstname and lastname columns to the Type 0 panel, changes in these two columns do not interest us. Drop the status column to the Type 1 panel. The new value will overwrite the old value. Drop the company column to the Type 2 panel. Each time a person changes his/her company, a new record will be inserted in the dimensional table with a separate key. In the Versioning area: -Define the start and end columns of your SCD table that will hold the start and end date values. The end date is null for current records until a change is detected. Then the end date gets filled in and a new record is added with no end date. In this scenario, we select Fixed Year Value for the end column and fill in a fictive year to avoid having a null value in the end date field. -select the version check box to hold the version number of the record. -select the active check box to spot the column that will hold the True or False status. True for the current active record and False for the modified record. Drop the address and city columns to the Type 3 panel to track only the information about the previous value of the address and city. For more information about SCD types, see SCD management methodologies on page 13.

Creative Commons License

Talend Open Studio Components

19

Business Intelligence components


tMysqlSCD

Click Ok to validate your configuration and close the SCD editor. Click Edit schema to view the input and output data flow. The SCD output schema should include the SCD-specific columns that hold standard log information and that were defined in the SCD editor.

20

Talend Open Studio Components

Creative Commons License

Business Intelligence components


tMysqlSCD

Step 3: Creating the SCD table: You must create in the database the SCD table you defined in the tMysqlSCD basic settings to be the table that will track changes. The SCD table must include the delimited file schema along with the SCD output schema. In this scenario, the SCD table has the following schema: firstname, lastname,address, city, company, age status, id, SK1, previous_address, previuos city, scd_active, scd_end, scd version, , and scd_date. To write changes and the history of changes in the defined SCD table, save your Job and press F6 to execute it.

The console shows the content of the input delimited file. Janet gets divorced and moves to Adelanto at 355 Golf Rd. She works at Greenwood. Adam gets married and moves to Belmont at 2505 Alisson ct.He works at Scoop. Update the delimited file with the above information and press F6 to run your Job.

Creative Commons License

Talend Open Studio Components

21

Business Intelligence components


tMysqlSCD

The console shows the changes in the personal information and the SCD table shows the history of changes made to the input file along with the status and version number.

22

Talend Open Studio Components

Creative Commons License

Business Intelligence components


tOracleSCD

tOracleSCD
tOracleSCD Properties
Component family Databases/Oracle

Function Purpose Basic settings

tOracleSCD reflects and tracks changes in a dedicated Oracle SCD table. tOracleSCD addresses Slowly Changing Dimension needs, reading regularly a source of data and logging the changes into a dedicated SCD table Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the Repository file where properties are stored. The following fields are pre-filled in using fetched data. Use an existing connection Connection type Host Port Database Schema Username and Password Table Schema type and Edit Schema Select this check box and click the relevant DB connection component on the Component list to reuse the connection details you already defined Select the relevant driver on the list. Database server IP address. Listening port number of DB server. Name of the database. Name of the DB schema. DB user authentication data. Name of the table to be written. Note that only one table can be written at a time. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. SCD Editor The SCD editor helps to build and configure the data flow for slowly changing dimension outputs. For more information, see SCD management methodologies on page 13. Select this check box to maximize system performance.

Use memory saving Mode

Creative Commons License

Talend Open Studio Components

23

Business Intelligence components


tOracleSCD

Usage

This component is used as Output component. It requires an Input component and Row main link as input.

Related scenario
For related scenarios, see tMysqlSCD Scenario: Tracking changes using Slowly Changing Dimensions (type 0 through type 3) on page 15.

24

Talend Open Studio Components

Creative Commons License

Business Intelligence components


tSybaseSCD

tSybaseSCD
tSybaseSCD properties
Component family Databases/Sybase

Function Purpose Basic settings

tSybaseSCD reflects and tracks changes in a dedicated Sybase SCD table. tSybaseSCD addresses Slowly Changing Dimension needs, reading regularly a source of data and logging the changes into a dedicated SCD table Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the Repository file where Properties are stored. The following fields are pre-filled in using fetched data. Host Port Database Username and Password Table Schema type and Edit Schema Database server IP address. Listening port number of DB server. Name of the database. DB user authentication data. Name of the table to be written. Note that only one table can be written at a time. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. SCD Editor The SCD editor helps to build and configure the data flow for slowly changing dimension outputs. For more information, see SCD management methodologies on page 13. Select this check box to maximize system performance.

Use memory saving Mode Usage

This component is used as Output component. It requires an Input component and Row main link as input.

Creative Commons License

Talend Open Studio Components

25

Business Intelligence components


tSybaseSCD

Related scenarios
For related topics, see Scenario: Tracking changes using Slowly Changing Dimensions (type 0 through type 3) on page 15.

26

Talend Open Studio Components

Creative Commons License

Business Intelligence components


tSPSSInput

tSPSSInput
Before being able to benefit from all functional objectives of the SPSS components, make sure to do the following: -If you have already installed SPSS, add the path to the SPSS directory as the following: SET PATH=%PATH%;<DR>:\program\SPSS, or -If you have not installed SPSS, you must copy the SPSS IO spssio32.dll lib from the SPSS installation CD and paste it in your system32 directory.

tSPSSInput properties
Component family Business Intelligence

Function Purpose Basic settings

tSPSSInput reads data from SPSS .sav files. tSPSSInput addresses SPSS .sav data to write it for example in another file. Schema type and Edit Schema The schema metadata in this component is retrieved directly from the input SPSS .sav file and thus is read-only. You can click Edit schema to view the retrieved metadata. Click this button to synchronize with the columns of the input SPSS .sav file. Name or path of the SPSS .sav file to be read. Select this check box to translate the labels of the stored values. If you select this check box, you need to retrieve the metadata again.

Sync schema File name Translate labels

Usage

This component is used as a start component. It requires an output flow.

Scenario: Displaying the content of an SPSS .sav file


The following scenario creates a two-component Job, which aims at reading each row of a .sav file and displaying the output on the log console. Drop a tSPSSInput component and tLogRow component from the Palette onto the design workspace.

Right-click on tPSSInput and connect it to tLogRow using a Main Row link. Click tSPSSInput to display its Basic settings view and define its properties.

Creative Commons License

Talend Open Studio Components

27

Business Intelligence components


tSPSSInput

Click the three-dot button next to the Filename field and browse to the SPSS .sav file you want to read. Click the three-dot button next to Sync schema. A message opens up prompting you to accept retrieving the schema from the defined SPSS file.

Click Yes to close the message. If needed, click the three-dot button next to Edit schema to view the pre-defined data structure of the source SPSS file. Click OK to close the dialog box. In the Basic settings view, select the Translate label check box if you want to carry out translation on the stored labels.
If you select this check box, you have to click Sync Schema a second time to retrieve the schema from the defined file.

Save the Job and press F6 to execute it. The SPSS file is read row by row and the extracted fields are displayed on the log console. The Log sums up all parameters in a header followed by the result of the Job.

28

Talend Open Studio Components

Creative Commons License

Business Intelligence components


tSPSSOutput

tSPSSOutput
Before being able to benefit from all functional objectives of the SPSS components, make sure to do the following: -If you have already installed SPSS, add the path to the SPSS directory as the following: SET PATH=%PATH%;<DR>:\program\SPSS, or -If you have not installed SPSS, you must copy the SPSS IO spssio32.dll lib from the SPSS installation CD and paste it in your system32 directory.

tSPSSOutput properties
Component family Business Intelligence

Function Purpose Basic settings

tSPSSOutput writes data entries in a .sav file. tSPSSOutput writes or appends data to an SPSS .sav file. It creates SPSS files on the fly and overwrites existing ones. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. File name Write Type Name or path of the SPSS .sav file to be written. Select the writing type from the list: Write: simply writes the new data. Append: writes the new data at the end of the existing data.

Usage

This component can not be used as start component. It requires an input flow

Related scenarios
For related topics, see: Scenario: Displaying the content of an SPSS .sav file on page 27.

Creative Commons License

Talend Open Studio Components

29

Business Intelligence components


tSPSSProperties

tSPSSProperties
tSPSSProperties properties
Component family Business Intelligence

Function Purpose Basic settings

tSPSSProperties describes the properties of a defined SPSS .sav file. tSPSSProperties allows to have information about the main properties of a defined SPSS .sav file. Schema type and Edit Schema The schema metadata in this component is predefined and thus read-only. You can click Edit schema to view the predefined metadata. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. File name Name or path of the .sav file to be processed.

Usage

Use this component as a start component. It needs an output flow.

Related scenarios
For related topics, see: Scenario: Displaying the content of an SPSS .sav file on page 27.

30

Talend Open Studio Components

Creative Commons License

Business Intelligence components


tSPSSStructure

tSPSSStructure
tSPSSStructure properties
Component family Business Intelligence

Function Purpose

tSPSSStructure retrieves information about the variables inside .sav files. tSPSSStructure addresses variables inside .sav files. You can use this component in combination with tFileList to gather information about existing *.sav files to further analyze or check the findings. Schema type and Edit Schema The schema metadata in this component is predefined and thus read-only. It is based on the internal SPSS convention. You can click Edit schema to view the predefined metadata. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. File name Name or path of the .sav file to be processed.

Basic settings

Usage

Use this component as a start component. It needs an output flow.

Related scenarios
For related topics, see: Scenario: Displaying the content of an SPSS .sav file on page 27.

Creative Commons License

Talend Open Studio Components

31

Business Intelligence components


tSPSSStructure

32

Talend Open Studio Components

Creative Commons License

Business components
This chapter details the major components that you can find in Business group of the Palette of Talend Open Studio. The Business component family groups connectors that covers specific Business needs, such as reading and writing CRM, or ERP types of database and reading from or writing to an SAP system.

Business components
tAlfrescoOutput

tAlfrescoOutput
tAlfresco Properties
Component family Business

Function Purpose Basic settings

Creates dematerialized documents in an Alfresco server where they are indexed under meaningful models. Allows to create and manage documents in an Alfresco server. URL Login and Password Base Type in the URL to connect to the Alfresco Web application. Type in the user authentication data to the Alfresco server. Type in the base path where to put the document, or Select the Map... check box and then in the Column list, select the target location column. Note: When you type in the base name, make sure to use the double backslash (\\) escape character. Select in the list the mode you want to use for the created document. Create only: creates a document if it does not exist. Note that an error message will display if you try to create a document that already exists Create or update: creates a document if it does not exist or updates the document if it exists. Select in the list the mode you want to use for the destination folder in Alfresco. Update only: updates a destination folder if the folder exists. Note that an error message will display if you try to update a document that does not exist Create or update: creates a destination folder if it does not exist or updates the destination folder if it exists. Click the three-dot button to display the tAlfrescoOutput editor. This editor enables you to: - select the file where you defined the metadata according to which you want to save the document in Alfresco -define the type f the document -select any of the aspects in the available aspects list of the model file and click the plus button to add it in the list to the left. Displays the parameters you set in the tAlfrescoOutput editor and according to which the document will be created in the Alfresco server. Note that in the Property Mapping area, you can modify any of the input schemas.

Document Mode

Container Mode

Define Document Type

Property Mapping

34

Talend Open Studio Components

Creative Commons License

Business components
tAlfrescoOutput

Schema and Edit schema

A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in.

Result Log File Name Browse to the file where you want to save any logs related to the job execution. Advanced settings Configure Target Location Container Allows to configure the (by default) type of containers (folders) Select this check box to display new fields where you can modify the container type to use your own created types based on the father/child model. When selected, allows to manually configure access rights to containers and documents. Select the Inherit Permissions check box to synchronize access rights between containers and documents. Click the Plus button to add new lines to the Permissions list, then you can assign roles to user or group columns. Select the encoding type from the list or select Custom and define it manually. This field is compulsory. Allows to create new documents in Alfresco with associated links towards other documents already existing in Alfresco, to facilitate the navigation process for example. To create associations: -Open the tAlfresco editor. -Click the Add button and select a model where you have already defined aspects that contain associations. -Click the drop-down arrow at the top of the editor and select the corresponding document type. -Click OK to close the editor and display the created association in the Association Target Mapping list.

Configure Permissions

Encoding Type

Association Target Mapping

tStatCatcher Statistics Select this check box to gather the job processing metadata at a job level as well as at each component level. Usage Limitation/Prerequisites Usually used as an output component. An input component is required. To be able to use the tAlfrescoOutput component, few relevant resources need to be installed: check the Installation procedure sub section for more information.

Installation procedure
To be able to use tAlfrescoOutput in Talend Open Studio, you need first to install the Alfresco server with few relevant resources. The below sub sections detail the prerequisite and the installation procedure.

Creative Commons License

Talend Open Studio Components

35

Business components
tAlfrescoOutput

Prerequisites Start with the below operations: Download the file alfresco-community-tomcat-2.1.0.zip Unzip the file in an installation folder, for example: C:\Program Files\Java\jdk1.50_16 Install JDK 1.5.0+ Update the environment variable JAVA_HOME (JAVA_HOME= C:\alfresco) From the installation folder (C:\alfresco), launch the alfresco server using the script alf_start.bat
Make sure that the Alfresco server is launched correctly before start using the tAlfrescoOutput component.

Installing the Talend Alfresco module Note that the talendalfresco_20081014.zip is provided with the tAlfrescoOutput component in Talend Open Studio. To install the talendalfresco module: From talendalfresco_20081014.zip and in the talendalfresco_20081014\alfresco folder, look for the following jars: stax-api-1.0.1.jar, wstx-lgpl-3.2.7.jar, talendalfresco-client_1.0.jar, and talendalfresco-alfresco_1.0.jar and move them to C:\alfredsco\tomcat\webapps\alfresco\WEB-INF\lib Add the authentification filter of the commands to the web.xml file located in the path C:\alfredsco\tomcat\webapps\alfresco\WEB-INF son WEB-INF/ following the model of the example provided in talendalfresco_20081014/alfresco folder of the zipped file talendalfresco_20081014.zip The below figures show the portion of lines (in blue) to add in the file web.xml alfresco.

36

Talend Open Studio Components

Creative Commons License

Business components
tAlfrescoOutput

Useful information for advanced use Installing new types for Alfresco: From the package_jeu_test.zip and in the package_jeu_test/fichiers_conf_alfresco2.1 folder, look for the following files: xml H76ModelCustom.xml (description of the model), web-client-config-custom.xml (web interface of the model), and custom-model-context.xml (registration of the new model) and paste them in the following folder: C:/alfredsco/tomcat/shared/classes/alfresco/extension Dates: The dates must be of the Talend date type java.util.Date Columns without either mapping or default values, for example of the type Date, are written as empty strings. Solution: delete all columns without mapping or default values. Note that any modification of the type Alfresco will put them back. Content: Do not mix up between the file path which content you want to create in Alfresco and its target location in Alfresco. Provide a URL! It can target various protocols, among which are file, HTTP and so on. For URLs referring to files on the file system, precede them by "file:" for Windows used locally, and by "file://" for Windows on a network (which accepts as well "file: \ \") or for Linux. Do not double the backslash in the target base path (automatic escape), unless you type in the path in the basic settings of the tAlfrescoOutput component, or doing concatenation in the tMap editor for example. Multiple properties or associations: It is possible to create only one association by document if it is mapped to a string value, or one or more associations by document if it is mapped to a list value (object). You can empty an association by mapping it to an empty list, which you can create, for example, by using new java.util.ArrayList()in the tMap component.

Creative Commons License

Talend Open Studio Components

37

Business components
tAlfrescoOutput

However, it is impossible to delete an association. Building List(object)with tAggregate: -define the table of the relation n-n in a file, containing a name line for example (included in the input rows), and a category line (that can be defined with its mapping in a third file). -group by: input name, output name. -operation: output categoryList, function list(object), input category. ATTENTION list (object) and non simple list! References (documents and folders): References are created by mapping one or more existing reference nodes (xpath or namepath) using String type or List(object). An error in the association or the property of the reference type does not prevent the creation of the node that holds the reference. Properties of the reference type are created in the Basic Settings view. Associations are created in the Advanced Settings view.

Dematerialization, tAlfrescoOutput, and Enterprise Content Management


Dematerialization is the process that convert documents held in physical form into electronic form, and thus helps to move away from the use of physical documentation to the use of electronic Enterprise Content Management (ECM) systems. The range of documents that can be managed with an Enterprise Content Management system include just about everything from basic documents to stock certificates, for example. Enterprises dematerialize their content via a manual document handling, done by man, or an automatic document handling, machine-based. Considering the varied nature of the content to be dematerialized, enterprises have to use varied technologies to do it. Scanning paper documents, creating interfaces to capture electronic documents from other applications, converting document images into machine-readable/editable text documents, and so on are examples of the technologies available. Furthermore, scanned documents and digital faxes are not readable texts. To convert them into machine-readable characters, different character recognition technologies are used. Handwritten Character Recognition (HCR) and Optical Mark Recognition (OMR) are two examples of such technologies. Equally important as the content that is captured in various formats from numerous sources in the dematerialization process is the supporting metadata that allows efficient identification of the content via specific queries. Now how can this document content along with the related metadata be aggregated and indexed in an Enterprise Content Management system so that it can be retrieved and managed in meaningful ways? Talend provides the answer through the tAlfrescoOutput component. The tAlfrescoOutput component allows you to stock and manage your electronic documents and the related metadata on the Alfresco server, the leading open source enterprise content management system. The below figure illustrates Talends role between the dematerialization process and the Enterprise Content Management system (Alfresco).
38 Talend Open Studio Components Creative Commons License

Business components
tAlfrescoOutput

Scenario: Creating documents on an Alfresco server


This Java scenario describes a two-component Job which aims at creating two document files with the related metadata in an Alfresco server, the java-based Enterprise Control Management system. Drop the tFileInputDelimited and tAlfrescoOutput components from the Palette onto the design workspace. Connect the two components together using a Row Main link.

In the design workspace, double-click tFileInputDelimited to display its basic settings. Set the File Name path and all related properties. Note that if you have already stored your input schemas locally in the Repository, you can simply drop the relevant file item from the Metadata folder onto the design workspace and the delimited file settings will automatically display in the relevant fields in the component Basic settings view. For more information about metadata, see Setting up a File Delimited schema in Talend Open Studio User Guide.

Creative Commons License

Talend Open Studio Components

39

Business components
tAlfrescoOutput

In this scenario, the delimited file provides the metadata and path of two documents we want to create in the Alfresco server. The input schema for the documents consists of four columns: file_name, destination_folder name, source_path, and author.

And therefore the input schema of the delimited file will be as the following:

In the design workspace, double-click tAlfrescoOutput to display its basic settings.

40

Talend Open Studio Components

Creative Commons License

Business components
tAlfrescoOutput

In the Alfresco Server area, enter the Alfresco server URL and user authentication information in the corresponding fields. In the TargetLocation area, either type in the base name where to put the document in the server, or Select the Map... check box and then in the Column list, select the target location column, destination_folder_name in this scenario.
When you type in the base name, make sure to use the double backslash (\\) escape character.

In the Document Mode list, select the mode you want to use for the created documents. In the Container Mode list, select the mode you want to use for the destination folder in Alfresco. Click the Define Document Type three-dot button to open the tAlfrescoOutput editor.

Creative Commons License

Talend Open Studio Components

41

Business components
tAlfrescoOutput

Click the Add button to browse and select the xml file that holds the metadata according to which you want to save the documents in Alfresco. All available aspects in the selected model file display in the Available Aspects list.
You can browse for this model folder locally or on the network. After defining the aspects to use for the document to be created in Alfresco, this model folder is not needed any more.

If needed, select in the Available Aspects list the aspect(s) to be included in the metadata to write in the Alfresco server. In this scenario we want the author name to be part of the metadata registered in Alfresco. Click the drop-down arrow at the top of the editor to select from the list the type to give to the created document in Alfresco, Content in this scenario. All the defined aspects used to select the metadata to write in the Alfresco server display in the Property Mapping list in the Basic Settings view of tAlfrescoOutput, three aspects in this scenario, two basic for the Content type (content and name) and an additional one (author). Click Sync columns to auto propagate all the columns of the delimited file. If needed, click Edit schema to view the output data structure of tAlfrescoOutput.

42

Talend Open Studio Components

Creative Commons License

Business components
tAlfrescoOutput

Click the three-dot button next to the Result Log File Name field and browse to the file where you want to save any logs after job execution. Save your Job, and press F6 to execute it.

The two documents are created in Alfresco using the metadata provided in the input schemas.

Creative Commons License

Talend Open Studio Components

43

Business components
tAlfrescoOutput

44

Talend Open Studio Components

Creative Commons License

Business components
tCentricCRMInput

tCentricCRMInput
tCentricCRMInput Properties
Component family Business/CentricCR M Connects to a module of a Centric CRM database via the relevant webservice. Allows to extract data from a Centric CRM DB based on a query. CentricCRM URL Module Server Type in the webservice URL to connect to the CentricCRM DB. Select the relevant module in the list Type in the IP address of the DB server.

Function Purpose Basic settings

UserID and Password Type in the Webservice user authentication data. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. In this component the schema is related to the Module selected. Type in the query to select the data to be extracted.

Query condition Usage Limitation

Usually used as a Start component. An output component is required. n/a

Related Scenario
No scenario is available for this component yet.

Creative Commons License

Talend Open Studio Components

45

Business components
tCentricCRMOutput

tCentricCRMOutput
tCentricCRMOutput Properties
Component family Business/CentricCR M Writes data in a module of a CentricCRM database via the relevant webservice. Allows to write data into a CentricCRM DB. CentricCRM URL Module Server Username and Password Action Schema type and Edit Schema Type in the webservice URL to connect to the CentricCRM DB. Select the relevant module in the list IP address of the DB server Type in the Webservice user authentication data. Insert, Update or Delete the data in the CentricCRM module. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Click Sync columns to retrieve the schema from the previous component connected in the Job.

Function Purpose Basic settings

Usage Limitation

Used as an output component. An Input component is required. n/a

Related Scenario
No scenario is available for this component yet.

46

Talend Open Studio Components

Creative Commons License

Business components
tMicrosoftCRMInput

tMicrosoftCRMInput
tMicrosoftCRMInput Properties
Component family Business

Function Purpose Basic settings

Connects to an entity of Microsoft CRM database via the relevant webservice. Allows to extract data from a MicrosoftCRM DB based on conditions set on specific columns. Property type Either Built-in or Repository: Built-in: No property data stored centrally. Repository: Select the Repository file where properties are stored. The fields that come after are pre-filled in using the fetched data. Microsoft Webservice URL Organizename Type in the webservice URL to connect to the MicrosoftCRM DB. Enter the name of the user or organization, set by an administrator, that needs to access the MicrosoftCRM database. Type in the Webservice user authentication data. Type in the domain name of the server on which MicrosoftCRM is hosted. Type in the IP address of Microsoft CRM database server. Listening port number of Microsoft CRM database server. Number of seconds for the port to listen before closing. Select the relevant entity in the list. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. if you make changes, the schema automatically becomes built-in. In this component the schema is related to the selected entity. In the case you want to combine the conditions you set on columns, select the combine mode you want to use.

Username and Password Domain Host Port Time out (seconds) Entity Schema type and Edit Schema

Logical operators used to combine conditions

Creative Commons License

Talend Open Studio Components

47

Business components
tMicrosoftCRMInput

Conditions

Click the plus button to add as many conditions as needed. The conditions are performed one after the other for each row. Input column: Click in the cell and select the column of the input schema the condition is to be set on. Operator: Click in the cell and select the operator to bind the input column with the value. Value: Type in the column value, between quotes if need be.

Advanced settings

tStatCatcher Statistics Select this check box to gather the job processing metadata at a job level as well as at each component level. Usually used as a Start component. An output component is required. n/a

Usage Limitation

Scenario: Writing data in a Microsoft CRM database and putting conditions on columns to extract specified rows
This scenario describes a four-component Job which aims at writing the data included in a delimited input file in a custom entity in a MicrosoftCRM database. It then extracts specified rows to an output file using the conditions set on certain input columns.
If you want to write in a CustomEntity in Microsoft CRM database, make sure to name the columns in accordance with the naming rule set by Microsoft, that is name_columnname all in lower case.

Drop the following components from the Palette to the design workspace: tFileInputdelimited, tFileOutputDelimited, tMicrosoftCRMInput, and tMicrosoftCRMOutput.

Connect tFileInputDelimited to tMicrosoftCRMOutput using a Row Main connection. Connect tMicrosoftCRMIntput to tFileOutputDelimited using a Row Main connection. Connect tFileInputDelimited to tMicrosoftCRMInput using OnSubjobOk connection.
48 Talend Open Studio Components Creative Commons License

Business components
tMicrosoftCRMInput

Double-click tFileInputDelimited to display its Basic settings view and define its properties

Set the Property Type to Repository if you have stored the input file properties centrally in the Metadata node in the Repository tree view. Otherwise, select Built-In and fill the fields that follow manually. In this example, property is set to Built-In. Click the three-dot button next to the File Name/Input Stream field and browse to the delimited file that holds the input data. The input file in this example contains the following columns: new_id, new_status, new_firstname, new_email, new_city, new_initial and new_zipcode.

In the Basic settings view, define the Row Separator allowing to identify the end of a row. Then define the Field Separator used to delimit fields in a row. If needed, define the header, footer and limit number of processed rows in the corresponding fields. In this example, the header, footer and limits are not set. Click Edit schema to open a dialog box where you can define the input schema you want to write in Microsoft CRM database.

Creative Commons License

Talend Open Studio Components

49

Business components
tMicrosoftCRMInput

Click OK to close the dialog box. Double-click tMicrosoftCRMOutput to display the component Basic settings view and define its properties.

Enter the Microsoft Web Service URL as well as the user name and password in the corresponding fields. In the OrganizeName field, enter the name that is given the right to access the Microsoft CRM database. In the Domain field, enter the domain name of the server on which Microsoft CRM is hosted, and then enter the host IP address and the listening port number in the corresponding fields.

50

Talend Open Studio Components

Creative Commons License

Business components
tMicrosoftCRMInput

In the Action list, select the operation you want to carry on. In this example, we want to insert data in a custom entity in Microsoft CRM. In the Time out field, set the amount of time (in seconds) after which the Job will time out. In the Entity list, select one among those offered. In this example, CustomEntity is selected. If CustomEntity is selected, a Custom Entity Name field displays where you need to enter a name for the custom entity. The Schema is then automatically set according to the entity selected. If needed, click Edit schema to display a dialog box where you can modify this schema and remove the columns that you do not need in the output. Click Sync columns to retrieve the schema from the preceding component.

Double-click tMicrosoftCRMInput to display the component Basic settings view and define its properties.

Creative Commons License

Talend Open Studio Components

51

Business components
tMicrosoftCRMInput

Set the Property Type to Repository if you have stored the input file properties centrally in the Metadata node in the Repository tree view. Otherwise, select Built-In and fill the fields that follow manually. In this example, property is set to Built-In. Enter the Microsoft Web Service URL as well as the user name and password in the corresponding fields. In the OrganizeName field, enter the name that is given the right to access the Microsoft CRM database. In the Domain field, enter the domain name of the server on which Microsoft CRM is hosted, and then enter the host IP address and the listening port number in the corresponding fields. In the Time out field, set the amount of time (in seconds) after which the Job will time out. In the Entity list, select the one among those offered you want to connect to. In this example, CustomEntity is selected.

52

Talend Open Studio Components

Creative Commons License

Business components
tMicrosoftCRMInput

The Schema is then automatically set according to the entity selected. But you can modify it according to your needs. In this example, you should set the schema manually since you want to access a custom entity. Copy the seven-column schema from tMicrosoftCRMOutput and paste it in the schema dialog box in tMicrosoftCRMInput.

Click OK to close the dialog box. You will be prompted to propagate changes. Click Yes in the popup message. In the Basic settings view, select And or Or as the logical operator you want to use to combine the conditions you set on the input columns. In this example, we want to set two conditions on two different input columns and we use And as the logical operator. In the Condition area, click the plus button to add as many lines as needed and then click in each line in the Input column list and select the column you want to set condition on. In this example, we want to set conditions on two columns, new-city and new_id. We want to extract all customer rows whose city is equal to New York and whose id is greater than 2. Click in each line in the Operator list and select the operator to bind the input column with its value, in this example Equal is selected for new_city and Greater Than for new_id. Click in each line in the Value list and set the column value, New York for new_city and 2 for new_id in this example. You can use a fixed or a context value in this filed. Double-click tFileOutputdelimited to display the component Basic settings view and define its properties.

Creative Commons License

Talend Open Studio Components

53

Business components
tMicrosoftCRMInput

Set Property Type to Built-In and then click the three-dot button next to the File Name field and browse to the output file. Set row and field separators in the corresponding fields. Select the Append check box if you want to add the new rows at the end of the records. Select the Include Header check box if the output file includes a header. Click Sync columns to retrieve the schema from the preceding component. Save the Job and press F6 to execute it.

Only customers who live in New York city and those whose id is greater than 2 are listed in the output file you stored locally.

54

Talend Open Studio Components

Creative Commons License

Business components
tMicrosoftCRMOutput

tMicrosoftCRMOutput
tMicrosoftCRMOutput Properties
Component family Business

Function Purpose Basic settings

Writes in an entity of a Microsoft CRM database via the relevant webservice. Allows to write data into a MicrosoftCRM DB. Microsoft Webservice URL Organizename Username and Password Domain Host Port Action Type in the webservice URL to connect to the Microsoft CRM DB. Enter the name of the organization that needs to access the MicrosoftCRM database Type in the Webservice user authentication data. Type in the domain name of the server that installs MicrosoftCRM. Type in the IP address of Microsoft CRM database server. Listening port number of Microsoft CRM database server. Select in the list the action you want to do on the CRM data. Available actions are: insert, update, and delete. Number of seconds for the port to listen before closing. Select the relevant entity in the list. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Click Sync columns to retrieve the schema from the previous component connected in the Job.

Time out (seconds) Entity Schema type and Edit Schema

Advanced settings

tStatCatcher Statistics Select this check box to gather the job processing metadata at a job level as well as at each component level. Used as an output component. An Input component is required. n/a

Usage Limitation

Creative Commons License

Talend Open Studio Components

55

Business components
tMicrosoftCRMOutput

Related Scenario
For a related use case, see Scenario: Writing data in a Microsoft CRM database and putting conditions on columns to extract specified rows on page 48.

56

Talend Open Studio Components

Creative Commons License

Business components
tSalesforceGetDeleted

tSalesforceGetDeleted
tSalesforceGetDeleted properties
Component family Business

Function Purpose Basic settings

tSalesforceGetDeleted recovers deleted data from a Salesforce object over a given period of time. This component can collect the deleted data from a Salesforce object during a specific period of time. Salesforce Webservice Type in the webservice URL to connect to the URL Salesforce DB. Username and Password Module Type in the Webservice user authentication data. Select the relevant module in the list. if you select the Use Custom module option, you display the Custom Module Name field where you can enter the name of the module you want to connect to.

Schema type and Edit A schema is a row description, i.e., it defines the Schema number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Click Sync columns to retrieve the schema from the previous component connected in the Job. Start Date Type in between double quotes the date at which you want to start the search. Use the following date format: yyy-MM-dd HH:mm:ss. You can do the search only on the past 30 days. Type in between double quotes the date at which you want to end the search. Use the following date format:yyy-MM-dd HH:mm:ss. Select this check box to activate the SOAP compression. The compression of SOAP messages optimizes system performance.

End Date

Advanced settings

Use Soap Compression

tStatCatcher Statistics Select this check box to gather the job processing metadata at a job level as well as at each component level. Usage Limitation You can use this component as an output component. tSalesforceGetDeleted requires an input component. n/a

Creative Commons License

Talend Open Studio Components

57

Business components
tSalesforceGetDeleted

Scenario: Recovering deleted data from the Salesforce server


This scenario describes a two-component Job that collects the deleted data over the past 5 days from the Salesforce server.

Drop tSalesforceGetDeleted and tLogRow from the Palette onto the design workspace. Connect the two components together using a Row > Main link. Double-click tSalesforceGetDeleted to display its Basic settings view and define the component properties.

In the Salesforce WebService URL filed, use the by-default URL of the Salesforce Web service or enter the URL you want to access. In the Username and Password fields, enter your login and password for the Web service. From the Module list, select the object you want to access, Account in this example. From the Schema list, select Repository and then click the three-dot button to open a dialog box where you can select the repository schema you want to use for this component. If you have not defined your schema locally in the metadata, select Built-in from the Schema list and then click the three-dot button next to the Edit schema field to open the dialog box where you can set the schema manually. In the Start Date and End Date fields, enter respectively the start and end dates for collecting the deleted data using the following date format: yyyy-MM-dd HH:mm:ss. You can collect deleted data over the past 30 days. In this example, we want to recover deleted data over the past 5 days. Double-click tLogRow to display its Basic settings view and define the component properties. Click Sync columns to retrieve the schema from the preceding component.

58

Talend Open Studio Components

Creative Commons License

Business components
tSalesforceGetDeleted

In the Mode area, select Vertical to display the results in a tabular form on the console. Save your Job and press F6 to execute it.

Deleted data collected by the tSalesforceGetDeleted component is displayed in a tabular form on the console.

Creative Commons License

Talend Open Studio Components

59

Business components
tSalesforceGetServerTimestamp

tSalesforceGetServerTimestamp
tSalesforceGetServerTimestamp properties
Component family Business

Function Purpose Basic settings

tSalesforceGetServerTimestamp retrieves the current date of the Salesforce server. This component retrieves the current date of the Salesforce server presented in a timestamp format. Salesforce Webservice Type in the webservice URL to connect to the URL Salesforce DB. Username and Password Schema type and Edit Schema Type in the Webservice user authentication data. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Click Sync columns to retrieve the schema from the previous component connected in the Job. Select this check box if you want to use a proxy server. Select this check box to activate the SOAP compression. The compression of the SOAP messages optimizes system performance.

Advanced settings

Use Socks Proxy Use Soap Compression

tStatCatcher Statistics Select this check box to gather the job processing metadata at a job level as well as at each component level. Usage Limitation You can use this component as an output component. tSalesforceGetServerTimestamp requires an input component. n/a

Related scenarios
No scenario is available for this component yet.

60

Talend Open Studio Components

Creative Commons License

Business components
tSalesforceGetUpdated

tSalesforceGetUpdated
tSalesforceGetUpdated properties
Component family Business

Function Purpose Basic settings

tSalesforceGetUpdated recovers updated data from a Salesforce object over a given period of time. This component can collect all updated data from a given Salesforce object during a specific period of time. Salesforce Webservice Type in the webservice URL to connect to the URL Salesforce DB. Username and Password Module Type in the Webservice user authentication data. Select the relevant module in the list. if you select the Use Custom module option, you display the Custom Module Name field where you can enter the name of the module you want to connect to. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Click Sync columns to retrieve the schema from the previous component connected in the Job. Type in between double quotes the date at which you want to start the search. Use the following date format: yyy-MM-dd HH:mm:ss. You can do the search only on the past 30 days. Type in between double quotes the date at which you want to end the search. Use the following date format:yyy-MM-dd HH:mm:ss. Select this check box to activate the SOAP compression. The compression of SOAP messages optimizes system performance.

Schema type and Edit Schema

Start Date

End Date

Advanced settings

Use Soap Compression

tStatCatcher Statistics Select this check box to gather the job processing metadata at a job level as well as at each component level. Usage Limitation You can use this component as an output component. tSalesforceGetUpdate requires an input component. n/a

Creative Commons License

Talend Open Studio Components

61

Business components
tSalesforceGetUpdated

Related scenarios
No scenario is available for this component yet.

62

Talend Open Studio Components

Creative Commons License

Business components
tSalesforceInput

tSalesforceInput
tSalesforceInput Properties
Component family Business

Function Purpose Basic settings

tSalesforceInput connects to an object of a Salesforce database via the relevant webservice. Allows to extract data from a Salesforce DB based on a query. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where properties are stored. The fields that come after are pre-filled in using the fetched data Salesforce Webservice Type in the webservice URL to connect to the URL Salesforce DB. Username and Password Module Type in the Webservice user authentication data. Select the relevant module in the list. if you select the Use Custom module option, you display the Custom Module Name field where you can enter the name of the module you want to connect to. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. In this component the schema is related to the Module selected. Type in the query to select the data to be extracted. Example: account_name= Talend Select this check box to display the Query field where you can manually enter the desired query. Number of lines in each processed batch. Select this check box if you want to use a proxy server. Characters, strings or regular expressions used to normaliz the data that is collected by queries set on different hierarchical Salsforce objects. XXX

Schema type and Edit Schema

Query condition Maunal input of SOQL query Advanced settings Batch Size Use Socks Proxy Normalize delimited (for child relationship) Column name delimiter (for child relationship)

Creative Commons License

Talend Open Studio Components

63

Business components
tSalesforceInput

Use Soap Compression

Select this check box to activate the SOAP compression. The compression of SOAP messages optimizes system performance, in particular for the batch operations.

tStatCatcher Statistics Select this check box to gather the job processing metadata at a job level as well as at each component level. Usage Limitation Usually used as a Start component. An output component is required. n/a

Related scenario
For a related scenario, see Scenario: Deleting data from the Account object on page 66. The operation is similar to the connection to SugarCRM, therefore see scenario of tSugarCRMInput on page 83 for more information.

64

Talend Open Studio Components

Creative Commons License

Business components
tSalesforceOutput

tSalesforceOutput
tSalesforceOutput Properties
Component family Business

Function Purpose Basic settings

tSalesforceoutput writes in an object of a Salesforce database via the relevant webservice. Allows to write data into a Salesforce DB. Salesforce Webservice Type in the webservice URL to connect to the URL Salesforce DB. Username and Password Action Type in the Webservice user authentication data. You can do any of the following operations on the data of the Salesforce object: Insert: insert data. Update: update data. Delete: delete data. Upsert: update and insert data. Select the relevant module in the list. if you select the Use Custom module option, you display the Custom Module Name field where you can enter the name of the module you want to connect to. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Click Sync columns to retrieve the schema from the previous component connected in the Job. This check box is selected by default. It allows to transfer output data in batches. You can specify the number of lines per batch in the Rows to commit field. Clear this check box to skip the row on error and complete the process for error-free rows. If you want to create a file that holds all error logs, click the three-dot button next to this field and browse to the specified file to set its access path and its name. Select this check box if you want to use a proxy server.

Module

Schema type and Edit Schema

Advanced settings

Extended Output

Die on error Error logging file

Use Socks Proxy

Creative Commons License

Talend Open Studio Components

65

Business components
tSalesforceOutput

Use Soap Compression

Select this check box to activate the SOAP compression. The compression of SOAP messages optimizes system performance.

tStatCatcher Statistics Select this check box to gather the job processing metadata at a job level as well as at each component level. Usage Limitation Used as an output component. An Input component is required. n/a

Scenario: Deleting data from the Account object


This scenario describes a two-component Job that removes an entry from the Account object.

Drop tSalesforceInput and tSalesforceOutput from the Palette onto the design workspace. Connect the two components together using a Row > Main link. Double-click tSalesforceInput to display its Basic settings view and define the component properties.

From the Property Type list, select Repository if you have already stored the connection to the salesforce server in the Metadata node of the Repository tree view. The property fields that follow are automatically filled in. If you have not defined the server connection locally in the Repository, fill in the details manually after selecting Built-in from the Property Type list. For more information about metadata, see Managing Metadata. In the Salesforce WebService URL field, use the by-default URL of the Salesforce Web service or enter the URL you want to access.
66 Talend Open Studio Components Creative Commons License

Business components
tSalesforceOutput

In the Username and Password fields, enter your login and password for the Web service. From the Module list, select the object you want to access, Account in this example. From the Schema list, select Repository and then click the three-dot button to open a dialog box where you can select the repository schema you want to use for this component. If you have not defined your schema locally in the metadata, select Built-in from the Schema list and then click the three-dot button next to the Edit schema field to open the dialog box where you can set the schema manually. In the Query Condition field, enter the query you want to apply. In this example, we want to retrieve the clients whose names are sForce. To do this, we use the query: name=sForce. For a more advanced query, select the Manual input of SOQL query and enter the query manually. Double-click tSalesforceOutput to display its Basic settings view and define the component properties.

In the Salesforce WebService URL field, use the by-default URL of the Salesforce Web service or enter the URL you want to access. In the Username and Password fields, enter your login and password for the Web service. From the Action list, select the operation you want to carry out. In this example we select Delete to delete the sForce account selected in the previous component. From the Module list, select the object you want to access, Account in this example. Click Sync columns to retrieve the schema of the preceding component. save your Job and press F6 to execute it. Check the content of the Account object and verify that the sForce account(s) is/are deleted from the server.

Creative Commons License

Talend Open Studio Components

67

Business components
tSAPConnection

tSAPConnection
tSAPConnection properties
Component family Business

Function Purpose Basic settings

tSAPConnection opens a connection to the SAP system for the current transaction. tSAPConnection allows to commit a whole job data in one go to the SAP system as one transaction. Property type Either Built-in or Repository. Built-in: No property data is stored centrally. Repository: Select the Repository file where Properties are stored. The fields that follow are pre-filled in using fetched data. Connection configuration Client type: enter your usual SAP connection. Userid : enter user login. Password: enter password. Language: specify the language. Host name: enter the IP address of the SAP system. System number: enter the system number.

Usage Limitation

This component is to be used along with other SAP components. n/a

Related scenarios
For a related scenarios, see Scenario 1: Retrieving metadata from the SAP system on page 70 and Scenario 2: Reading data in the different schemas of the RFC_READ_TABLE function on page 76.

68

Talend Open Studio Components

Creative Commons License

Business components
tSAPInput

tSAPInput
tSAPInput Properties
Component family Business

Function Purpose Basic settings

tSAPInput connects to the SAP system using the system IP address. tSAPInput allows to extract data from an SAP system at any level through calling RFC or BAPI functions. Property type Either Built-in or Repository: Built-in: No property data stored centrally. Repository: Select the Repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Connection configuration Select this check box and click the relevant DB connection component on the Component list to reuse the connection details you already defined. Client type: Enter your SAP usual connection code Userid: Enter the user connection Id. Password: Enter the password. Language: Specify a language. Host name Enter the SAP system IP address. System number Enter the system number. Enter the name of the function you want to use to retrieve data. Set input parameters. Parameter Value: Enter between inverted commas the value that corresponds to the parameter you set in the Parameter Name column. Type: Select the type of the input entity to retrieve. Table Name (Structure Name): Enter between inverted commas the table name. Parameter Name: Enter between in,verted commas the name of the field that corresponds to the table set in the Table Name column. Configure the parameters of the output schema to select the data to be extracted: Schema: Enter the output schema name. Type (for iterate): Select the type of the output entity you want to have. Table Name (Structure Name): Enter between inverted commas the table name. Mapping: Enter between inverted commas the name of the field you want to retrieve data from.

Function name Initialize input

Outputs

Usage Limitation

Usually used as a Start component. An output component is required. n/a

Creative Commons License

Talend Open Studio Components

69

Business components
tSAPInput

Scenario 1: Retrieving metadata from the SAP system


Talend SAP components (tSAPInput and tSAPOutput) as well as the SAP wizard are based on a library validated and provided by SAP (JCO) that allows the user to call functions and retrieve data from the SAP system at Table, RFC or BAPI, levels.
This scenario uses the SAP wizard that leads a user through dialog steps to create SAP connection and call RFC and BAPI functions. This SAP wizard is available only for Talend Integration Suite users. If you are a user of Talend Open Studio or Talend On Demand, you need to set the basic settings for the tSAPInput component manually.

This java scenario uses the SAP wizard to first create a connection to the SAP system, and then call a BAPI function to retrieve the details of a company from the SAP system. It finally displays in Talend Open Studio the company details stored in the SAP system. The below figure shows the company detail parameters stored in the SAP system and that we want to read in Talend Open Studio using the tSAPInput component.

70

Talend Open Studio Components

Creative Commons License

Business components
tSAPInput

Create a connection to the SAP system using the SAP connection wizard, in this scenario the SAP connection is called sap and is saved in the Metadata node. Call the BAPI function BAPI_COMPANY_GETDETAIL using the SAP wizard to access the BAPI HTML document stored in the SAP system and see the company details. In the Name filter field, type in BAPI* and click the Search button to display all available BAPI functions. Select BAPI_COMPANY_GETDETAIL to display the schema that describe the company details. The three-tab view to the right of the wizard displays the metadata of the BAPI_COMPANY_GETDETAIL function and allows you to set the necessary parameters. The Document view displays the SAP html document about the BAPI_COMPANY_GETDETAIL function. The Parameter view provides information about the input and output parameters required by the BAPI_COMPANY_GETDETAIL function to return values. In the Parameter view, click the Input tab to list the input parameter(s). In this scenario, there is only one input parameter required by BAPI_COMPANY_GETDETAIL and it is called COMPANYID.

In the Parameter view, click the Output tab to list the output parameters returned by BAPI_COMPANY_GETDETAIL. In this scenario, there are two output parameters: COMPANY_DETAIL and RETURN.

Creative Commons License

Talend Open Studio Components

71

Business components
tSAPInput

Each of these two structure parameters consists of numerous single parameters. The Test it view allows you to add or delete input parameters according to the called function. In this scenario, we want to retrieve the metadata of the COMPANY_DETAIL structure parameter that consists of 14 single parameters.

72

Talend Open Studio Components

Creative Commons License

Business components
tSAPInput

In the Value column of the COMPANYID line in the first table, enter 000001 to send back company data corresponding to the value 000001. In the Output type list at the bottom of the wizard, select output.table. Click Launch at the bottom of the view to display the value of each single parameter returned by the BAPI_COMPANY_GETDETAIL function. Click Finish to close the wizard and create the connection. The sap connection and the new schema BAI_COMPANY_GETDETAIL display under the SAP Connections node in the Repository tree view. To retrieve the different schemas of the BAPI_COMPANY_GETDETAIL function, do the following: Right-click BAPI_COMPANY_GETDETAIL in the Repository tree view and select Retrieve schema in the contextual menu. In the open dialog box, select the schemas you want to retrieve, COMPANY_DETAIL and RETURN in this scenario. Click Next to display the two selected schemas and then Finish to close the dialog box. The two schemas display under the BAPI_COMPANY_GETDETAIL function in the Repository tree view.

Creative Commons License

Talend Open Studio Components

73

Business components
tSAPInput

To retrieve the company metadata that corresponds to the 000001 value and display it in Talend Open Studio, do the following: In the Repository tree view, drop the SAP connection you already created to the design workspace to open a dialog box where you can select tSAPConnection from the component list and finally click OK to close the dialog box. The tSAPConnection component holding the SAP connection, sap in this example, displays on the design workspace. Double-click tSAPConnection to display the Basic settings view and define the component properties.

If you store connection details in the Metadata node in the Repository tree view, the Repository mode is selected in the Property Type list and the fields that follow are pre-filled. If not, you need to select Built-in as property type and fill in the connection details manually.

In the Repository tree-view, expand Metadata and sap in succession and drop RFC_READ_TABLE to the design workspace to open a component list. Select tSAPInput from the component list and click OK. Drop tFilterColumns and tLogRow from the Palette to the design workspace. Connect tSAPConnection and tSAPInput using a Trigger > OnSubJobOk link To connect tSAPInput and tLogRow, right-click tSAPInput and select Row > row_COMPANY_DETAIL_1 and then click tLogRow.

74

Talend Open Studio Components

Creative Commons License

Business components
tSAPInput

In the design workspace, double click tSAPInput to display its Basic settings view and define the component properties. The basic setting parameters for the tSAPInput component display automatically since the schema is stored in the Metadata node and the component is initialized by the SAP wizard.

Select the Use an existing connection check box and then in the Component List, select the relevant tSAPConnection component, sap in this scenario. In the Initialize input area, we can see the input parameter needed by the BAPI_COMPANY_GETDETAIL function. In the Outputs area, we can see all different schemas of the BAPI_COMPANY_GETDETAIL function, in particular, COMPANY_DETAIL that we want to output. In the design workspace, double-click tLogRow to display the Basic settings view and define the component properties. For more information about this component, see tLogRow on page 628. Save your Job and press F6 to execute it.

Creative Commons License

Talend Open Studio Components

75

Business components
tSAPInput

tSAPInput retrieved from the SAP system the metadata of the COMPANY_DETAIL structure parameter and tLogRow displayed the information on the console.

Scenario 2: Reading data in the different schemas of the RFC_READ_TABLE function


Talend SAP components (tSAPInput and tSAPOutput) as well as the SAP wizard are based on a library validated and provided by SAP (JCO) that allows the user to call functions and retrieve data from the SAP system at Table, RFC or BAPI, levels.
This scenario uses the SAP wizard that leads a user through dialog steps to create a SAP connection and call RFC and BAPI functions. This SAP wizard is available only for Talend Integration Suite users. If you are a user of Talend Open Studio or Talend On Demand, you need to set the basic settings for the tSAPInput component manually.

This java scenario uses the SAP wizard to first create a connection to the SAP system, and then call an RFC function to directly read from the SAP system a table called SFLIGHT. It finally displays in Talend Open Studio the structure of the SFLIGHT table stored in the SAP system. Create a connection to the SAP system using the SAP connection wizard, in this scenario the SAP connection is called sap. Call the RFC_READ_TABLE RFC function using the SAP wizard to access the table in the SAP system and see its structure. In the Name filter field, type in RFC* and click the Search button to display all available RFC functions.

76

Talend Open Studio Components

Creative Commons License

Business components
tSAPInput

Select RFC_READ_TABLE to display the schema that describe the table structure. The three-tab view to the right of the wizard displays the metadata of the RFC_READ_TABLE function and allows you to set the necessary parameters. The Document view displays the SAP html document about the RFC_READ_TABLE function. The Parameter view provides information about the parameters required by the RFC_READ_TABLE function to return parameter values. In the Parameter view, click the Table tab to show a description of the structure of the different tables of the RFC_READ_TABLE function.

Creative Commons License

Talend Open Studio Components

77

Business components
tSAPInput

The Test it view allows you to add or delete input parameters according to the called function. In this example, we want to retrieve the structure of the SFLIGHT table and not any data.

In the Value column of the DELIMITER line, enter ; as field separator. In the Value column of the QUERY_TABLE line, enter SFLIGHT as the table to query. In the Output type list at the bottom of the view, select output.table. In the Constructure|Table list, select DATA. Click Launch at the bottom of the view to display the parameter values returned by the RFC_READ_TABLE function. In this example, the delimiter is ; and the table to read is SFLIGHT.
78 Talend Open Studio Components Creative Commons License

Business components
tSAPInput

Click Finish to close the wizard and create the connection. The sap connection and the RFC_READ_TABLE function display under the SAPConnections node in the Repository tree view. To retrieve the different schemas of the RFC_READ_TABLE function, do the following: In the Repository tree view, right-click RFC_READ_TABLE and select Retrieve schema in the contextual menu. A dialog box displays. Select in the list the schemas you want to retrieve, DATA, FIELDS and OPTIONS in this example. Click Next to open a new view on the dialog box and display these different schemas. Click Finish to validate your operation and close the dialog box. The three schemas display under the RFC_READ_TABLE function in the Repository tree view.

In this example, we want to retrieve the data and column names of the SFLIGHT table and display them in Talend Open Studio. To do that, proceed as the following: In the Repository tree view, drop the RFC_READ_TABLE function of the sap connection to the design workspace to open a dialog box where you can select tSAPInput from the component list and then click OK to close the dialog box. The tSAPInput component displays on the design workspace. Drop two tLogRow components from the Palette to the design workspace. To connect components together: Right-click tSAPInput and select Row > row_DATA_1 and click the first tLogRow component. Right-click tSAPInput and select Row > row_FIELDS_1 and click the second tLogRow components. In this example, we want to retrieve the FIELDS and DATA schemas and put them in two different output flows.

Creative Commons License

Talend Open Studio Components

79

Business components
tSAPInput

In the design workspace, double-click tSAPInput to open the Basic settings view and display the component properties.

The basic setting parameters for the tSAPInput component display automatically since the schema is stored in the Metadata node and the component is initialized by the SAP wizard. In the Initialize input area, we can see the input parameters necessary for the RFC_READ_TABLE function, the field delimiter ; and the table name SFLIGHT. In the Outputs area, we can see the different schemas of the SFLIGHT table.

80

Talend Open Studio Components

Creative Commons License

Business components
tSAPInput

In the design workspace, double click each of the two tLogRow components to display the Basic settings view and define the component properties. For more information on the properties of tLogRow, see tLogRow on page 628. Save your Job and press F6 to execute it.

The tSAPInput component retrieves from the SAP system the column names of the SFLIGHT table as well as the corresponding data. The tLogRow components display the information in a tabular form in the Console.

Creative Commons License

Talend Open Studio Components

81

Business components
tSAPOutput

tSAPOutput
tSAPOutput Properties
Component family Business

Function Purpose Basic settings

Writes to an SAP system. Allows to write data into an SAP system. Property type Either Built-in or Repository: Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Connection configuration Client type: Enter your SAP usual connection code Userid: Enter the user connection Id. Password: Enter the password. Language: Specify a language. Host name Enter the SAP system IP address. System number Enter the system number. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Enter the name of the function you want to use to write data. Set the parameters to select the data to write to the SAP system.

Schema and Edit Schema

Function name Mapping Usage Limitation

Usually used as an output component. An input component is required. n/a

Related scenario
For a related scenarios, see Scenario 1: Retrieving metadata from the SAP system on page 70 and Scenario 2: Reading data in the different schemas of the RFC_READ_TABLE function on page 76.

82

Talend Open Studio Components

Creative Commons License

Business components
tSugarCRMInput

tSugarCRMInput
tSugarCRMInput Properties
Component family Business

Function Purpose Basic settings

Connects to a module of a Sugar CRM database via the relevant webservice. Allows to extract data from a SugarCRM DB based on a query. SugarCRM Webservice URL Module Username and Password Schema type and Edit Schema Type in the webservice URL to connect to the SugarCRM DB. Select the relevant module in the list Type in the Webservice user authentication data. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. In this component the schema is related to the Module selected. Type in the query to select the data to be extracted. Example: account_name= Talend

Query condition Usage Limitation

Usually used as a Start component. An output component is required. n/a

Scenario: Extracting account data from SugarCRM


This scenario describes a two-component Job which aims at extracting account information from a SugarCRM database to an Excel output file.

Drop a tSugarCRMInput and a tFileOutputExcel component. Connect the input component to the output component using a main row link. On the tSugarCRMInput Component view, fill in the connection information in the SugarCRM Web Service URL as well as the Username and Password fields Then select the Module in the list of modules offered. In this example, Accounts is selected.

Creative Commons License

Talend Open Studio Components

83

Business components
tSugarCRMInput

The Schema is then automatically set according to the module selected. But you can change it and remove the columns that you dont require in the output. In the Query Condition field, type in the query you want to extract from the CRM. In this example: billing_address_city=Sunnyvale Then select the tFileOutputExcel component.

Set the destination file name as well as the Sheet name and select the Include header check box. Save the Job and press F6 to run it.

The filtered data is output in the defined spreadsheet of the specified Excel type file.

84

Talend Open Studio Components

Creative Commons License

Business components
tSugarCRMOutput

tSugarCRMOutput
tSugarCRMOutput Properties
Component family Business

Function Purpose Basic settings

Writes in a module of a Sugar CRM database via the relevant webservice. Allows to write data into a SugarCRM DB. SugarCRM Webservice URL Module Username and Password Action Schema type and Edit Schema Type in the webservice URL to connect to the SugarCRM DB. Select the relevant module in the list Type in the Webservice user authentication data. Insert or Update the data in the SugarCRM module. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Click Sync columns to retrieve the schema from the previous component connected in the Job.

Usage Limitation

Used as an output component. An Input component is required. n/a

Related Scenario
No scenario is available for this component yet.

Creative Commons License

Talend Open Studio Components

85

Business components
tVtigerCRMInput

tVtigerCRMInput
tVtigerCRMInput Properties
Component family Business/vTigerCRM

Function Purpose Basic settings

Connects to a module of a vTigerCRM database. Allows to extract data from a vTigerCRM DB. Server Address Port Username and Password Version Module Method Type in the IP address of the vTigerCRM server Type in the Port number to access the server Type in the user authentication data. Type in the version of vTigerCRM you are using. Select the relevant module in the list Select the relevant method on the list. The method specifies the action you can carry out on the vTigerCRM module selected. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. In this component the schema is related to the Module selected.

Schema type and Edit Schema

Usage Limitation

Usually used as a Start component. An output component is required. n/a

Related Scenario
No scenario is available for this component yet.

86

Talend Open Studio Components

Creative Commons License

Business components
tVtigerCRMOutput

tVtigerCRMOutput
tVtigerCRMOutput Properties
Component family Business/vTigerCRM

Function Purpose Basic settings

Writes data into a module of a vTigerCRM database. Allows to write data from a vTigerCRM DB. Server Address Port Username and Password Version Module Method Type in the IP address of the vTigerCRM server Type in the Port number to access the server Type in the user authentication data. Type in the version of vTigerCRM you are using. Select the relevant module in the list Select the relevant method on the list. The method specifies the action you can carry out on the vTigerCRM module selected. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. In this component the schema is related to the Module selected.

Schema type and Edit Schema

Usage Limitation

Used as an output component. An Input component is required. n/a

Related Scenario
No scenario is available for this component yet.

Creative Commons License

Talend Open Studio Components

87

Business components
tVtigerCRMOutput

88

Talend Open Studio Components

Creative Commons License

Custom Code components


This chapter details the major components that you can find in Custom Code group of the Palette of Talend Open Studio. The Custom Code gathers components that covers on-the-fly specific code needs.

Custom Code components


tJava

tJava
tJava Properties
Component family Custom Code

Function Purpose Basic settings

tJava enables you to enter personalized code in order to integrate it in Talend program. You can execute this code only once. tJava makes it possible to extend the functionalities of a Talend Job through using Java commands. Code Type in the Java code you want to execute according to the task you need to perform. For further information about Java functions syntax specific to Talend, see Talend Open Studio online Help (Help Contents > Developer Guide > API Reference). For a complete Java reference, check http://java.sun.com/javaee/6/docs/api/

Usage Limitation

This component is generally used as a one-component subjob. You should know Java language.

Scenario: Printing out a variable content


The following scenario is a simple demo of the extended application of the tJava component. The Job aims at printing out the number of lines being processed using a Java command and the global variable provided in Talend Open Studio.

Select and drop the following components from the Palette onto the design workspace: tFileInputDelimited, tFileOutputExcel, tJava. Connect the tFileInputDelimited to the tFileOutputExcel using a Row Main connection. The content from a delimited txt file will be passed on through the connection to an xls-type of file without further transformation.

90

Talend Open Studio Components

Creative Commons License

Custom Code components


tJava

Then connect the tFileInputDelimited component to the tJava component using a Then Run link. This link sets a sequence ordering tJava to be executed at the end of the main process. Set the Basic settings of the tFileInputDelimited component. The input file used in this example is a simple text file made of two columns: Names and their respective Emails.

The schema has not been stored in the repository for this use case, therefore you need to set manually the two-column schema Click the Edit Schema button.

When prompted, click OK to accept the propagation, so that the tFileOutputExcel component gets automatically set with the input schema. Therefore no need to set the schema again. Set the output file to receive the input content without changes. If the file does not exist already, it will get created.

In this example, the Sheet name is Email and the Include Header box is selected. Then select the tJava component to set the Java command to execute.

Creative Commons License

Talend Open Studio Components

91

Custom Code components


tJava

In the Code area, type in the following command: String var = "Nb of line processed: "; var = var + globalMap.get("tFileInputDelimited_1_NB_LINE"); System.out.println(var); In this use case, we use the NB_Line variable. To access the global variable list, press Ctrl + Space bar on your keyboard and select the relevant global parameter. Save your Job and press F6 to execute it.

The content gets passed on to the Excel file defined and the Number of lines processed are displayed on the Run console.

92

Talend Open Studio Components

Creative Commons License

Custom Code components


tJavaFlex

tJavaFlex
tJavaFlex properties
Component family Custom Code

Function

tJavaFlex enables you to enter personalized code in order to integrate it in Talend program. With tJavaFlex, you can enter the three java-code parts (start, main and end) that constitute a kind of component dedicated to do a desired operation. tJava makes it possible to extend the functionalities of a Talend Job through using Java commands. Schema Type and Edit Schema A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Data Auto Propagate Select this check box to automatically propagate the data to the component that follows. When you select this check box, you can not later do any transformation on the retrieved data by setting Java commands in the Main code field. Enter the Java code that will be called during the initialization phase. Enter the Java code to be applied for each line in the data flow. Enter the Java code that will be called during the closing phase. Enter the Java code that helps to import, if necessary, external libraries used in the Main code box of the Basic settings view. Select this check box to gather the job processing metadata at a job level as well as at each component level.

Objective Basic settings

Start code Main code End code Advanced settings Import

tStatCatcher Statistics Usage

You can use this component as a start, intermediate or output component. You can as well use it as a one-component subjob.

Creative Commons License

Talend Open Studio Components

93

Custom Code components


tJavaFlex

Limitation

You should know the Java language.

Scenario1: Generating data flow


This scenario describes a two-components Job that generates a three-line data flow describing different personal titles (Miss, Mrs, and Mr) and displaying them on the console.

Drop tJavaFlex and tLogRow from the Palette onto the design workspace. Connect the components together using a Row Main link. Double-click tJavaFlex to display its Basic settings view and define its properties.

From the Schema Type list, select Built-in and then click the three-dot button next to Edit schema to open the corresponding dialog box where you can define the data structure to pass to the component that follows.

94

Talend Open Studio Components

Creative Commons License

Custom Code components


tJavaFlex

Click the plus button to add two columns: key and value and then set their types to Integer and String respectively. Click Ok to validate your changes and close the dialog box. In the Basic settings view of tJavaFlex, select the Data Auto Propagate check box to automatically propagate data to the component that follows. In this example, we do not want to do any transformation on the retrieved data. In the Start code field, enter the code to be executed in the initialization phase. In this example, the code indicates the initialization of tJavaFlex by displaying the START message and sets up the loop and the variables to be used afterwards in the Java code: System.out.println("## START\n#"); String [] valueArray = {"Miss", "Mrs", "Mr"}; for (int i=0;i<valueArray.length;i++) {

In the Main code field, enter the code you want to apply on each of the data rows. In this example, we want to display each key with its value: row1.key = i; row1.value = valueArray[i];
In the Main code, row1 corresponds to the name of the link that comes out of tJavaFlex. If you rename this link, you have to modify the code of this field accordingly.

In the End code field, enter the code that will be executed in the closing phase. In this example, the brace (curly bracket) closes the loop and the code indicates the end of the execution of tJavaFlex by displaying the END message: } System.out.println("#\n## END");

If needed, double-click tLogRow and in its Basic settings view, click the button next to Edit schema to make sure that the schema has been correctly propagated. Save your Job and press F6 to execute it.

Creative Commons License

Talend Open Studio Components

95

Custom Code components


tJavaFlex

The three personal titles are displayed on the console along with their corresponding keys.

Scenario2: Processing rows of data with tJavaFlex


This scenario describes a two-component Job that generates random data and then collects that data and does some transformation on it line by line using Java code through the tJavaFlex component.

Drop tRowGenerator and tJavaFlex from the Palette onto the design workspace. Connect the components together using a Row Main link. Double-click tRowGenerator to display its Basic settings view and the [RowGenerator Editor] dialog box where you can define the component properties.

Click the plus button to add four columns: number, txt, date and flag. Define the schema and set the parameters to the four columns according to the above capture.

96

Talend Open Studio Components

Creative Commons License

Custom Code components


tJavaFlex

In the Functions column, select the three-dot function (...) for each of the defined columns. In the Parameters column, enter 10 different parameters for each of the defined columns. These 10 parameters corresponds to the data that will be randomly generated when executing tRowGenerator. Click OK to validate your changes and close the editor. Double-click tJavaFlex to display its Basic settings view and define the components properties.

Click Sync columns to retrieve the schema from the preceding component. In the Start code field, enter the code to be executed in the initialization phase. In this example, the code indicates the initialization of the tJavaFlex component by displaying the START message and defining the variable to be used afterwards in the Java code: System.out.println("## START\n#"); int i = 0; In the Main code field, enter the code to be applied on each line of data. In this example, we want to show the number of each line starting from 0 and then the number and the random text transformed to upper case and finally the random date set in the editor of tRowGenerator. Then, we create a condition to show if the status is true or false and we increment the number of the line: System.out.print(" row" + i + ":"); System.out.print("# number:" + row1.number); System.out.print (" | txt:" + row1.txt.toUpperCase()); System.out.print(" | date:" + row1.date); if(row1.flag) System.out.println(" | flag: true"); else System.out.println(" | flag: false"); i++;

Creative Commons License

Talend Open Studio Components

97

Custom Code components


tJavaFlex

In the Main code filed, row1 corresponds to the name of the link that comes out of tJavaFlex. If you rename this link, you have to modify the code.

In the End code field, enter the code that will be executed in the closing phase. In this example, the code indicates the end of the execution of tJavaFlex by displaying the END message: System.out.println("#\n## END");

Save your Job and press F6 to execute it.

The console displays the randomly generated data that was modified by the java command set through tJavaFlex.

98

Talend Open Studio Components

Creative Commons License

Custom Code components


tPerl

tPerl
tPerl properties
Component family Processing

Function Purpose Basic settings

tPerl transforms any data entered as argument of Perl commands. tPerl is an (Perl) editor that is a very flexible tool within a job. Code Type in the Perl code based on the command and task you need to perform. For further information about Perl functions syntax, see Talend Open Studio online Help (under Talend Open Studio User Guide > Perl)

Usage Limitation

Typically used for debugging but can also be used to display a variable content. This component requires an advanced Perl user level and is not meant to be used with a Row connection as is meant for single use.

Scenario: Displaying a number of processed lines


This scenario is a three-component job showing in the Log the number of rows being processed and output in an XML file.

Drop three components from the Palette onto the design workspace: tFileInputDelimited, tFileOutputExcel, tPerl Right-click tFileInputDelimited and connect it to tFileOutputExcel using a main Row. Right-click again tFileInputDelimited and link it to tPerl using a Trigger > ThenRun link. This link means that, following the arrow direction, the first component (tFileDelimited) will run before the second component (tPerl). Click once on tFileInputDelimited and select the Basic settings tab to define the component properties.

Creative Commons License

Talend Open Studio Components

99

Custom Code components


tPerl

The Properties are not reused from or for another job stored in the repository, but instead are used for this job only. Therefore select Built-In in the drop-down list. Enter a path or browse to the file containing the data to be processed. In this example, the text file gathers a list of names facing the relevant email addresses. Define the Row and Field separators. In this scenario, there is one name and the matching email per row. And the fields are separated by a semi-colon. The first row of the file contains the labels of the columns, therefore it should be ignored in the job. Therefore the Header field value is 1. There is no footer nor limit value to be defined for this scenario. The Schema type is also built-in in this case. Click on Edit Schema and describe the content of the input file. In this scenario, there are two columns labelled Name and Emails, of type String and with no length defined. Key field being Email. Select the tFileOutputExcel component and define it accordingly. Select the output file path, Sheet and synchronize the schema. Then define the tPerl sub-job in order to get the number of rows transferred to the XML Output file.

Enter the Perl command print to get the variable containing the number of rows read in tFileInputDelimited. To access the list of available variables, press Ctrl+Space then select the relevant variable in the list.

100

Talend Open Studio Components

Creative Commons License

Custom Code components


tPerl

For a better readability in the Run Job log, add equal signs before and after the commands. Note also that commands, strings and variables are colored differently. Then switch to the Run Job tab and execute the job. The job runs smoothly and create an output xml file following the two-field schema defined: Name and Email.

The Perl command result is shown in the job log.

Creative Commons License

Talend Open Studio Components

101

Custom Code components


tPerl

102

Talend Open Studio Components

Creative Commons License

Data Quality components


This chapter details the major components that you can find in the Data Quality group of the Palette of Talend Open Studio. The Data Quality family groups dedicated components that help you improve the quality of your data. These components covers various needs such as narrow down filtering the unique row, calculating CRC, finding data based on fuzzy matching, and so on.

Data Quality components


tAddCRCRow

tAddCRCRow
tAddCRCRow properties
Component family Data quality

Function Purpose Basic settings

Calculates a surrogate key based on one or several columns and adds it to the defined schema Providing a unique ID helps improving the quality of processed data. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. In this component, a new CRC column is automatically added. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job designs. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Implication CRC type select the check box facing the relevant columns to be used for the surrogate key checksum. Select the CRC type length. The longer the CRC, the least overlap.

Usage Limitation

This component is an intermediary step. It requires an input flow as well as an output. n/a

Scenario: Adding a surrogate key to a file


This scenario describes a Job adding a surrogate key to a delimited file schema.

Drop the following components: tFileInputDelimited, tAddCRCRow and tLogRow. Connect them using a Main row connection. In the tFileInputDelimited Component view, set the File Name path and all related properties in case these are not stored in the Repository.
104 Talend Open Studio Components Creative Commons License

Data Quality components


tAddCRCRow

Create the schema through the Edit Schema button, in case the schema is not stored already in the Repository. In Java, mind the data type column and in case of Date pattern to be filled in, check out http://java.sun.com/j2se/1.5.0/docs/api/index.html. In the tAddCRCRow Component view, select the check boxes of the input flow columns to be used to calculate the CRC.

Notice that a CRC column (read-only) has been added at the end of the schema. Select CRC32 as CRC Type to get a longer surrogate key.

In the Basic settings view of tLogRow, select the Print values in cells of a table check box to display the output data in a table on the Console. Then save your Job and press F6 to execute it.

Creative Commons License

Talend Open Studio Components

105

Data Quality components


tAddCRCRow

An additional CRC Column has been added to the schema calculated on all previously selected columns (in this case all columns of the schema).

106

Talend Open Studio Components

Creative Commons License

Data Quality components


tFuzzyMatch

tFuzzyMatch
tFuzzyMatch properties
Component family Data quality

Function Purpose Basic settings

Compares a column from the main flow with a reference column from the lookup flow and outputs the main flow data displaying the distance Helps ensuring the data quality of any source data against a reference data source. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Two read-only columns, Value and Match are added to the output schema automatically. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job designs. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Matching type Select the relevant matching algorithm among: Levenshtein: Based on the edit distance theory. It calculates the number of insertion, deletion or substitution required for an entry to match the reference entry. Metaphone: Based on a phonetic algorithm for indexing entries by their pronunciation. It first loads the phonetics of all entries of the lookup reference and checks all entries of the main flow against the entries of the reference flow. Double Metaphone: a new version of the Metaphone phonetic algorithm, that produces more accurate results than the original algorithm. It can return both a primary and a secondary code for a string. This accounts for some ambiguous cases as well as for multiple variants of surnames with common ancestry. (Levenshtein only) Set the minimum number of changes allowed to match the reference. If set to 0, only perfect matches are returned. (Levenshtein only) Set the maximum number of changes allowed to match the reference.

Min Distance

Max Distance

Creative Commons License

Talend Open Studio Components

107

Data Quality components


tFuzzyMatch

Matching Column

Select the column of the main flow that needs to be checked against the reference (lookup) key column Select this check box if you want to get the best match possible, in case several matches are available. In case several matches are available, all of them are displayed unless the unique match box is selected. Define the delimiter between all matches.

Unique Matching

Matching item separator

Usage

This component is not startable (green background) and it requires two input components and an output component.

Limitation/prerequisite Perl users: Make sure the relevant packages are installed. Check the Module view for modules to be installed

Scenario 1: Levenshtein distance of 0 in first names


This scenario describes a four-component Job aiming at checking the edit distance between the First Name column of an input file with the data of the reference input file. The output of this Levenshtein type check is displayed along with the content of the main flow on a table

Drag and drop the following components from the Palette to the design workspace: tFileInputDelimited (x2), tFuzzyMatch, tFileOutputDelimited. Define the first tFileInputDelimited Basic settings. Browse the system to the input file to be analyzed and most importantly set the schema to be used for the flow to be checked. In the schema, set the Type of data in the Java version, especially if you are in Built-in mode. Link the defined input to the tFuzzyMatch using a Main row link. Define the second tFileInputDelimited component the same way.

Make sure the reference column is set as key column in the schema of the lookup flow.

108

Talend Open Studio Components

Creative Commons License

Data Quality components


tFuzzyMatch

Then connect the second input component to the tFuzzyMatch using a main row (which displays as a Lookup row on the design workspace). Select the tFuzzyMatch Basic settings. The Schema should match the Main input flow schema in order for the main flow to be checked against the reference.

Note that two columns, Value and Matching, are added to the output schema. These are standard matching information and are read-only. Select the method to be used to check the incoming data. In this scenario, Levenshtein is the Matching type to be used. Then set the distance. In this method, the distance is the number of char changes (insertion, deletion or substitution) that needs to be carried out in order for the entry to fully match the reference.

In this use case, we want the distance be of 0 for the min. or for the max. This means only the exact matches will be output. Also, clear the Case sensitive check box. And select the column of the main flow schema that will be selected. In this example, the first name. No need to select the Unique matching check box nor hence the separator. Link the tFuzzyMatch to the standard output tLogRow. No other parameters than the display delimiter is to be set for this scenario.
Creative Commons License Talend Open Studio Components 109

Data Quality components


tFuzzyMatch

Save the Job and press F6 to execute the Job.

As the edit distance has been set to 0 (min and max), the output shows the result of a regular join between the main flow and the lookup (reference) flow, hence only full matches with Value of 0 are displayed. A more obvious example is with a minimum distance of 1 and a max. distance of 2, see Scenario 2: Levenshtein distance of 1 or 2 in first names on page 110.

Scenario 2: Levenshtein distance of 1 or 2 in first names


This scenario is based on the scenario 1 described above. Only the min and max distance settings in tFuzzyMatch component get modified, which will change the output displayed. In the Component view of the tFuzzyMatch, change the min distance from 0 to 1. This excludes straight away the exact matches (which would show a distance of 0). Change also the max distance to 2 as the max distance cannot be lower than the min distance. The output will provide all matching entries showing a discrepancy of 2 characters at most.

No other change of the setting is required. Make sure the Matching item separator is defined, as several references might be matching the main flow entry. Save the new Job and press F6 to run it.

110

Talend Open Studio Components

Creative Commons License

Data Quality components


tFuzzyMatch

As the edit distance has been set to 2, some entries of the main flow match several reference entries. You can also use another method, the metaphone, to assess the distance between the main flow and the reference,

Scenario 3: Metaphonic distance in first name


This scenario is based on the scenario 1 described above.

Change the Matching type to Metaphone. There is no min nor max distance to set as the matching method is based on the discrepancies with the phonetics of the reference. Save the Job and press F6. The phonetics value is displayed along with the possible matches.

Creative Commons License

Talend Open Studio Components

111

Data Quality components


tIntervalMatch

tIntervalMatch
tIntervalMatch properties
Component family Data Quality

Function

tIntervalMatch receives a main flow and aggregates it based on join to a lookup flow (Java) or a given lookup file (Perl). Then it matches a specified value to a range of values and returns related information. Helps to return a value based on a Join relation. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Java only Search column Select the main flow column containing the values to be matched to a range of values

Purpose Basic settings

Column (LOOKUP) Select the lookup flow column containing the values to be returned when the Join is ok. Lookup Column min/ bounds strictly (min) Lookup Column max/ bounds strictly (max) Usage Limitation Select the column containing the min value of the tange. Check the box if the boundary is strict. Select the column containing the max value of the tange. Select the check box if the boundary is strict.

This component handles flow of data therefore it requires input and output, hence is defined as an intermediary step. n/a

The Perl properties being quite different from the Java properties, they are described in a separate table below.
PERL basic settings

112

Talend Open Studio Components

Creative Commons License

Data Quality components


tIntervalMatch

Basic settings

Schema type and Edit Schema

A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Perl only

File Name Field separator Row separator Lookup index Column

Enter the file that contains the range of values. It functions as a lookup flow. Character, string or regular expression to separate fields in the lookup file. String (ex: \non Unix) to distinguish rows in the lookup file. Position of the min column in the lookup file: 0 for first col, 1 for second col, etc. Make sure the interval min and max columns are adjacent. Select the main flow column containing the values to be matched to a range of values

Search column Usage Limitation

This component handles flow of data therefore it requires input and output, hence is defined as an intermediary step. For the time being, the Perl version of the tIntervalMatch does not accept a real Lookup flow (but only a reference file in the actual components settings)

Scenario: identifying Ip country (Perl and Java)


The following scenario describes a Job designed in parallel in both languages, Perl and Java. In this Job, a incoming main flow provides 2 columns: Documents and IP dummy values. A second file used as lookup flow in Java and reference range file in Perl contains a list of sorted IP ranges and their corresponding country. This Job aims at retrieving each documents country from their IP value, in other words, creating a Join between the main flow and the lookup flow.

In Perl, the Job requires one tFileInputDelimited, a tIntervalMatch and a tLogRow.


Creative Commons License Talend Open Studio Components 113

Data Quality components


tIntervalMatch

In Java, the Job requires one extra tFileInputDelimited, a tIntervalMatch and a tLogRow. Drop the components onto the design workspace. Set the basic settings of the tFileInputDelimited component.

The schema is made of two columns, respectively Document and IP (Java only) Set the Type column on String for the Document column and Integer for the IP column. (Java only) Set now the second tFileInputDelimited properties.

(Java only) Dont forget to define the Type of data. (Both Java and Perl) Propagate the schema from the incoming main flow to the tIntervalMatch component.

114

Talend Open Studio Components

Creative Commons License

Data Quality components


tIntervalMatch

(Both Java and Perl) Note that the output schema from the tIntervalMatch component is read-only and is made of the input schema plus an extra Lookup column which will output the requested lookup data. Set the other properties of the tIntervalMatch component. (Perl only), the lookup file is defined directly in the setting of the tIntervalMatch.

(Perl only) In File Name field, set the path to the lookup file. Set the Row and Field separator of the lookup file. (Perl only) In Lookup column index field, set the inferior bound of the data range. This corresponds to the position of the column containing the min value of the range (0 for the first column). (Perl only) No need to set the lookup values to be returned as all values from the lookup will be outputted. (Java only) Set the tIntervalMatch other properties such as the min and max column corresponding to the range bounds.

(Java only) In the Column Lookup field, select the column where are the values to be returned. (Both Java and Perl) In the Search column field, select the main flow column containing the values to be matched to the range values.

Creative Commons License

Talend Open Studio Components

115

Data Quality components


tIntervalMatch

(Both Java and Perl) The tLogRow component does not require any specific setting for this Job. Both Perl and Java Jobs output the same result with slight differences in the way they display.

The Perl results include the range values whereas the Java output only includes the requested return value (country).

116

Talend Open Studio Components

Creative Commons License

Data Quality components


tReplaceList

tReplaceList
tReplaceList Properties
Component family Processing

Function Purpose Basic settings

Carries out a Search & Replace operation in the input columns defined based on an external lookup. Helps to cleanse all files before further processing. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Two read-only columns, Value and Match are added to the output schema automatically. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job designs. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Lookup search column Type in the position number of the column to be searched in the lookup schema. 0: first column read 1: second column read n: position number of the column in the schema read.

In order to ensure the uniqueness of values being searched, make sure this column is marked as Key in your lookup schema. Lookup replacement Type in the position number of the column where column the replacement values are stored. 0: first column read 1: second column read n: position number of the column in the schema read Column options Usage Select the columns of the main flow where the replacement is to be carried out.

This component is not startable as it requires an input flow. And it requires an output component.

Creative Commons License

Talend Open Studio Components

117

Data Quality components


tReplaceList

Scenario: Replacement from a reference file


The following Job (created in Perl) searches and replaces a list of countries with their corresponding codes. The relevant codes are taken from a reference file placed as lookup flow in the Job. The main flow is replicated and both outputs are displayed on the console, in order to show the main flow before and after replacement.

Drop the following components from the Palette to the design workspace: tMysqlInput, tFileInputDelimited, tReplicate, tReplaceList and tLogRow (x2). Note that if your input schemas are stored in the Repository, you can simply drag and drop the relevant node from the Repositorys Metadata Manager onto the design workspace to retrieve automatically the input components setting. For more information, see Drop components from the Metadata node in Talend Open Studio User Guide. Connect the components using Main Row connections via a right-click on each component. Notice that the main row coming from the reference flow (tFileInputDelimited) is called a lookup row. Select the tMysqlInput component and set the input flow parameters.

The input schema is made of two columns: Names, States. The column States gathered the name of the United States of America which are to be replaced by their respective code.

118

Talend Open Studio Components

Creative Commons License

Data Quality components


tReplaceList

In the Query field, make sure the State column is included in the Select statement. In this use case, all columns are selected. Check the tReplicate component setting. The schema is simply duplicated into two identical flows, but no change to the schema can be made. Then double-click on the tFileInputDelimited component, to set the reference file.

The file includes two columns: Postal, State where Postal provides the zipcode corresponding to the name given in the respective row of the State column. The fields are delimited by semicolons and rows are separated by carriage returns. Edit the lookup flow schema.

Make sure the lookup search column (in this use case: State) is a key, in order to ensure the uniqueness of the values being searched. Select the tReplaceList and set the operation to carry out. The schema is retrieved from the previous component of the main flow.

In Lookup search index field, type in the position index of the column being searched. In this use case, State is the second column of the lookup input file, therefore type in 1 in this field.

Creative Commons License

Talend Open Studio Components

119

Data Quality components


tReplaceList

In Lookup replacement index field, fill in the position number of the column containing the replacement values, in this example: Postal for the State codes. In the Column options table, select the States column as in this use case, the State names are to be replaced with their corresponding code. In both tLogRow components, select the Print values in table cells check box for a better readability of the outputs. Save the Job and press F6 to execute it.

The first flow output shows the State column with full state names as it comes from the main input flow. The second flow output shows the States column after the State column names have been replaced with their respective codes.

120

Talend Open Studio Components

Creative Commons License

Data Quality components


tSchemaComplianceCheck

tSchemaComplianceCheck
tSchemaComplianceCheck Properties
Component family Data Quality

Function Purpose Basic settings

Validates all input rows against a reference schema or checks type, nullability, length of rows against reference values. The validation can be carried out in full or partly. Helps ensuring the data quality of any source data against a reference data source. Base Schema and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Describe the structure and nature of your data to be processed as it is. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job designs. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Java only Use another schema for compliance check Date language/ Date format Define a reference schema as you expect the data to be, in order to reject the non-compliant data. It can be restrictive on data type, null values, and/or length. For the validation of date formats containing string such as 25 Dec 2007, use the Date Language field and to distinguish the way months and days are ordered, use the Date format field. Select this check box if all checks are to be carried out on all columns of the base schema. In Perl, select the check box of the column of which you want the data type to be verified against the base schema definition. In Java, select the type of which the data should be. This validation is mandatory for all columns. Select this check box to verify the nullability of the column against the base schema definition. Select this check box to verify the data length against the base schema length definition

Perl only

Check all columns from schema Type

Null (empty or zero) Max length Usage

This component is an intermediary step in the flow allowing to exclude from the main flow the non-compliant data. This component cannot be a start component as it requires an input flow. It also requires at least one output component to gather the validated flow, and possibly a second output component for rejected data using Rejects link. For more information, see Rejects in Talend Open Studio User Guide.

Creative Commons License

Talend Open Studio Components

121

Data Quality components


tSchemaComplianceCheck

Scenario: Validating dates against schema (java)


This very basic scenario shows how to check the type, null value and length of an incoming flow against a defined reference schema. The incoming flow comes from a simple csv file which contains heterogeneous data including wrong data type, data exceeding max length, wrong id and null values in non-nullable columns.

The output is double as the valid data are gathered into a dedicated delimited file, whereas the rejected data are displayed on the console.

Drop the following components: tFileInputDelimited, tSchemaComplianceCheck, tFileOutputDelimited, tLogRow from the Palette to the design workspace. Right-click on the tFileInputDelimited to connect it to the tSchemaComplianceCheck using a row main link. Then right-click on the tSchemaComplianceCheck component and select Row > Main to connect it to the tFileOutputDelimited. This output flow will gather the valid data. Right-click again on the tSchemaComplianceCheck component and, this time, select Row > Rejects link to connect it to the tLogRow component. This second output flow will gather the non-compliant data. Select the Rejects link that you just connected, and notice that the schema passed through to the tLogRow contains already two columns: ErrorCode and ErrorMessage. These two column are read-only and provides information about the rejected data, easing the error handling and troubleshooting if need be. Now define the properties of each component.

122

Talend Open Studio Components

Creative Commons License

Data Quality components


tSchemaComplianceCheck

On the Component view of the tFileInputDelimited component, leave the default parameters for a delimited file, and fill in the File Name browsing to the input file. In this example: in.csv Click Edit Schema to describe the data structure of this input file. The schema is made of six columns: id, Col2Label, Col3Label, Date, Val and Str_Nullable.

Leave the Type field as permissive as possible (especially in Java). You will define the actual type of the data on the tSchemaComplianceCheck Component view. The Str_nullable column is the only nullable data. So select the relevant check box. Col2Label and Col3Label are length-limited to respectively 30 and 40 characters. Then double-click on tSchemaComplianceCheck component to set the validation parameters.

Creative Commons License

Talend Open Studio Components

123

Data Quality components


tSchemaComplianceCheck

The Base schema should be automatically propagated from the input component. If not, click on the Sync columns button. In this example, we use the Checked columns table to set the validation parameters. But you could also select the Use another schema for compliance check check box and define the schema description of the expected data. Select the Check all columns from schema check box if you want to check all the columns against all parameters (type, null values and length). On the Checked Columns table, set the checks to be performed. Below is the setting for a job designed in Talend Open Studio with Java generation language: - The Id type should be Int. - The Col2Label and Col3Label should be checked for their Length - The Date should of type Date - The Val column should be checked for null values (as it should not be null). - The Str_nullable should be checked for null values also (but it can be null). In Perl, select the relevant Type check boxes for the columns which the type needs to be selected (Date). Also, define the Date format and Date language. Then set the output components parameters. The schema is propagated automatically from the tSchemaComplianceCheck to the output components. Define the output file path on the tFileOutputDelimited properties. Then on the Run tab, select the Statistics check box to display the flow dispatching rates before launching the execution.

124

Talend Open Studio Components

Creative Commons License

Data Quality components


tSchemaComplianceCheck

You can notice that three rows from the input flow were validated and therefore were directed to the tFileOutputDelimited. Also seven rows were not compliant with the reference schema, and therefore were directed to the console.

You can notice that the extra output columns in the Rejects link provide the error code as well as an error message such as: 2|Date:Date format not valid or 2|id:wrong type in order to ease the identification of the error.

Creative Commons License

Talend Open Studio Components

125

Data Quality components


tUniqRow

tUniqRow
tUniqRow Properties
Component family Data Quality

Function Purpose Basic settings

Compares entries and removes the first encountered duplicate from the input flow. Ensures data quality of input or output flow in a Job. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Click Sync columns to retrieve the schema from the previous component connected in the Job. if you want the deduplication to be carried out on particular columns, define them on the schema. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Case sensitive Select this check box to consider the lower or upper case.

Usage Limitation

This component handles flow of data therefore it requires input and output, hence is defined as an intermediary step. n/a

Scenario: Unduplicating entries


Based on the tSortRow job, the tUniqRow component is added to the Job in order to have unique entries in the output flow. In fact, as the input data is randomly created, duplication cannot be avoided.

126

Talend Open Studio Components

Creative Commons License

Data Quality components


tUniqRow

On the Basic settings tab panel of the tUniqRow component, click Edit Schema... to set the Key on Names field to have unique entries in the output flow on this criteria. Select the Case Sensitive check box to differentiate lower case and upper case. Press F6 to run the Job again. The console displays the sorted and unique results

Creative Commons License

Talend Open Studio Components

127

Data Quality components


tUniqRow

128

Talend Open Studio Components

Creative Commons License

Database components
This chapter details the major components that you can find in Databases group of the Palette of Talend Open Studio. The Databases family groups most popular database connectors. These connectors cover various needs including: opening connection, reading and writing tables, committing transactions as a whole as well as performing rollback for error handlings. More than 40 RDBMS are natively supported.

Database components
tAccessInput

tAccessInput
tAccessInput properties
Component family Databases/Access

Function Purpose

tAccessInput reads a database and extracts fields based on a query. tAccessInput executes a DB query with a strictly defined statement which must correspond to the schema definition. Then it passes on the field list to the next component via a Main row link. Property type Either Built-in or Repository Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Database Username and Password Schema type and Edit Schema Name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type and Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition.

Basic settings

Advanced settings

Encoding Type

Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select this check box to remove leading and trailing whitespace from all the String/Char columns. Remove leading and trailing whitespace from defined columns.

Trim all the String/Char columns Trim column

130

Talend Open Studio Components

Creative Commons License

Database components
tAccessInput

tStateCatcher Statistics Usage

Select this check box to collect log data at the component level.

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For related topic, see tDBInput scenarios: Scenario 1: Displaying selected data from DB table on page 163 Scenario 2: Using StoreSQLQuery variable on page 164 Related topic in description of tContextLoad on page 652.

Creative Commons License

Talend Open Studio Components

131

Database components
tAccessOutput

tAccessOutput
tAccessOutput properties
Component family Databases/Access

Function Purpose

tAccessOutput writes, updates, makes changes or suppresses entries in a database. tAccessOutput executes the action defined on the table and/or on the data contained in the table, based on the flow incoming from the preceding component in the Job. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Database Username and Password Table Action on table Name of the database DB user authentication data. Name of the table to be written. Note that only one table can be written at a time On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create a table: The table is removed and created again. Create a table: The table does not exist and gets created. Create a table if not exists: The table is created if it does not exist. Drop a table if exists and create: The table is removed if it already exists and created again. Clear a table: The table content is deleted.

Basic settings

132

Talend Open Studio Components

Creative Commons License

Database components
tAccessOutput

Action on data

On the data of the table defined, you can perform: Insert: Add new entries to the table. If duplicates are found, Job stops. Update: Make changes to existing entries. Insert or update: Add entries or update existing ones. Update or insert: Update existing entries or create it if non existing. Delete: Remove entries corresponding to the input flow. It is necessary to specify at least one column as a primary key on which the Update and Delete operations are based. You can do that by clicking Edit Schema and selecting the check box(es) next to the column(s) you want to set as primary key(s). For an advanced use, click the Advanced settings view where you can simultaneously define primary keys for the Update and Delete operations. To do that: Select the Use field options check box and then in the Key in update column, select the check boxes next to the column names you want to use as a base for the Update operation. Do the same in the Key in delete column for the Delete operation.

Schema type and Edit Schema

A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Advanced settings

Encoding Type

Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. Number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and, above all, better performance at executions. This option is not offered if you create (with or without drop) the DB table. This option allows you to call SQL functions to perform actions on columns, which are not insert, nor update or delete actions, or action that require particular preprocessing. Name: Type in the name of the schema column to be altered or inserted as new column

Commit every

Additional Columns

Creative Commons License

Talend Open Studio Components

133

Database components
tAccessOutput

SQL expression: Type in the SQL statement to be executed in order to alter or insert the relevant column data. Position: Select Before, Replace or After following the action to be performed on the reference column. Reference column: Type in a column of reference that the tDBOutput can use to place or replace the new or altered column. Use field options Enable debug mode tStateCatcher Statistics Usage Select this check box to customize a request, especially when there is double action on data. Select this check box to display each step during processing entries in a database. Select this check box to collect log data at the component level.

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For related topics, see: tDBOutput Scenario: Displaying DB output on page 168 tMySQLOutput Scenario 1: Adding a new column and altering data in a DB table on page 283.

134

Talend Open Studio Components

Creative Commons License

Database components
tAccessRow

tAccessRow
tAccessRow properties
Component family Databases/Access

Function

tAccessRow 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 doesnt provide output. Depending on the nature of the query and the database, tAccessRow acts on the actual DB structure or on the data (although without handling data). The SQLBuilder tool helps you write easily your SQL statements. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Database Username and Password Schema type and Edit Schema Name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type Either Built-in or Repository. Built-in: Fill in manually the query statement or build it graphically using SQLBuilder Repository: Select the relevant query stored in the Repository. The Query field gets accordingly filled in. Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition. Number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and above all better performance on executions.

Purpose

Basic settings

Commit every

Creative Commons License

Talend Open Studio Components

135

Database components
tAccessRow

Encoding Type

Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Clear this check box to skip the row on error and complete the process for error-free rows. Select this check box to insert the result of the query into a COLUMN of the current flow Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and above all better performance on executions. Select this check box to collect log data at the component level.

Die on error Advanced settings Propagate QUERYs recordset Encoding Type

Commit every

tStateCatcher Statistics Usage

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For related topics, see: tDBSQLRow Scenario: Resetting a DB auto-increment on page 172 tMySQLRow Scenario: Removing and regenerating a MySQL table index on page 301.

136

Talend Open Studio Components

Creative Commons License

Database components
tAS400Commit

tAS400Commit
tAS400Commit Properties
This component is closely related to tAS400Connection and tAS400Rollback. It usually doesnt make much sense to use these components independently in a transaction.
Component family Databases/AS400

Function Purpose

Validates the data processed through the Job into the connected DB. 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. Component list Select the tAS400Connection component in the list if more than one connection are planned for the current Job. Clear this check box to continue to use the selected connection once the component has performed its task.

Basic settings

Close Connection

Usage Limitation

This component is to be used along with AS400 components, especially with tAS400Connection and tAS400Rollback components. n/a

Related scenario
This component is closely related to tAS400Connection and tAS400Rollback. It usually doesnt make much sense to use one of these without using a tAS400Connection component to open a connection for the current transaction. For tAS400Commit related scenario, see tMysqlConnection on page 269.

Creative Commons License

Talend Open Studio Components

137

Database components
tAS400Connection

tAS400Connection
tAS400Connection Properties
This component is closely related to tAS400Commit and tAS400Rollback. It usually doesnt make much sense to use one of the components without using a tAS400Connection component to open a connection for the current transaction.
Component family Databases/AS400

Function Purpose Basic settings

Opens a connection to the database for a current transaction. Allows to commit a whole job data in one go to the output database as one transaction when validated. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. DB Version Host Database Username and Password Encoding Type Select the AS400 version in use Database server IP address Name of the database DB user authentication data. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select this check box to share your connection or fetch a connection shared by a parent or child Job. Shared DB Connection Name: set or type in the shared connection name.

Use or register a shared DB Connection Usage Limitation

This component is to be used along with AS400components, especially with tAS400Commit and tAS400Rollback components. n/a

Related scenario
This component is closely related to tAS400Commit and tAS400Rollback. It usually doesnt make much sense to use one of these without using a tAS400Connection component to open a connection for the current transaction. For tAS400Connection related scenario, see tMysqlConnection on page 269.

138

Talend Open Studio Components

Creative Commons License

Database components
tAS400Input

tAS400Input
tAS400Input properties
Component family Databases/AS400

Function Purpose

tAS400Input reads a database and extracts fields based on a query. tAS400SInput executes a DB query with a strictly defined statement which must correspond to the schema definition. Then it passes on the field list to the next component via a Main row link. Property type Either Built-in or Repository Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. DB Version Host Port Database Username and Password Schema type and Edit Schema Select the AS 400 version in use Database server IP address Listening port number of DB server. Name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type and Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition.

Basic settings

Advanced settings

Additional JDBC parameters

Specify additional connection properties in the existing DB connection.

Creative Commons License

Talend Open Studio Components

139

Database components
tAS400Input

Encoding Type

Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select this check box to remove leading and trailing whitespace from all the String/Char columns. Remove leading and trailing whitespace from defined columns. Select this check box to collect log data at the component level.

Trim all the String/Char columns Trim column tStateCatcher Statistics Usage

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For related topic, see tDBInput scenarios: Scenario 1: Displaying selected data from DB table on page 163 Scenario 2: Using StoreSQLQuery variable on page 164 Related topic in tContextLoad Scenario: Dynamic context use in MySQL DB insert on page 652.

140

Talend Open Studio Components

Creative Commons License

Database components
tAS400Output

tAS400Output
tAS400Output properties
Component family Databases/DB2

Function Purpose

tAS400Output writes, updates, makes changes or suppresses entries in a database. tAS400Output executes the action defined on the table and/or on the data contained in the table, based on the flow incoming from the preceding component in the Job. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. DB Version Host Port Database Username and Password Table Action on table Select the AS400 version in use Database server IP address Listening port number of DB server. Name of the database DB user authentication data. Name of the table to be written. Note that only one table can be written at a time On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create a table: The table is removed and created again. Create a table: The table does not exist and gets created. Create a table if not exists: The table is created if it does not exist. Drop a table if exists and create: The table is removed if it already exists and created again. Clear a table: The table content is deleted.

Basic settings

Creative Commons License

Talend Open Studio Components

141

Database components
tAS400Output

Action on data

On the data of the table defined, you can perform: Insert: Add new entries to the table. If duplicates are found, Job stops. Update: Make changes to existing entries Insert or update: Add entries or update existing ones. Update or insert: Update existing entries or create it if non existing Delete: Remove entries corresponding to the input flow. It is necessary to specify at least one column as a primary key on which the Update and Delete operations are based. You can do that by clicking Edit Schema and selecting the check box(es) next to the column(s) you want to set as primary key(s). For an advanced use, click the Advanced settings view where you can simultaneously define primary keys for the Update and Delete operations. To do that: Select the Use field options check box and then in the Key in update column, select the check boxes next to the column names you want to use as a base for the Update operation. Do the same in the Key in delete column for the Delete operation.

Schema type and Edit Schema

A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Die on error Advanced settings Additional JDBC parameters Encoding Type

Clear this check box to skip the row on error and complete the process for error-free rows. Specify additional connection properties in the existing DB connection. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select this check box to have access to the Commit every field where you can define the commit operation. Commit every: Enter the number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and, above all, better performance at execution.

Use commit control

142

Talend Open Studio Components

Creative Commons License

Database components
tAS400Output

Additional Columns

This option is not offered if you create (with or without drop) the DB table. This option allows you to call SQL functions to perform actions on columns, which are not insert, nor update or delete actions, or action that require particular preprocessing. Name: Type in the name of the schema column to be altered or inserted as new column SQL expression: Type in the SQL statement to be executed in order to alter or insert the relevant column data. Position: Select Before, Replace or After following the action to be performed on the reference column. Reference column: Type in a column of reference that the tDBOutput can use to place or replace the new or altered column.

Use field options Enable debug mode tStateCatcher Statistics Usage

Select this check box to customize a request, especially when there is double action on data. Select this check box to display each step during processing entries in a database. Select this check box to collect log data at the component level.

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For related topics, see tDBOutput Scenario: Displaying DB output on page 168 tMySQLOutput Scenario 1: Adding a new column and altering data in a DB table on page 283.

Creative Commons License

Talend Open Studio Components

143

Database components
tAS400Row

tAS400Row
tAS400Row properties
Component family Databases/AS400

Function

tAS400Row 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 doesnt provide output. Depending on the nature of the query and the database, tAS400Row acts on the actual DB structure or on the data (although without handling data). The SQLBuilder tool helps you write easily your SQL statements. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. DB Version Use an existing connection Select the AS400 version in use Select this check box and click the relevant tAS400Connection component on the Component list to reuse the connection details you already defined. Database server IP address Listening port number of DB server. Name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type Either Built-in or Repository. Built-in: Fill in manually the query statement or build it graphically using SQLBuilder Repository: Select the relevant query stored in the Repository. The Query field gets accordingly filled in.

Purpose

Basic settings

Host Port Database Username and Password Schema type and Edit Schema

144

Talend Open Studio Components

Creative Commons License

Database components
tAS400Row

Query

Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition. Clear this check box to skip the row on error and complete the process for error-free rows. Specify additional connection properties in the existing DB connection Select this check box to insert the result of the query into a COLUMN of the current flow. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and above all better performance on executions. Select this check box to collect log data at the component level.

Die on error Advanced settings Additional JDBC parameters Propagate QUERYs recordset Encoding Type

Commit every

tStateCatcher Statistics Usage

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For related topics, see: tDBSQLRow Scenario: Resetting a DB auto-increment on page 172 tMySQLRow Scenario: Removing and regenerating a MySQL table index on page 301.

Creative Commons License

Talend Open Studio Components

145

Database components
tCreateTable

tCreateTable
You can find this component at the root of Databases group of the Palette of Talend Open Studio. tCreateTable covers needs related indirectly to the use of any database.

tCreateTable Properties
Component family Databases

Function Purpose Basic settings

tCreateTable creates, drops and creates or clear the specified table. This Java specific component helps create or drop any database table Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where properties are stored. The fields that follow are pre-filled in using fetched data. Database Type Select the DBMS type from the list. The component properties may differ slightly according to the database type selected from the list. Select the action to be carried out on the database among: Create table: when you know already that the table doesnt exist. Create table when not exists: when you dont know whether the table is already created or not Drop and create table: when you know that the table exists already and needs to be replaced. Select this check box if you want to save the created table temporarily. Select this check box in case you use a database connection component.

Table Action

MySQL MSSQLServer, MySQL, Oracle, PostgresPlus, Postgresql Oracle Access

Temporary table Use existing connection

Connection Type Access File

Drop-down list of available drivers. Name and path of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide. Name and path of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide. Name and path of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide. Name and path of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide.

Firebird

Firebird File

Interbase

Interbase File

SQLite

SQLite File

146

Talend Open Studio Components

Creative Commons License

Database components
tCreateTable

JavaDb HSQLDb HSQLDb AS400/Oracle All database types except Access, JavaDb, SQLite and ODBC

Framework Type Running Mode Use TLS/SSL Sockets DB Version Host

Select from the list a framework for your database. Select from the list the Server Mode that correspond to your DB setup. Select this check box to enable the secured mode, if required. Select the database version in use. Database server IP address

All database types Database name except Access, Firebird, HSQLDb, SQLite and ODBC JavaDb All database types except Access, AS400, Firebird, Interbase, JavaDb, SQLite and ODBC HSQLDb Informix ODBC DB Root Path Port

Name of the database.

Browse to your database root. Listening port number of the DB server.

DB Alias DB Server ODBC Name Username and Password Table name Schema type and Edit Schema

Name of the database. Name of the database server. Name of the database. DB user authentication data. Type in between quotes a name for the newly created table. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Reset the DB type by clicking the relevant button, to make sure data type is correct. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Advanced settings

Encoding

Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select this check box to gather the job processing metadata at a Job level as well as at each component level. Specify additional connection properties in the existing DB connection. 147

tStatcatcher Statistics

AS400/ MSSQL Server

Additional JDBC Parameters

Creative Commons License

Talend Open Studio Components

Database components
tCreateTable

Usage

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries. More scenarios are available for specific DB Input components

Scenario: Creating new table in a Mysql Database


The Job described below aims at creating a table in a database, made of a dummy schema taken from a delimited file schema stored in the Repository. This Job is composed of a single component.

Drop a tCreateTable component from the Databases family in the Palette to the design workspace. In the Basic settings view, and from the Database Type list, select Mysql for this scenario.

From the Table Action list, select Create table. Select the Use Existing Connection check box only if you are using a dedicated DB connection component, see tMysqlConnection on page 269. In this example, we wont use this option. In the Property type field, select Repository so that the connection fields that follow are automatically filled in. If you have not defined a metadata DB connection entry for your DB connection, fill in manually the details as Built-in. In the Table Name field, fill in a name for the table to be created. If you want to retrieve the Schema from the Metadata (it doesnt need to be a DB connection Schema metadata), select Repository then the relevant entry. In any case (Built-in or Repository) click Edit Schema to check the data type mapping.

148

Talend Open Studio Components

Creative Commons License

Database components
tCreateTable

Click the Reset DB Types button in case the DB type column is empty or shows discrepancies marks (orange color). This allows to map any data type to the relevant DB data type. Click OK to validate your changes and close the dialog box. Save your Job and press F6 to execute it. The table is created empty but with all columns defined in the Schema.

Creative Commons License

Talend Open Studio Components

149

Database components
tDB2BulkExec

tDB2BulkExec
tDB2BulkExec properties
Component family Databases/DB2

Function Purpose Basic settings

tDB2BulkExec executes the Insert action on the data provided. As a dedicated component, tDB2BulkExec allows gains in performance during Insert operations to a DB2 database. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tDB2Connection component on the Component List to reuse the connection details you already defined. Database server IP address Listening port number of DB server. Name of the database Name of the DB schema. DB user authentication data. Name of the table to be written. Note that only one table can be written at a time On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create table: The table is removed and created again. Create table: The table does not exist and gets created. Create table if not exists: The table is created if it does not exist. Drop table if exists and create: The table is removed if it already exists and created again. Clear table: The table content is deleted. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: You create the schema and store it locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide.

Host Port Database Table Schema Username and Password Table Action on table

Schema type and Edit Schema

150

Talend Open Studio Components

Creative Commons License

Database components
tDB2BulkExec

Repository: You have already created the schema and stored it in the Repository, hence can reuse it. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Data file Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide. On the data of the table defined, you can perform: Insert: Add new entries to the table. If duplicates are found, Job stops. Update: Make changes to existing entries Insert or update: Add entries or update existing ones. Update or insert: Update existing entries or create it if non existing Delete: Remove entries corresponding to the input flow. Character, string or regular expression to separate fields. Use this field to define the way months and days are ordered. Use this field to define the way hours, minutes and seconds are ordered. Use this field to define the way date and time are ordered. Select this check box to collect log data at the component level.

Action on data

Advanced settings

Field terminated by Date Format Time Format Timestamp Format tStateCatcher Statistics

Usage

This dedicated component offers performance and flexibility of DB2 query handling.

Related scenarios
For tDB2BulkExec related topics, see: tMysqlOutputBulkExec Scenario: Inserting transformed data in MySQL database on page 293. tOracleBulkExec Scenario: Truncating and inserting file data into Oracle DB on page 329.

Creative Commons License

Talend Open Studio Components

151

Database components
tDB2Input

tDB2Input
tDB2Input properties
Component family Databases/DB2

Function Purpose

tDB2Input reads a database and extracts fields based on a query. 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. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tDB2Connection component on the Component list to reuse the connection details you already defined. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Host Port Database Username and Password Schema type and Edit Schema Database server IP address Listening port number of DB server. Name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type and Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition.

Basic settings

Advanced settings

Encoding Type

Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling.

152

Talend Open Studio Components

Creative Commons License

Database components
tDB2Input

Trim all the String/Char columns Trim column tStateCatcher Statistics Usage

Select this check box to remove leading and trailing whitespace from all the String/Char columns. Remove leading and trailing whitespace from defined columns. Select this check box to collect log data at the component level.

This component covers all possibilities of SQL queries onto a DB2 database.

Related scenarios
For related topics, see tDBInput scenarios: Scenario 1: Displaying selected data from DB table on page 163 Scenario 2: Using StoreSQLQuery variable on page 164 See also the related topic in tContextLoad Scenario: Dynamic context use in MySQL DB insert on page 652.

Creative Commons License

Talend Open Studio Components

153

Database components
tDB2Output

tDB2Output
tDB2Output properties
Component family Databases/DB2

Function Purpose

tDB2Output writes, updates, makes changes or suppresses entries in a database. tDB2Output executes the action defined on the table and/or on the data contained in the table, based on the flow incoming from the preceding component in the Job. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tDB2Connection component on the Component list to reuse the connection details you already defined. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Host Port Database Username and Password Table Action on table Database server IP address Listening port number of DB server. Name of the database DB user authentication data. Name of the table to be written. Note that only one table can be written at a time On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create a table: The table is removed and created again. Create a table: The table does not exist and gets created. Create a table if not exists: The table is created if it does not exist. Drop a table if exists and create: The table is removed if it already exists and created again. Clear a table: The table content is deleted.

Basic settings

154

Talend Open Studio Components

Creative Commons License

Database components
tDB2Output

Action on data

On the data of the table defined, you can perform: Insert: Add new entries to the table. If duplicates are found, Job stops. Update: Make changes to existing entries Insert or update: Add entries or update existing ones. Update or insert: Update existing entries or create it if non existing Delete: Remove entries corresponding to the input flow. It is necessary to specify at least one column as a primary key on which the Update and Delete operations are based. You can do that by clicking Edit Schema and selecting the check box(es) next to the column(s) you want to set as primary key(s). For an advanced use, click the Advanced settings view where you can simultaneously define primary keys for the Update and Delete operations. To do that: Select the Use field options check box and then in the Key in update column, select the check boxes next to the column names you want to use as a base for the Update operation. Do the same in the Key in delete column for the Delete operation.

Schema type and Edit Schema

A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Die on error Advanced settings Encoding Type

Clear this check box to skip the row on error and complete the process for error-free rows. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. Enter the number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and, above all, better performance at execution. This option is not offered if you create (with or without drop) the DB table. This option allows you to call SQL functions to perform actions on columns, which are not insert, nor update or delete actions, or action that require particular preprocessing.

Commit every

Additional Columns

Creative Commons License

Talend Open Studio Components

155

Database components
tDB2Output

Name: Type in the name of the schema column to be altered or inserted as new column SQL expression: Type in the SQL statement to be executed in order to alter or insert the relevant column data. Position: Select Before, Replace or After following the action to be performed on the reference column. Reference column: Type in a column of reference that the tDBOutput can use to place or replace the new or altered column. Use field options Enable debug mode tStateCatcher Statistics Usage Select this check box to customize a request, especially when there is double action on data. Select this check box to display each step during processing entries in a database. Select this check box to collect log data at the component level.

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For tDB2Output related topics, see tDBOutput Scenario: Displaying DB output on page 168 tMySQLOutput Scenario 1: Adding a new column and altering data in a DB table on page 283.

156

Talend Open Studio Components

Creative Commons License

Database components
tDB2Row

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 doesnt provide output. Depending on the nature of the query and the database, tDB2Row acts on the actual DB structure or on the data (although without handling data). The SQLBuilder tool helps you write easily your SQL statements. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Host Port Database Username and Password Schema type and Edit Schema Select this check box and click the relevant tDB2Connection component on the Component list to reuse the connection details you already defined. Database server IP address Listening port number of DB server. Name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type Either Built-in or Repository. Built-in: Fill in manually the query statement or build it graphically using SQLBuilder Repository: Select the relevant query stored in the Repository. The Query field gets accordingly filled in. Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition.

Purpose

Basic settings

Creative Commons License

Talend Open Studio Components

157

Database components
tDB2Row

Die on error Advanced settings Propagate QUERYs recordset Encoding Type

Clear this check box to skip the row on error and complete the process for error-free rows. Select this check box to insert the result of the query into a COLUMN of the current flow. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and above all better performance on executions. Select this check box to collect log data at the component level.

Commit every

tStateCatcher Statistics Usage

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For tDB2Row related topics, see: tDBSQLRow Scenario: Resetting a DB auto-increment on page 172 tMySQLRow Scenario: Removing and regenerating a MySQL table index on page 301.

158

Talend Open Studio Components

Creative Commons License

Database components
tDB2SCD

tDB2SCD
tDB2SCD belongs to two component families: Business Intelligence and Databases. For more information on it, see tDB2SCD on page 2.

Creative Commons License

Talend Open Studio Components

159

Database components
tDB2SP

tDB2SP
tDB2SP properties
Component family Databases/DB2

Function Purpose Basic settings

tDB2SP calls the database stored procedure. tDB2SP offers a convenient way to centralize multiple or complex queries in a database and call them easily. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Host Port Database Username and Password Schema type and Edit Schema Database server IP address Listening port number of DB server. Name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. SP Name Is Function / Return result in Type in the exact name of the Stored Procedure Check this box, if a value only is to be returned. Select on the list the schema column, the value to be returned is based on.

160

Talend Open Studio Components

Creative Commons License

Database components
tDB2SP

Parameters

Click the Plus button and select the various Schema Columns that will be required by the procedures. Note that the SP schema can hold more columns than there are parameters used in the procedure. Select the Type of parameter: IN: Input parameter OUT: Output parameter/return value IN OUT: Input parameters is to be returned as value, likely after modification through the procedure (function). RECORDSET: Input parameters is to be returned as a set of values, rather than single value. Check the tParseRecordSet component if you want to analyze a set of records from a database table or DB query and return single records. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling.

Encoding Type

Usage Limitation

This component is used as intermediary component. It can be used as start component but only input parameters are thus allowed. The Stored Procedures syntax should match the Database syntax.

Related scenarios
For related topic, see tMysqlSP Scenario: Finding a State Label using a stored procedure on page 307. Check as well the tParseRecordSet component if you want to analyze a set of records from a database table or DB query and return single records.

Creative Commons License

Talend Open Studio Components

161

Database components
tDBInput

tDBInput
tDBInput properties
Component family Databases/DB Generic tDBInput reads a database and extracts fields based on a query. tDBInput 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. For performance reasons, a specific Input component (e.g.: tMySQLInput for MySQL database) should always be preferred to the generic component. Property type Either Built-in or Repository Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Connection type Database Username and Password Schema type and Edit Schema Drop-down list of available DBMS drivers. Name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling.

Function Purpose

Basic settings

Advanced settings

Encoding Type

162

Talend Open Studio Components

Creative Commons License

Database components
tDBInput

Trim all the String/Char columns Trim column tStateCatcher Statistics Usage

Select this check box to remove leading and trailing whitespace from all the String/Char columns. Remove leading and trailing whitespace from defined columns. Select this check box to collect log data at the component level.

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries using a generic ODBC connection.

Scenario 1: Displaying selected data from DB table


The following scenario creates a two-component Job, reading data from a database using a DB query and outputting delimited data into the standard output (console).

Drop a tDBInput and tLogRow component from the Palette to the design workspace. Right-click on the tDBInput component and select Row > Main. Drag this main row link onto the tLogRow component and release when the plug symbol displays. Double-click the tDBInput so the Component view shows up, and define the properties:

The component property data are Built-In for this scenario. Fill in the database name, the username and password in the corresponding fields. The schema is Built-In.This means that it is available for this Job and on this station only. Click on Edit Schema and create a 2-column description including shop code and sales. Enter the table name in the corresponding field.

Creative Commons License

Talend Open Studio Components

163

Database components
tDBInput

Type in the query making sure it includes all columns in the same order as defined in the Schema. In this case, as well select all columns of the schema, the asterisk symbol makes sense. Click on the second component to define it. Enter the fields separator. In this case, a pipe separator. Now go to the Run tab, and click on Run to execute the Job. The DB is parsed and queried data is extracted from the specified table and passed on to the job log console. You can view the output file straight on the console.

Scenario 2: Using StoreSQLQuery variable


StoreSQLQuery is a variable that can be used to debug a tDBInput scenario which does not operate correctly. It allows you to dynamically feed the SQL query set in your tDBInput component. Use the same scenario as scenario 1 above and add a third component, tPerl.
If you create scenario 1 using the Java language, you must use tJava in this step.

Connect tDBInput component to tPerl component using a trigger connection of ThenRun type. In this case, we want the tDBInput to run before the tPerl component.

Set both tDBInput and tLogRow component as in tDBInput scenario 1.

164

Talend Open Studio Components

Creative Commons License

Database components
tDBInput

Click anywhere on the design workspace to display the Contexts property panel. Create a new parameter called explicitly StoreSQLQuery. Enter a default value of 1. This value of 1 means the StoreSQLQuery is true for a use in the QUERY global variable. Click on the tPerl component and display the Component view. Enter the command Print to display the query content, press Ctrl+Space bar to access the variable list and select the global variable QUERY.

Go to your Run tab and execute the Job. The query entered in the tDBInput component shows at the end of the job results, on the log:

Creative Commons License

Talend Open Studio Components

165

Database components
tDBOutput

tDBOutput
tDBOutput properties
Component family Databases

Function Purpose

tDBOutput writes, updates, makes changes or suppresses entries in a database. tDBOutput executes the action defined on the table and/or on the data contained in the table, based on the flow incoming from the preceding component in the Job. Specific Output component should always be preferred to generic component. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Connection type Database Username and Password Table Action on table List of available drivers. Name of the database DB user authentication data. Name of the table to be written. Note that only one table can be written at a time On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create a table: The table is removed and created again. Create a table: The table does not exist and gets created. Create a table if not exists: The table is created if it does not exist. Drop a table if exists and create: The table is removed if it already exists and created again. Clear a table: The table content is deleted.

Basic settings

166

Talend Open Studio Components

Creative Commons License

Database components
tDBOutput

Action on data

On the data of the table defined, you can perform: Insert: Add new entries to the table. If duplicates are found, Job stops. Update: Make changes to existing entries Insert or update: Add entries or update existing ones. Update or insert: Update existing entries or create it if non existing Delete: Remove entries corresponding to the input flow. It is necessary to specify at least one column as a primary key on which the Update and Delete operations are based. You can do that by clicking Edit Schema and selecting the check box(es) next to the column(s) you want to set as primary key(s). For an advanced use, click the Advanced settings view where you can simultaneously define primary keys for the Update and Delete operations. To do that: Select the Use field options check box and then in the Key in update column, select the check boxes next to the column names you want to use as a base for the Update operation. Do the same in the Key in delete column for the Delete operation.

Schema type and Edit Schema

A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Die on error Advanced settings Encoding Type

Clear this check box to skip the row on error and complete the process for error-free rows. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. Enter the number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and, above all, better performance at execution. This option is not offered if you create (with or without drop) the DB table. This option allows you to call SQL functions to perform actions on columns, which are not insert, nor update or delete actions, or action that require particular preprocessing.

Commit every

Additional Columns

Creative Commons License

Talend Open Studio Components

167

Database components
tDBOutput

Name: Type in the name of the schema column to be altered or inserted as new column SQL expression: Type in the SQL statement to be executed in order to alter or insert the relevant column data. Position: Select Before, Replace or After following the action to be performed on the reference column. Reference column: Type in a column of reference that the tDBOutput can use to place or replace the new or altered column. Use field options Enable debug mode tStateCatcher Statistics Usage Select this check box to customize a request, especially when there is double action on data. Select this check box to display each step during processing entries in a database. Select this check box to collect log data at the component level.

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Scenario: Displaying DB output


This following scenario is a three-component Job aiming at creating a new table in the database defined and filling it with data. The tFileInputdelimited passes on the Input flow to the tDBoutput component. As the content of a DB is not viewable as such, a tLogRow component is used to display the main flow on the Run console.

Drop the three components required for this Job from the Palette to the design workspace. On the Basic settings tab of tFileInputDelimited, define the input flow parameters. In this use case, the file contains cars owner id, makes, color and registration references organized as follows: semi-colon as field separator, carriage return as row separator. The input file contains a header row to be considered in the schema. If this file is already described in your metadata, you can retrieve the properties by selecting the relevant repository entry list.

168

Talend Open Studio Components

Creative Commons License

Database components
tDBOutput

And also, if your schema is already loaded in the Repository, select Repository as Schema type and choose the relevant metadata entry in the list. If you havent defined the schema already, define the data structure in the built-in schema you edit. Restrict the extraction to 10 lines, for this example. Then define the tDBOutput component to configure the output flow. Select the database to connect to. Note that you can store all the database connection details in different context variables. For more information about how to create and use context variables Defining Contexts and variables in Talend Open Studio User Guide.

Fill in the table name in the Table field. Then select the operations to be performed: As Action on table, select Drop and create table in the list. This allows you to overwrite the possible existing table with the new selected data. Alternatively you can insert only extra rows into an existing table, but note that duplicate management is not supported natively. See tUniqRow Properties on page 126 for further information. As Action on data, select Insert. The data flow incoming as input will be thus added to the selected table. To view the output flow easily, connect the DBOuput component to an tLogRow component. Define the field separator as a pipe symbol. Press F6 to execute the Job.

Creative Commons License

Talend Open Studio Components

169

Database components
tDBOutput

As the processing can take some time to reach the tLogRow component, we recommend you to enable the Statistics functionality on the Run console.

Related topic: tMysqlOutput properties on page 281

170

Talend Open Studio Components

Creative Commons License

Database components
tDBSQLRow

tDBSQLRow
tDBSQLRow properties
Component family Databases/DB Generic tDBSQLRow is the generic component for 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 doesnt provide output. For performance reasons, specific DB component should always be preferred to the generic component. Depending on the nature of the query and the database, tDBSQLRow acts on the actual DB structure or on the data (although without handling data). The SQLBuilder tool helps you write easily your SQL statements. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Database Username and Password Schema type and Edit Schema Name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type Either Built-in or Repository. Built-in: Fill in manually the query statement or build it graphically using SQLBuilder Repository: Select the relevant query stored in the Repository. The Query field gets accordingly filled in. Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition. Select this check box to insert the result of the query into a COLUMN of the current flow.

Function

Purpose

Basic settings

Advanced settings

Propagate QUERYs recordset

Creative Commons License

Talend Open Studio Components

171

Database components
tDBSQLRow

Encoding Type

Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and above all better performance on executions. Select this check box to collect log data at the component level.

Commit every

tStateCatcher Statistics Usage

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries. Note: Use the relevant DBRow component according to the DB type you use. Most of databases have their specific DBRow components.

Scenario: Resetting a DB auto-increment


This scenario describes a single component Job which aims at re-initializing the DB auto-increment to 1. This job has no output and is generally to be used before running a script.

Drag and drop a tDBSQLRow component from the Palette to the design workspace. On the Basic settings panel, fill in the DB connection properties.

The general connection information to the database is stored in the Repository. The Database Driver is a generic ODBC driver. The Schema type is built-in for this Job and describes the Talend database structure. The schema doesnt really matter for this particular instance of Job as the action is made on the table auto-increment and not on data.

172

Talend Open Studio Components

Creative Commons License

Database components
tDBSQLRow

The Query type is also built-in. Click on the three dot button to launch the SQLbuilder editor, or else type in directly in the Query area: Alter table <TableName> auto_increment = 1 Then click OK to validate the Basic settings. Then press F6 to run the Job. The database autoincrement is reset to 1. Related topics: tMysqlRow properties on page 300.

Creative Commons License

Talend Open Studio Components

173

Database components
tFirebirdInput

tFirebirdInput
tFirebirdInput properties
Component family Databases/FireBird

Function Purpose

tFirebirdInput reads a database and extracts fields based on a query. tFirebirdInput 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. Property type Either Built-in or Repository Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Host Database Username and Password Schema type and Edit Schema Database server IP address Name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type and Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition.

Basic settings

Advanced settings

Additional JDBC parameters Encoding Type

Specify additional connection properties in the existing DB connection. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. When selected, helps to decide the row set to work with at a time and thus optimize performance. Select this check box to remove leading and trailing whitespace from all the String/Char columns. Remove leading and trailing whitespace from defined columns.

Enable stream Trim all the String/Char columns Trim column

174

Talend Open Studio Components

Creative Commons License

Database components
tFirebirdInput

tStateCatcher Statistics Usage

Select this check box to collect log data at the component level.

This component covers all possibilities of SQL queries onto a FireBird database.

Related scenarios
For related topics, see generic tDBInput scenarios: Scenario 1: Displaying selected data from DB table on page 163 Scenario 2: Using StoreSQLQuery variable on page 164 See also related topic in tContextLoad Scenario: Dynamic context use in MySQL DB insert on page 652.

Creative Commons License

Talend Open Studio Components

175

Database components
tFirebirdOutput

tFirebirdOutput
tFirebirdOutput properties
Component family Databases/FireBird

Function Purpose

tFirebirdOutput writes, updates, makes changes or suppresses entries in a database. tFirebirdOutput executes the action defined on the table and/or on the data contained in the table, based on the flow incoming from the preceding component in the Job. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Host Port Database Username and Password Table Action on table Database server IP address Listening port number of DB server. Name of the database DB user authentication data. Name of the table to be written. Note that only one table can be written at a time On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create a table: The table is removed and created again. Create a table: The table does not exist and gets created. Create a table if not exists: The table is created if it does not exist. Drop a table if exists and create: The table is removed if it already exists and created again. Clear a table: The table content is deleted.

Basic settings

176

Talend Open Studio Components

Creative Commons License

Database components
tFirebirdOutput

Action on data

On the data of the table defined, you can perform: Insert: Add new entries to the table. If duplicates are found, Job stops. Update: Make changes to existing entries Insert or update: Add entries or update existing ones. Update or insert: Update existing entries or create it if non existing Delete: Remove entries corresponding to the input flow. It is necessary to specify at least one column as a primary key on which the Update and Delete operations are based. You can do that by clicking Edit Schema and selecting the check box(es) next to the column(s) you want to set as primary key(s). For an advanced use, click the Advanced settings view where you can simultaneously define primary keys for the Update and Delete operations. To do that: Select the Use field options check box and then in the Key in update column, select the check boxes next to the column names you want to use as a base for the Update operation. Do the same in the Key in delete column for the Delete operation.

Schema type and Edit Schema

A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Die on error Advanced settings Encoding Type

Clear this check box to skip the row on error and complete the process for error-free rows. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. Enter the number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and, above all, better performance at execution. This option is not offered if you create (with or without drop) the DB table. This option allows you to call SQL functions to perform actions on columns, which are not insert, nor update or delete actions, or action that require particular preprocessing.

Commit every

Additional Columns

Creative Commons License

Talend Open Studio Components

177

Database components
tFirebirdOutput

Name: Type in the name of the schema column to be altered or inserted as new column SQL expression: Type in the SQL statement to be executed in order to alter or insert the relevant column data. Position: Select Before, Replace or After following the action to be performed on the reference column. Reference column: Type in a column of reference that the tDBOutput can use to place or replace the new or altered column. Use field options Enable debug mode tStateCatcher Statistics Usage Select this check box to customize a request, especially when there is double action on data. Select this check box to display each step during processing entries in a database. Select this check box to collect log data at the component level.

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For related topics, see: tDBOutput Scenario: Displaying DB output on page 168 tMySQLOutput Scenario 1: Adding a new column and altering data in a DB table on page 283.

178

Talend Open Studio Components

Creative Commons License

Database components
tFirebirdRow

tFirebirdRow
tFirebirdRow properties
Component family Databases/FireBird

Function

tFirebirdRow 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 doesnt provide output. Depending on the nature of the query and the database, tFirebirdRow acts on the actual DB structure or on the data (although without handling data). The SQLBuilder tool helps you write easily your SQL statements. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tFirebirdConnection component on the Component list to reuse the connection details you already defined. Database server IP address Listening port number of DB server. Name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type Either Built-in or Repository. Built-in: Fill in manually the query statement or build it graphically using SQLBuilder Repository: Select the relevant query stored in the Repository. The Query field gets accordingly filled in.

Purpose

Basic settings

Host Port Database Username and Password Schema type and Edit Schema

Creative Commons License

Talend Open Studio Components

179

Database components
tFirebirdRow

Query

Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition. Clear this check box to skip the row on error and complete the process for error-free rows. Select this check box to insert the result of the query into a COLUMN of the current flow. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and above all better performance on executions. Select this check box to collect log data at the component level.

Die on error Advanced settings Propagate QUERYs recordset Encoding Type

Commit every

tStateCatcher Statistics Usage

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For related topics, see: tDBSQLRow Scenario: Resetting a DB auto-increment on page 172 tMySQLRow Scenario: Removing and regenerating a MySQL table index on page 301.

180

Talend Open Studio Components

Creative Commons License

Database components
tHSQLDbInput

tHSQLDbInput
tHSQLDbInput properties
Component family Databases/HSQLDb

Function Purpose

tHSQLDbInput reads a database and extracts fields based on a query. tHSQLDbInput 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. Property type Either Built-in or Repository Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Running Mode Use TLS/SSL sockets Host Port Database Alias Username and Password Schema type and Edit Schema Select on the list the Server Mode corresponding to your DB setup. select this check box to enable the secured mode if required. Database server IP address Listening port number of DB server. Alias name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type and Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition.

Basic settings

Creative Commons License

Talend Open Studio Components

181

Database components
tHSQLDbInput

Advanced settings

Trim all the String/Char columns Trim column tStateCatcher Statistics

Select this check box to remove leading and trailing whitespace from all the String/Char columns. Remove leading and trailing whitespace from defined columns. Select this check box to collect log data at the component level.

Usage

This component covers all possibilities of SQL queries onto an HSQLDb database.

Related scenarios
For related topics, see tDBInput scenarios: Scenario 1: Displaying selected data from DB table on page 163 Scenario 2: Using StoreSQLQuery variable on page 164 See also the related topic in tContextLoad Scenario: Dynamic context use in MySQL DB insert on page 652.

182

Talend Open Studio Components

Creative Commons License

Database components
tHSQLDbOutput

tHSQLDbOutput
tHSQLDbOutput properties
Component family Databases/HSQLDb

Function Purpose

tHSQLDbOutput writes, updates, makes changes or suppresses entries in a database. tHSQLDbOutput executes the action defined on the table and/or on the data contained in the table, based on the flow incoming from the preceding component in the Job. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Running Mode Use TLS/SSL sockets Host Port Database Username and Password Table Action on table Select on the list the Server Mode corresponding to your DB setup. Select this check box to enable the secured mode if required. Database server IP address Listening port number of DB server. Name of the database DB user authentication data. Name of the table to be written. Note that only one table can be written at a time On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create a table: The table is removed and created again. Create a table: The table does not exist and gets created. Create a table if not exists: The table is created if it does not exist. Drop a table if exists and create: The table is removed if it already exists and created again. Clear a table: The table content is deleted.

Basic settings

Creative Commons License

Talend Open Studio Components

183

Database components
tHSQLDbOutput

Action on data

On the data of the table defined, you can perform: Insert: Add new entries to the table. If duplicates are found, Job stops. Update: Make changes to existing entries Insert or update: Add entries or update existing ones. Update or insert: Update existing entries or create it if non existing Delete: Remove entries corresponding to the input flow. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Schema type and Edit Schema

Die on error Advanced settings Encoding Type

Clear this check box to skip the row on error and complete the process for error-free rows. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. Enter the number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and, above all, better performance at execution. This option is not offered if you create (with or without drop) the DB table. This option allows you to call SQL functions to perform actions on columns, which are not insert, nor update or delete actions, or action that require particular preprocessing. Name: Type in the name of the schema column to be altered or inserted as new column SQL expression: Type in the SQL statement to be executed in order to alter or insert the relevant column data. Position: Select Before, Replace or After following the action to be performed on the reference column. Reference column: Type in a column of reference that the tDBOutput can use to place or replace the new or altered column.

Commit every

Additional Columns

Use field options Enable debug mode

Select this check box to customize a request, especially when there is double action on data. Select this check box to display each step during processing entries in a database.

184

Talend Open Studio Components

Creative Commons License

Database components
tHSQLDbOutput

tStateCatcher Statistics Usage

Select this check box to collect log data at the component level.

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For related topics, see tDBOutput Scenario: Displaying DB output on page 168 tMySQLOutput Scenario 1: Adding a new column and altering data in a DB table on page 283.

Creative Commons License

Talend Open Studio Components

185

Database components
tHSQLDbRow

tHSQLDbRow
tHSQLDbRow properties
Component family Databases/HSQLDb

Function

tHSQLDbRow 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 doesnt provide output. Depending on the nature of the query and the database, tHSQLDbRow acts on the actual DB structure or on the data (although without handling data). The SQLBuilder tool helps you write easily your SQL statements. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Running Mode Use TLS/SSL sockets Host Port Database Username and Password Schema type and Edit Schema Select on the list the Server Mode corresponding to your DB setup. Select this check box to enable the secured mode if required. Database server IP address Listening port number of DB server. Name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type Either Built-in or Repository. Built-in: Fill in manually the query statement or build it graphically using SQLBuilder Repository: Select the relevant query stored in the Repository. The Query field gets accordingly filled in.

Purpose

Basic settings

186

Talend Open Studio Components

Creative Commons License

Database components
tHSQLDbRow

Query

Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition. Clear this check box to skip the row on error and complete the process for error-free rows. Select this check box to insert the result of the query into a COLUMN of the current flow. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and above all better performance on executions. Select this check box to collect log data at the component level.

Die on error Advanced settings Propagate QUERYs recordset Encoding Type

Commit every

tStateCatcher Statistics Usage

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For related topics, see: tDBSQLRow Scenario: Resetting a DB auto-increment on page 172 tMySQLRow Scenario: Removing and regenerating a MySQL table index on page 301.

Creative Commons License

Talend Open Studio Components

187

Database components
tInformixInput

tInformixInput
tInformixInput properties
Component family Databases/Informix

Function Purpose

tInformixInput reads a database and extracts fields based on a query. tInformixInput 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. Property type Either Built-in or Repository Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Host Port Database DB server Username and Password Schema type and Edit Schema Database server IP address Listening port number of DB server. Name of the database Name of the database server DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type and Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition. Encoding Type Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling.

Basic settings

Usage

This component covers all possibilities of SQL queries onto a DB2 database.

188

Talend Open Studio Components

Creative Commons License

Database components
tInformixInput

Related scenarios
For related topics, see tDBInput scenarios: Scenario 1: Displaying selected data from DB table on page 163 Scenario 2: Using StoreSQLQuery variable on page 164 See also the tContextLoad Scenario: Dynamic context use in MySQL DB insert on page 652.

Creative Commons License

Talend Open Studio Components

189

Database components
tInformixOutput

tInformixOutput
tInformixOutput properties
Component family Databases/Informix

Function Purpose

tInformixOutput writes, updates, makes changes or suppresses entries in a database. tInformixOutput executes the action defined on the table and/or on the data contained in the table, based on the flow incoming from the preceding component in the Job. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Host Port Database DB server Username and Password Table Action on table Database server IP address Listening port number of DB server. Name of the database Name of the database server DB user authentication data. Name of the table to be written. Note that only one table can be written at a time On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create a table: The table is removed and created again. Create a table: The table does not exist and gets created. Create a table if not exists: The table is created if it does not exist. Drop a table if exists and create: The table is removed if it already exists and created again.. Clear a table: The table content is deleted.

Basic settings

190

Talend Open Studio Components

Creative Commons License

Database components
tInformixOutput

Action on data

On the data of the table defined, you can perform: Insert: Add new entries to the table. If duplicates are found, Job stops. Update: Make changes to existing entries Insert or update: Add entries or update existing ones. Update or insert: Update existing entries or create it if non existing Delete: Remove entries corresponding to the input flow. It is necessary to specify at least one column as a primary key on which the Update and Delete operations are based. You can do that by clicking Edit Schema and selecting the check box(es) next to the column(s) you want to set as primary key(s). For an advanced use, click the Advanced settings view where you can simultaneously define primary keys for the Update and Delete operations. To do that: Select the Use field options check box and then in the Key in update column, select the check boxes next to the column names you want to use as a base for the Update operation. Do the same in the Key in delete column for the Delete operation.

Schema type and Edit Schema

A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Die on error Advanced settings Additional JDBC parameters Extend Insert

Clear this check box to skip the row on error and complete the process for error-free rows. Specify additional connection properties in the existing DB connection. Select this check box to carry out a bulk insert of a definable set of lines instead of inserting lines one by one. The gain in system performance is huge. Number of rows per insert:: enter the number of rows to be inserted as one block. Note that too high value decreases performance due to memory issues. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling.

Encoding Type

Creative Commons License

Talend Open Studio Components

191

Database components
tInformixOutput

Commit every

Number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and, above all, better performance at executions. This option is not offered if you create (with or without drop) the DB table. This option allows you to call SQL functions to perform actions on columns, which are not insert, nor update or delete actions, or action that require particular preprocessing. Name: Type in the name of the schema column to be altered or inserted as new column SQL expression: Type in the SQL statement to be executed in order to alter or insert the relevant column data. Position: Select Before, Replace or After following the action to be performed on the reference column. Reference column: Type in a column of reference that the tDBOutput can use to place or replace the new or altered column.

Additional Columns

Use field options Enable debug mode tStateCatcher Statistics Usage

Select this check box to customize a request, especially when there is double action on data. Select this check box to display each step during processing entries in a database. Select this check box to collect log data at the component level.

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For tInformixOutput related topics, see tDBOutput Scenario: Displaying DB output on page 168 tMySQLOutput Scenario 1: Adding a new column and altering data in a DB table on page 283.

192

Talend Open Studio Components

Creative Commons License

Database components
tInformixRow

tInformixRow
tInformixRow properties
Component family Databases/Informix

Function

tInformixRow 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 doesnt provide output. Depending on the nature of the query and the database, tInformixRow acts on the actual DB structure or on the data (although without handling data). The SQLBuilder tool helps you write easily your SQL statements. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Host Port Database Username and Password Schema type and Edit Schema Database server IP address Listening port number of DB server. Name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type Either Built-in or Repository. Built-in: Fill in manually the query statement or build it graphically using SQLBuilder Repository: Select the relevant query stored in the Repository. The Query field gets accordingly filled in. Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition. Clear this check box to skip the row on error and complete the process for error-free rows.

Purpose

Basic settings

Die on error

Creative Commons License

Talend Open Studio Components

193

Database components
tInformixRow

Advanced settings

Additional JDBC parameters Propagate QUERYs recordset Encoding Type

Specify additional connection properties in the existing DB connection Select this check box to insert the result of the query into a COLUMN of the current flow. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and above all better performance on executions. Select this check box to collect log data at the component level.

Commit every

tStateCatcher Statistics Usage

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For related topics, see: tDBSQLRow Scenario: Resetting a DB auto-increment on page 172 tMySQLRow Scenario: Removing and regenerating a MySQL table index on page 301.

194

Talend Open Studio Components

Creative Commons License

Database components
tIngresCommit

tIngresCommit
tIngresCommit Properties
This component is closely related to tIngresConnection and tIngresRollback. It usually does not make much sense to use these components independently in a transaction.
Component family Databases/Ingres

Function Purpose

Validates the data processed through the Job into the connected DB 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. Component list Select the tIngresConnection component in the list if more than one connection are planned for the current Job. Clear this check box to continue to use the selected connection once the component has performed its task.

Basic settings

Close Connection

Usage Limitation

This component is to be used along with Ingres components, especially with tIngresConnection and tIngresRollback. n/a

Related scenario
For tIngresCommit related scenario, see Scenario: Inserting data in mother/daughter tables on page 269.

Creative Commons License

Talend Open Studio Components

195

Database components
tIngresConnection

tIngresConnection
tIngresConnection Properties
This component is closely related to tIngresCommit and tIngresRollback. It usually does not make much sense to use one of these without using a tIngresConnection component to open a connection for the current transaction.
Component family Databases/Ingres

Function Purpose Basic settings

Opens a connection to the database for a current transaction. Allows to commit a whole job data in one go to the output database as one transaction when validated. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Server Port Database Username and Password Use or register a shared DB Connection Database server IP address. Listening port number of DB server. Name of the database DB user authentication data. Select this check box to share your connection or fetch a connection shared by a parent or child Job. Shared DB Connection Name: set or type in the shared connection name.

Usage Limitation

This component is to be used along with Ingres components, especially with tIngresCommit and tIngresRollback. n/a

Related scenarios
For tIngresConnection related scenario, see Scenario: Inserting data in mother/daughter tables on page 269.

196

Talend Open Studio Components

Creative Commons License

Database components
tIngresInput

tIngresInput
tIngresInput properties
Component family Databases/Ingres

Function Purpose

tIngresInput reads a database and extracts fields based on a query. tIngresInput 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. Property type Either Built-in or Repository Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Server Port Database Username and Password Schema type and Edit Schema Database server IP address Listening port number of DB server. Name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type and Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition.

Basic settings

Advanced settings

Trim all the String/Char columns Trim column

Select this check box to remove leading and trailing whitespace from all the String/Char columns. Remove leading and trailing whitespace from defined columns.

Creative Commons License

Talend Open Studio Components

197

Database components
tIngresInput

tStateCatcher Statistics Usage

Select this check box to collect log data at the component level.

This component covers all possibilities of SQL queries onto an Ingres database.

Related scenarios
For related topics, see tDBInput scenarios: Scenario 1: Displaying selected data from DB table on page 163 Scenario 2: Using StoreSQLQuery variable on page 164 See also, the tContextLoad Scenario: Dynamic context use in MySQL DB insert on page 652.

198

Talend Open Studio Components

Creative Commons License

Database components
tIngresOutput

tIngresOutput
tIngresOutput properties
Component family Databases/Ingres

Function Purpose

tIngresOutput writes, updates, makes changes or suppresses entries in a database. tIngresOutput executes the action defined on the table and/or on the data contained in the table, based on the flow incoming from the preceding component in the Job. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Host Port Database Username and Password Table Action on table Database server IP address Listening port number of DB server. Name of the database DB user authentication data. Name of the table to be written. Note that only one table can be written at a time On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create a table: The table is removed and created again. Create a table: The table does not exist and gets created. Create a table if not exists: The table is created if it does not exist. Drop a table if exists and create: The table is removed if it already exists and created again. Clear a table: The table content is deleted.

Basic settings

Creative Commons License

Talend Open Studio Components

199

Database components
tIngresOutput

Action on data

On the data of the table defined, you can perform: Insert: Add new entries to the table. If duplicates are found, Job stops. Update: Make changes to existing entries Insert or update: Add entries or update existing ones. Update or insert: Update existing entries or create it if non existing Delete: Remove entries corresponding to the input flow. It is necessary to specify at least one column as a primary key on which the Update and Delete operations are based. You can do that by clicking Edit Schema and selecting the check box(es) next to the column(s) you want to set as primary key(s). For an advanced use, click the Advanced settings view where you can simultaneously define primary keys for the Update and Delete operations. To do that: Select the Use field options check box and then in the Key in update column, select the check boxes next to the column names you want to use as a base for the Update operation. Do the same in the Key in delete column for the Delete operation.

Schema type and Edit Schema

A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Die on error Advanced settings Encoding Type

Clear this check box to skip the row on error and complete the process for error-free rows. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. Enter the number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and, above all, better performance at execution. This option is not offered if you create (with or without drop) the DB table. This option allows you to call SQL functions to perform actions on columns, which are not insert, nor update or delete actions, or action that require particular preprocessing.

Commit every

Additional Columns

200

Talend Open Studio Components

Creative Commons License

Database components
tIngresOutput

Name: Type in the name of the schema column to be altered or inserted as new column SQL expression: Type in the SQL statement to be executed in order to alter or insert the relevant column data. Position: Select Before, Replace or After following the action to be performed on the reference column. Reference column: Type in a column of reference that the tDBOutput can use to place or replace the new or altered column. Use field options Enable debug mode tStateCatcher Statistics Usage Select this check box to customize a request, especially when there is double action on data. Select this check box to display each step during processing entries in a database. Select this check box to collect log data at the component level.

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For related topics, see: tDBOutput Scenario: Displaying DB output on page 168 tMySQLOutput Scenario 1: Adding a new column and altering data in a DB table on page 283.

Creative Commons License

Talend Open Studio Components

201

Database components
tIngresRollback

tIngresRollback
tIngresRollback properties
This component is closely related to tIngresCommit and tIngresConnection. It usually does not make much sense to use these components independently in a transaction.
Component family Databases/Ingres

Function Purpose Basic settings

tIngresRollback cancels the transaction committed in the connected DB. Avoids to commit part of a transaction involuntarily. Component list Select the tIngresConnection component in the list if more than one connection are planned for the current Job. Clear this check box to continue to use the selected connection once the component has performed its task.

Close Connection

Usage Limitation

This component is to be used along with Ingres components, especially with tIngresConnection and tIngresCommit. n/a

Related scenarios
For tIngresRollback related scenario, see Scenario: Rollback from inserting data in mother/daughter tables on page 299.

202

Talend Open Studio Components

Creative Commons License

Database components
tIngresRow

tIngresRow
tIngresRow properties
Component family Databases/Ingres

Function

tIngresRow 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 doesnt provide output. Depending on the nature of the query and the database, tIngresRow acts on the actual DB structure or on the data (although without handling data). The SQLBuilder tool helps you write easily your SQL statements. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Host Port Database Username and Password Schema type and Edit Schema Database server IP address Listening port number of DB server. Name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type Either Built-in or Repository. Built-in: Fill in manually the query statement or build it graphically using SQLBuilder Repository: Select the relevant query stored in the Repository. The Query field gets accordingly filled in. Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition. Clear this check box to skip the row on error and complete the process for error-free rows.

Purpose

Basic settings

Die on error

Creative Commons License

Talend Open Studio Components

203

Database components
tIngresRow

Advanced settings

Additional JDBC parameters Propagate QUERYs recordset Encoding Type

Specify additional connection properties in the existing DB connection Select this check box to insert the result of the query into a COLUMN of the current flow. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and above all better performance on executions. Select this check box to collect log data at the component level.

Commit every

tStateCatcher Statistics Usage

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For related topics, see: tDBSQLRow Scenario: Resetting a DB auto-increment on page 172 tMySQLRow Scenario: Removing and regenerating a MySQL table index on page 301.

204

Talend Open Studio Components

Creative Commons License

Database components
tIngresSCD

tIngresSCD
tIngresSCD belongs to two component families: Business Intelligence and Databases. For more information on it, see tIngresSCD on page 4.

Creative Commons License

Talend Open Studio Components

205

Database components
tInterbaseInput

tInterbaseInput
tInterbaseInput properties
Component family Databases/Interbase

Function Purpose

tInterbaseInput reads a database and extracts fields based on a query. tInterbaseInput 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. Property type Either Built-in or Repository Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Host Database Username and Password Schema type and Edit Schema Database server IP address Name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type and Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition.

Basic settings

Advanced settings

Encoding Type

Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select this check box to remove leading and trailing whitespace from all the String/Char columns. Remove leading and trailing whitespace from defined columns.

Trim all the String/Char columns Trim column

206

Talend Open Studio Components

Creative Commons License

Database components
tInterbaseInput

tStateCatcher Statistics Usage

Select this check box to collect log data at the component level.

This component covers all possibilities of SQL queries onto an Interbase database.

Related scenarios
For related topics, see tDBInput scenarios: Scenario 1: Displaying selected data from DB table on page 163 Scenario 2: Using StoreSQLQuery variable on page 164 See also the related topic in tContextLoad Scenario: Dynamic context use in MySQL DB insert on page 652.

Creative Commons License

Talend Open Studio Components

207

Database components
tInterbaseOutput

tInterbaseOutput
tInterbaseOutput properties
Component family Databases/Interbase

Function Purpose

tInterbaseOutput writes, updates, makes changes or suppresses entries in a database. tInterbaseOutput executes the action defined on the table and/or on the data contained in the table, based on the flow incoming from the preceding component in the Job. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Host Database Username and Password Table Action on table Database server IP address Name of the database DB user authentication data. Name of the table to be written. Note that only one table can be written at a time On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create a table: The table is removed and created again. Create a table: The table does not exist and gets created. Create a table if not exists: The table is created if it does not exist. Drop table if exists and create: The table is removed if it already exists and created again.. Clear a table: The table content is deleted.

Basic settings

208

Talend Open Studio Components

Creative Commons License

Database components
tInterbaseOutput

Action on data

On the data of the table defined, you can perform: Insert: Add new entries to the table. If duplicates are found, Job stops. Update: Make changes to existing entries Insert or update: Add entries or update existing ones. Update or insert: Update existing entries or create it if non existing Delete: Remove entries corresponding to the input flow. It is necessary to specify at least one column as a primary key on which the Update and Delete operations are based. You can do that by clicking Edit Schema and selecting the check box(es) next to the column(s) you want to set as primary key(s). For an advanced use, click the Advanced settings view where you can simultaneously define primary keys for the Update and Delete operations. To do that: Select the Use field options check box and then in the Key in update column, select the check boxes next to the column names you want to use as a base for the Update operation. Do the same in the Key in delete column for the Delete operation.

Clear data in table Schema type and Edit Schema

Wipes out data from the selected table before action. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Die on error Advanced settings Encoding Type

Clear this check box to skip the row on error and complete the process for error-free rows. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. Enter the number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and, above all, better performance at execution. This option is not offered if you create (with or without drop) the DB table. This option allows you to call SQL functions to perform actions on columns, which are not insert, nor update or delete actions, or action that require particular preprocessing.

Commit every

Additional Columns

Creative Commons License

Talend Open Studio Components

209

Database components
tInterbaseOutput

Name: Type in the name of the schema column to be altered or inserted as new column SQL expression: Type in the SQL statement to be executed in order to alter or insert the relevant column data. Position: Select Before, Replace or After following the action to be performed on the reference column. Reference column: Type in a column of reference that the tDBOutput can use to place or replace the new or altered column. Use field options Enable debug mode tStateCatcher Statistics Usage Select this check box to customize a request, especially when there is double action on data. Select this check box to display each step during processing entries in a database. Select this check box to collect log data at the component level.

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For related topics, see tDBOutput Scenario: Displaying DB output on page 168 tMySQLOutput Scenario 1: Adding a new column and altering data in a DB table on page 283.

210

Talend Open Studio Components

Creative Commons License

Database components
tInterbaseRow

tInterbaseRow
tInterbaseRow properties
Component family Databases/Interbase

Function

tInterbaseRow 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 doesnt provide output. Depending on the nature of the query and the database, tInterbaseRow acts on the actual DB structure or on the data (although without handling data). The SQLBuilder tool helps you write easily your SQL statements. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tInterbaseConnection component on the Component list to reuse the connection details you already defined. Database server IP address Name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type Either Built-in or Repository. Built-in: Fill in manually the query statement or build it graphically using SQLBuilder Repository: Select the relevant query stored in the Repository. The Query field gets accordingly filled in. Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition.

Purpose

Basic settings

Host Database Username and Password Schema type and Edit Schema

Creative Commons License

Talend Open Studio Components

211

Database components
tInterbaseRow

Die on error Advanced settings Propagate QUERYs recordset Encoding Type

Clear this check box to skip the row on error and complete the process for error-free rows. Select this check box to insert the result of the query into a COLUMN of the current flow. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and above all better performance on executions. Select this check box to collect log data at the component level.

Commit every

tStateCatcher Statistics Usage

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For related topics, see: tDBSQLRow Scenario: Resetting a DB auto-increment on page 172 tMySQLRow Scenario: Removing and regenerating a MySQL table index on page 301.

212

Talend Open Studio Components

Creative Commons License

Database components
tJavaDBInput

tJavaDBInput
tJavaDBInput properties
Component family Databases/JavaDB

Function Purpose

tJavaDBInput reads a database and extracts fields based on a query. tJavaDBInput 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. Property type Either Built-in or Repository Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Framework Database DB root path Username and Password Schema type and Edit Schema Select your Java database framework on the list Name of the database Browse to your database root. DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type and Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition.

Basic settings

Advanced settings

Encoding Type

Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select this check box to remove leading and trailing whitespace from all the String/Char columns.

Trim all the String/Char columns

Creative Commons License

Talend Open Studio Components

213

Database components
tJavaDBInput

Trim column tStateCatcher Statistics Usage

Remove leading and trailing whitespace from defined columns. Select this check box to collect log data at the component level.

This component covers all possibilities of SQL queries onto a database.

Related scenarios
For related topics, see tDBInput scenarios: Scenario 1: Displaying selected data from DB table on page 163 Scenario 2: Using StoreSQLQuery variable on page 164 See also the related topic in tContextLoad Scenario: Dynamic context use in MySQL DB insert on page 652.

214

Talend Open Studio Components

Creative Commons License

Database components
tJavaDBOutput

tJavaDBOutput
tJavaDBOutput properties
Component family Databases/JavaDB

Function Purpose

tJavaDBOutput writes, updates, makes changes or suppresses entries in a database. tJavaDBOutput executes the action defined on the table and/or on the data contained in the table, based on the flow incoming from the preceding component in the Job. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Framework Database DB root path Username and Password Table Action on table Select your Java database framework on the list Name of the database Browse to your database root. DB user authentication data. Name of the table to be written. Note that only one table can be written at a time On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create a table: The table is removed and created again. Create a table: The table does not exist and gets created. Create a table if not exists: The table is created if it does not exist. Drop table if exists and create: The table is removed if it already exists and created again. Clear a table: The table content is deleted.

Basic settings

Creative Commons License

Talend Open Studio Components

215

Database components
tJavaDBOutput

Action on data

On the data of the table defined, you can perform: Insert: Add new entries to the table. If duplicates are found, Job stops. Update: Make changes to existing entries Insert or update: Add entries or update existing ones. Update or insert: Update existing entries or create it if non existing Delete: Remove entries corresponding to the input flow. It is necessary to specify at least one column as a primary key on which the Update and Delete operations are based. You can do that by clicking Edit Schema and selecting the check box(es) next to the column(s) you want to set as primary key(s). For an advanced use, click the Advanced settings view where you can simultaneously define primary keys for the Update and Delete operations. To do that: Select the Use field options check box and then in the Key in update column, select the check boxes next to the column names you want to use as a base for the Update operation. Do the same in the Key in delete column for the Delete operation.

Schema type and Edit Schema

A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Die on error Advanced settings Encoding Type

Clear this check box to skip the row on error and complete the process for error-free rows. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. Enter the number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and, above all, better performance at execution. This option is not offered if you create (with or without drop) the DB table. This option allows you to call SQL functions to perform actions on columns, which are not insert, nor update or delete actions, or action that require particular preprocessing.

Commit every

Additional Columns

216

Talend Open Studio Components

Creative Commons License

Database components
tJavaDBOutput

Name: Type in the name of the schema column to be altered or inserted as new column SQL expression: Type in the SQL statement to be executed in order to alter or insert the relevant column data. Position: Select Before, Replace or After following the action to be performed on the reference column. Reference column: Type in a column of reference that the tDBOutput can use to place or replace the new or altered column. Use field options Enable debug mode tStateCatcher Statistics Usage Select this check box to customize a request, especially when there is double action on data. Select this check box to display each step during processing entries in a database. Select this check box to collect log data at the component level.

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For related topics, see: tDBOutput Scenario: Displaying DB output on page 168 tMySQLOutput Scenario 1: Adding a new column and altering data in a DB table on page 283.

Creative Commons License

Talend Open Studio Components

217

Database components
tJavaDBRow

tJavaDBRow
tJavaDBRow properties
Component family Databases/JavaDB

Function

tJavaDBRow 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 doesnt provide output. Depending on the nature of the query and the database, tJavaDBRow acts on the actual DB structure or on the data (although without handling data). The SQLBuilder tool helps you write easily your SQL statements. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Framework Database DB root path Username and Password Schema type and Edit Schema Select your Java database framework on the list Name of the database Browse to your database root. DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type Either Built-in or Repository. Built-in: Fill in manually the query statement or build it graphically using SQLBuilder Repository: Select the relevant query stored in the Repository. The Query field gets accordingly filled in. Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition. Clear this check box to skip the row on error and complete the process for error-free rows.

Purpose

Basic settings

Die on error

218

Talend Open Studio Components

Creative Commons License

Database components
tJavaDBRow

Advanced settings

Propagate QUERYs recordset Encoding Type

Select this check box to insert the result of the query into a COLUMN of the current flow. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and above all better performance on executions. Select this check box to collect log data at the component level.

Commit every

tStateCatcher Statistics Usage

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For related topics, see: tDBSQLRow Scenario: Resetting a DB auto-increment on page 172 tMySQLRow Scenario: Removing and regenerating a MySQL table index on page 301.

Creative Commons License

Talend Open Studio Components

219

Database components
tJDBCColumnList

tJDBCColumnList
tJDBCColumnList Properties
Component family Databases/JDBC

Function Purpose Basic settings

Iterates on all columns of a given table through a defined JDBC connection. Lists all column names of a given JDBC table. Component list Select the tJDBCConnection component in the list if more than one connection are planned for the current Job. Enter the name of the tabe.

Table name Usage Limitation

This component is to be used along with JDBC components, especially with tJDBCConnection. n/a

Related scenario
For tJDBCColumnList related scenario, see Scenario: Iterating on a DB table and listing its column names on page 264.

220

Talend Open Studio Components

Creative Commons License

Database components
tJDBCCommit

tJDBCCommit
tJDBCCommit Properties
This component is closely related to tJDBCConnection and tJDBCRollback. It usually doesnt make much sense to use JDBC components independently in a transaction.
Component family Databases/JDBC

Function Purpose

Validates the data processed through the Job into the connected DB. 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. Component list Select the tJDBCConnection component in the list if more than one connection are planned for the current Job. Clear this check box to continue to use the selected connection once the component has performed its task.

Basic settings

Close Connection

Usage Limitation

This component is to be used along with JDBC components, especially with the tJDBCConnection and tJDBCRollback components. n/a

Related scenario
This component is closely related to tJDBCConnection and tJDBCRollback. It usually doesnt make much sense to use JDBC components without using the tJDBCConnection component to open a connection for the current transaction. For tJDBCCommit related scenario, see tMysqlConnection on page 269.

Creative Commons License

Talend Open Studio Components

221

Database components
tJDBCConnection

tJDBCConnection
tJDBCConnection Properties
This component is closely related to tJDBCCommit and tJDBCRollback. It usually doesnt make much sense to use one of JDBC components without using the tJDBCConnection component to open a connection for the current transaction.
Component family Databases/JDBC

Function Purpose Basic settings

Opens a connection to the database for a current transaction. Allows to commit a whole job data in one go to the output database as one transaction when validated.

JDBC URL

Enter the JDBC URL to connect to the desired DB. For example, enter: jdbc:mysql://IP address/database name to connect to a mysql database. Select from the drop-down list a desired available driver, or download one from a local directory through clicking the three dots [...] button. Enter the driver class related o your connection. For example, enter com.mysql.jdbc.Driver as a driver class to connect to a mysql database. Enter your DB authentication data. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select this check box to share your connection or fetch a connection shared by a parent or child Job. Shared DB Connection Name: set or type in the shared connection name.

Driver JAR

Driver Class

Username and Password Encoding type

Use or register a shared DB Connection Usage Limitation

This component is to be used along with JDBC components, especially with the tJDBCCommit and tJDBCRollback components. n/a

Related scenario
This component is closely related to tOracleCommit and tOracleRollback. It usually doesnt make much sense to use one of JDBC components without using the tJDBCConnection component to open a connection for the current transaction. For tJDBCConnection related scenario, see tMysqlConnection on page 269.

222

Talend Open Studio Components

Creative Commons License

Database components
tJDBCInput

tJDBCInput
tJDBCInput properties
Component family Databases/JDBC

Function Purpose

tJDBC reads any database using a JDBC API connection and extracts fields based on a query. tJDBC 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. Property type Either Built-in or Repository Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tJDBCConnection component on the Component list to reuse the connection details you already defined. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. JDBC URL Driver JAR Class Name Username and Password Schema type and Edit Schema Type in the database location path Select the driver JAR on the list or click the three button to add a new JAR to the list. Type in the Class name to be pointed to in the driver. DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Table Name Type in the name of the table

Basic settings

Creative Commons License

Talend Open Studio Components

223

Database components
tJDBCInput

Query type and Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition. Advanced settings Encoding Type Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. When selected, helps to decide the row set to work with at a time and thus optimize performance. Select this check box to remove leading and trailing whitespace from all the String/Char columns. Remove leading and trailing whitespace from defined columns.

Use cursor Trim all the String/Char columns Trim column

tStatCatcher Statistics Select this check box to collect log data at the component level. Usage This component covers all possibilities of SQL queries onto any JDBC connected database.

Related scenarios
Related topic in tDBInput scenarios: Scenario 1: Displaying selected data from DB table on page 163 Scenario 2: Using StoreSQLQuery variable on page 164 Related topic in tContextLoad Scenario: Dynamic context use in MySQL DB insert on page 652.

224

Talend Open Studio Components

Creative Commons License

Database components
tJDBCOutput

tJDBCOutput
tJDBCOutput properties
Component family Databases/JDBC

Function Purpose Basic settings

tJDBCOutput writes, updates, makes changes or suppresses entries in any type of database connected to a JDBC API. tJDBCOutput executes the action defined on the data contained in the table, based on the flow incoming from the preceding component in the Job. Property type Either Built-in or Repository Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tJDBCConnection component on the Component list to reuse the connection details you already defined. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. JDBC URL Driver JAR Class Name Username and Password Table Type in the database location path Select the driver JAR on the list or click the three button to add a new JAR to the list. Type in the Class name to be pointed to in the driver. DB user authentication data. Name of the table to be written. Note that only one table can be written at a time

Creative Commons License

Talend Open Studio Components

225

Database components
tJDBCOutput

Action on data

On the data of the table defined, you can perform: Insert: Add new entries to the table. If duplicates are found, Job stops. Update: Make changes to existing entries Insert or update: Add entries or update existing ones. Update or insert: Update existing entries or create it if non existing Delete: Remove entries corresponding to the input flow. It is necessary to specify at least one column as a primary key on which the Update and Delete operations are based. You can do that by clicking Edit Schema and selecting the check box(es) next to the column(s) you want to set as primary key(s). For an advanced use, click the Advanced settings view where you can simultaneously define primary keys for the Update and Delete operations. To do that: Select the Use field options check box and then in the Key in update column, select the check boxes next to the column names you want to use as a base for the Update operation. Do the same in the Key in delete column for the Delete operation.

Schema type and Edit Schema

A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Die on error Advanced settings Encoding Type

Clear this check box to skip the row on error and complete the process for error-free rows. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. Enter the number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and, above all, better performance at execution. This option is not offered if you create (with or without drop) the DB table. This option allows you to call SQL functions to perform actions on columns, which are not insert, nor update or delete actions, or action that require particular preprocessing.

Commit every

Additional Columns

226

Talend Open Studio Components

Creative Commons License

Database components
tJDBCOutput

Name: Type in the name of the schema column to be altered or inserted as new column SQL expression: Type in the SQL statement to be executed in order to alter or insert the relevant column data. Position: Select Before, Replace or After following the action to be performed on the reference column. Reference column: Type in a column of reference that the tDBOutput can use to place or replace the new or altered column. Use field options Enable debug mode tStateCatcher Statistics Usage Select this check box to customize a request, especially when there is double action on data. Select this check box to display each step during processing entries in a database. Select this check box to collect log data at the component level.

This component offers the flexibility benefit of a connection to any type of DB and covers all possibilities of SQL queries.

Related scenarios
For tJDBCOutput related topics, see: tDBOutput Scenario: Displaying DB output on page 168 tMySQLOutput Scenario 1: Adding a new column and altering data in a DB table on page 283.

Creative Commons License

Talend Open Studio Components

227

Database components
tJDBCRollback

tJDBCRollback
tJDBCRollback properties
This component is closely related to tJDBCCommit and tJDBCConnection. It usually doesnt make much sense to use JDBC components independently in a transaction..
Component family Databases/JDBC

Function Purpose Basic settings

Cancels the transaction committed in the connected DB. Allows to avoid to commit part of a transaction involuntarily. Component list Select the tJDBCConnection component in the list if more than one connection are planned for the current Job. Clear this check box to continue to use the selected connection once the component has performed its task.

Close Connection

Usage Limitation

This component is to be used along with Oracle components, especially with tOracleConnection and tOracleCommit components. n/a

Related scenario
This component is closely related to tJDBCConnection and tJDBCCommit. It usually doesnt make much sense to use JDBC components without using the tJDBCConnection component to open a connection for the current transaction. For tJDBCRollback related scenario, see tMysqlRollback on page 299.

228

Talend Open Studio Components

Creative Commons License

Database components
tJDBCRow

tJDBCRow
tJDBCRow properties
Component family Databases/JDBC

Function

tJDBCRow is the component for any type database using a JDBC API. 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 doesnt provide output. Depending on the nature of the query and the database, tJDBCRow acts on the actual DB structure or on the data (although without handling data). The SQLBuilder tool helps you write easily your SQL statements. Use an existing connection Select this check box and click the relevant tJDBCConnection component on the Component list to reuse the connection details you already defined. Type in the database location path Select the driver JAR on the list or click the three button to add a new JAR to the list. Type in the Class name to be pointed to in the driver. DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type Either Built-in or Repository. Built-in: Fill in manually the query statement or build it graphically using SQLBuilder Repository: Select the relevant query stored in the Repository. The Query field gets accordingly filled in. Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition. Clear this check box to skip the row on error and complete the process for error-free rows. Select this check box to insert the result of the query into a COLUMN of the current flow. 229

Purpose

Basic settings

JDBC URL Driver JAR Class Name Username and Password Schema type and Edit Schema

Die on error Advanced settings Propagate QUERYs recordset

Creative Commons License

Talend Open Studio Components

Database components
tJDBCRow

Encoding Type

Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and above all better performance on executions. Select this check box to collect log data at the component level.

Commit every

tStateCatcher Statistics Usage

This component offers the flexibility benefit of any type DB JDBC connection and covers all possibilities of SQL queries.

Related scenarios
For related topics, see: tDBSQLRow Scenario: Resetting a DB auto-increment on page 172 tMySQLRow Scenario: Removing and regenerating a MySQL table index on page 301.

230

Talend Open Studio Components

Creative Commons License

Database components
tJDBCSP

tJDBCSP
tJDBCSP Properties
Component family Databases/JDBC

Function Purpose Basic settings

tJDBCSP calls the specified database stored procedure. tJDBCSP offers a convenient way to centralize multiple or complex queries in a database and call them easily. JDBC URL Driver JAR Class Name Username and Password Schema and Edit Schema Type in the database location path Select the driver JAR on the list or click the three button to add a new JAR to the list. Type in the Class name to be pointed to in the driver. DB user authentication data. In SP principle, the schema is an input parameter. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. SP Name Is Function / Return result in Parameters Type in the exact name of the Stored Procedure Select this check box , if a value only is to be returned. Select on the list the schema column, the value to be returned is based on. Click the Plus button and select the various Schema Columns that will be required by the procedures. Note that the SP schema can hold more columns than there are paramaters used in the procedure. Select the Type of parameter: IN: Input parameter OUT: Output parameter/return value IN OUT: Input parameters is to be returned as value, likely after modification through the procedure (function). RECORDSET: Input parameters is to be returned as a set of values, rather than single value. Check the tParseRecordSet component if you want to analyze a set of records from a database table or DB query and return single records.

Creative Commons License

Talend Open Studio Components

231

Database components
tJDBCSP

Usage Limitation

This component is used as intermediary component. It can be used as start component but only input parameters are thus allowed. The Stored Procedures syntax should match the Database syntax.

Related scenario
For related scenarios, see: tMysqlSP Scenario: Finding a State Label using a stored procedure on page 307. tOracleSP Scenario: Checking number format using a stored procedure on page 351 Check as well the tParseRecordSet component if you want to analyze a set of records from a database table or DB query and return single records.

232

Talend Open Studio Components

Creative Commons License

Database components
tJDBCTableList

tJDBCTableList
tJDBCTableList Properties
Component family Databases/JDBC

Function Purpose Basic settings

Iterates on a set of table names through a defined JDBC connection. Lists the names of a given set of JDBC tables using a select statement based on a Where clause. Component list Select the tJDBCConnection component in the list if more than one connection are planned for the current Job.

Where clause for table Enter the Where clause to identify the tables to iterate name selection on. Usage Limitation This component is to be used along with JDBC components, especially with tJDBCConnection. n/a

Related scenario
For tJDBCTableList related scenario, see Scenario: Iterating on a DB table and listing its column names on page 264.

Creative Commons License

Talend Open Studio Components

233

Database components
tLDAPInput

tLDAPInput
tLDAPInput Properties
Component family Databases/LDAP

Function Purpose

tLDAPInput reads a directory and extracts data based on the defined filter. tLDAPInput executes an LDAP query based on the given filter and corresponding to the schema definition. Then it passes on the field list to the next component via a Main row link. Property type Either Built-in or Repository Built-in: No property data stored centrally. Repository: Select the Repository file where Properties are stored. When selected, the fields to follow are pre-filled in using fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Host Port Base DN Protocol LDAP Directory server IP address Listening port number of server. Path to users authorised tree leaf. Select the protocol type on the list. LDAP : no encryption is used LDAPS: secured LDAP TLS: certificate is used Select the Authentication check box if LDAP login is required. Note that the login must match the LDAP syntax requirement to be valid. e.g.: cn=Directory Manager. Type in the filter as expected by the LDAP directory db. Type in the value separator in multi-value fields. Select the option on the list. Never allows to improve search performance if you are sure that no aliases is to be dereferenced. By default, Always is to be used: Always: Always dereference aliases Never: Never dereferences aliases. Searching:Dereferences aliases only after name resolution. Finding: Dereferences aliases only during name resolution

Basic settings

Authentication User and Password

Filter Multi valued field separator Alias dereferencing

234

Talend Open Studio Components

Creative Commons License

Database components
tLDAPInput

Referrals handle

Select the option on the list: Ignore: does not handle request redirections Follow:does handle request redirections Fill in a limit number of records to be read If needed. Fill in a timeout period for the directory. access A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Limit Time Limit Schema type and Edit Schema

Usage

This component covers all possibilities of LDAP queries. Note: Press Ctrl + Space bar to access the global variable list, including the GetResultName variable to retrieve automatically the relevant Base

Scenario: Displaying LDAP directorys filtered content


The Job described below simply filters the LDAP directory and displays the result on the console.

Drop the tLDAPInput component along with a tLogRow from the Palette to the design workspace. Set the tLDAPInput properties. Set the Property type on Repository if you stored the LDAP connection details in the Metadata Manager in the Repository. Then select the relevant entry on the list. In Built-In mode, fill in the Host and Port information manually. Host can be the IP address of the LDAP directory server or its DNS name. No particular Base DN is to be set.

Creative Commons License

Talend Open Studio Components

235

Database components
tLDAPInput

Then select the relevant Protocol on the list. In this example: a simple LDAP protocol is used. Select the Authentication check box and fill in the login information if required to read the directory. In this use case, no authentication is needed. In the Filter area, type in the command, the data selection is based on. In this example, the filter is: (&(objectClass=inetorgperson)&(uid=PIERRE DUPONT)). Fill in Multi-valued field separator with a comma as some fields may hold more than one value, separated by a comma. As we dont know if some aliases are used in the LDAP directory, select Always on the list. Set Ignore as Referral handling. Set the limit to 100 for this use case.

236

Talend Open Studio Components

Creative Commons License

Database components
tLDAPInput

Set the Schema as required by your LDAP directory. In this example, the schema is made of 6 columns including the objectClass and uid columns which get filtered on. In the tLogRow component, no particular setting is required.

Only one entry of the directory corresponds to the filter criteria given in the tLDAPInput component.

Creative Commons License

Talend Open Studio Components

237

Database components
tLDAPOutput

tLDAPOutput
tLDAPOutput Properties
Component family Databases/LDAP

Function Purpose

tLDAPOutput writes into an LDAP directory. tLDAPOutput executes an LDAP query based on the given filter and corresponding to the schema definition. Then it passes on the field list to the next component via a Main row link. Property type Either Built-in or Repository Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Host Port Base DN Protocol LDAP Directory server IP address Listening port number of server. Path to users authorized tree leaf. Select the protocol type on the list. LDAP : no encryption is used LDAPS: secured LDAP TLS: certificate is used Fill in the User and Password as required by the directory Note that the login must match the LDAP syntax requirement to be valid. e.g.: cn=Directory Manager. Character, string or regular expression to separate data in a multi-value field. Select the option on the list. Never allows to improve search performance if you are sure that no aliases is to be dereferenced. By default, Always is to be used: Always: Always dereference aliases Never: Never dereferences aliases. Searching:Dereferences aliases only after name resolution. Finding: Dereferences aliases only during name resolution Select the option on the list: Ignore: does not handle request redirections Follow:does handle request redirections

Basic settings

User and Password

Multi valued field separator Alias dereferencing

Referrals handle

238

Talend Open Studio Components

Creative Commons License

Database components
tLDAPOutput

Insert mode

Select the editing mode on the list: Add: add a value in a multi-value attribute, Insert: insert new data, Updata: updates the existing data, Delete: remove the selected data from the directory, Insert or Update: insert new data or update existing ones. Select in the list the type of the LDAP input entity used. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

DN Column Name Schema type and Edit Schema

Die on error Advanced settings Usage tStatCatcher Statistics

Clear this check box to skip errors and complete the process. Select this check box to gather the job processing metadata at a job level as well as at each component level.

This component covers all possibilities of LDAP queries. Note: Press Ctrl + Space bar to access the global variable list, including the GetResultName variable to retrieve automatically the relevant DN Base

Scenario: Editing data in an LDAP directory


The following scenario describes a Job that reads an LDAP directory, updates the email of a selected entry and displays the output before writing the LDAP directory. To keep it simple, no alias dereferencing nor referral handling is performed. This scenario is based on LDAPInputs Scenario: Displaying LDAP directorys filtered content on page 235. The result returned was a single entry, related to an organisational person, whom email is to be updated.

Drop the tLDAPInput, tLDAPOutput, tMap and tLogRow components from the Palette to the design workspace. Connect the input component to the tMap then to the tLogRow and to the output component. In the tLDAPInput Component view, set the connection details to the LDAP directory server as well as the filter as described in Scenario: Displaying LDAP directorys filtered content on page 235.

Creative Commons License

Talend Open Studio Components

239

Database components
tLDAPOutput

Change the schema to make it simpler, by removing the unused fields: dc, ou, objectclass.

Then open the mapper to set the edit to be carried out. Drag & drop the uid column from the input table to the output as no change is required on this column.

In the Expression field of the dn column (output), fill in with the exact expression expected by the LDAP server to reach the target tree leaf and allow directory writing on the condition that you havent set it already in the Base DN field of the tLDAPOutput component. In this use case, the GetResultName global variable is used to retrieve this path automatically. Press Ctrl+Space bar to access the variable list and select tLDAPInput_1_RESULT_NAME. In the mail columns expression field, type in the new email that will overwrite the current data in the LDAP directory. In this example, we change to Pierre.Dupont@talend.com. Click OK to validate the changes. The tLogRow component doesnt need any particular setting. Then select the tLDAPOutput component to set the directory writing properties.

240

Talend Open Studio Components

Creative Commons License

Database components
tLDAPOutput

Set the Port and Host details manually if they arent stored in the Repository. In Base DN field, set the highest tree leaf you have the rights to access. If you havent set previously the exact and full path of the target DN you want to access, then fill in it here. In this use case, the full DN is provided by the dn output from the tMap component, therefore only the highest accessible leaf is given: o=directoryRoot. Select the relevant protocol to be used: LDAP for this example. Then fill in the User and Password as expected by the LDAP directory. Use the default setting of Alias Dereferencing and Referral Handling fields, respectively Always and Ignore. The Insert mode for this use case is Update (the email address). The schema was provided by the previous component through the propagation operation. Save the Job and execute.

The output shows the following fields: dn, uid and mail as defined in the Job.

Creative Commons License

Talend Open Studio Components

241

Database components
tMSSqlBulkExec

tMSSqlBulkExec
tMSSqlBulkExec properties
tMSSqlOutputBulk and tMSSqlBulkExec components are used together to first output the file that will be then used as parameter to execute the SQL query stated. These two steps compose the tMSSqlOutputBulkExec component, detailed in a separate section. The interest in having two separate elements lies in the fact that it allows transformations to be carried out before the data loading in the database.
Component family Databases/MSSql

Function Purpose Basic settings

Executes the Insert action on the data provided. As a dedicated component, tMSSqlBulkExec offers gains in performance while carrying out the Insert operations to a MSSql database Property type Either Built-in or Repository. Built-in: No property data is stored centrally. Repository: Select the Repository file where Properties are stored. When selected, the fields to follow are pre-filled in using fetched data. Use an existing connection Select this check box and click the relevant tMSSqlConnection component on the Component list to reuse the connection details you already defined. Database server IP address Listening port number of DB server. Name of the database. Name of the schema. DB user authentication data. Name of the table to be written. Note that only one table can be written at a time and that the table must exist for the insert operation to succeed. On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create table: The table is removed and created again. Create table: The table does not exist and gets created. Create table if not exists: The table is created if it does not exist. Clear table: The table content is deleted. Truncate table: The table content is deleted. You do not have the possibility to rollback the operation.

Host Port Database Schema Username and Password Table

Action on table

242

Talend Open Studio Components

Creative Commons License

Database components
tMSSqlBulkExec

Schema type and Edit Schema

A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Remote File Name

Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide. Select the action to be carried out Bulk insert Bulk update Bcp query out Depending on the action selected, the requied information varies. Specify additional connection properties in the existing DB connection. Character, string or regular expression to separate fields. Character, string or regular expression to separate rows. Type in the number of the row where the action should start This value can be any of the followings: OEM (by default value) ACP RAW User-defined Select the type of data being handled. Select the type of output for the standard output of the MSSql database: to console, to global variable. Select this check box to collect log data at the component level. Character, string or regular expression to separate fields. Character, string or regular expression to separate rows. Select the type of data being handled.

Advanced settings

Action

Bulk insert & Bulk update

Additional JDBC parameters Fields terminated Rows terminated First row Code page

Data file type Output

tStateCatcher Statistics Bcp query out Fields terminated Rows terminated Data file type

Creative Commons License

Talend Open Studio Components

243

Database components
tMSSqlBulkExec

Output

Select the type of output to pass the processed data onto: to console: data is viewed in the Log view. to global variable: data is put in output variable linked to a tsystem component Select this check box to collect log data at the component level.

tStateCatcher Statistics Usage

This component is to be used along with tMSSqlOutputBulk component. Used together, they can offer gains in performance while feeding a MSSql database.

Related scenarios
For uses cases in relation with tMSSqlBulkExec, see the following scenarios: tMysqlOutputBulk Scenario: Inserting transformed data in MySQL database on page 293 tMysqlOutputBulkExec Scenario: Inserting data in MySQL database on page 297

244

Talend Open Studio Components

Creative Commons License

Database components
tMSSqlColumnList

tMSSqlColumnList
tMSSqlColumnList Properties
Component family Databases/MS SQL

Function Purpose Basic settings

Iterates on all columns of a given table through a defined MS SQL connection. Lists all column names of a given MSSql table. Component list Select the tMSSqlConnection component in the list if more than one connection are planned for the current job. Enter the name of the tabe.

Table name Usage Limitation

This component is to be used along with MSSql components, especially with tMSSqlConnection. n/a

Related scenario
For tMSSqlColumnList related scenario, see Scenario: Iterating on a DB table and listing its column names on page 264.

Creative Commons License

Talend Open Studio Components

245

Database components
tMSSqlInput

tMSSqlInput
tMSSqlInput properties
Component family Databases/MS SQL Server tMSSqlInput reads a database and extracts fields based on a query. tMSSqlInput 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. Property type Either Built-in or Repository Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Use an existing connection Select this check box and click the relevant tMSSqlConnection component on the Component list to reuse the connection details you already defined. Database server IP address Listening port number of DB server. Name of the database Name of the schema DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type and Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition.

Function Purpose

Basic settings

Host Port Database Schema Username and Password Schema and Edit Schema

246

Talend Open Studio Components

Creative Commons License

Database components
tMSSqlInput

Advanced settings

Additional JDBC parameters Encoding Type

Specify additional connection properties in the existing DB connection. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select this check box to remove leading and trailing whitespace from all the String/Char columns. Remove leading and trailing whitespace from defined columns. Select this check box to collect log data at the component level.

Trim all the String/Char columns Trim column tStateCatcher Statistics Usage

This component covers all possibilities of SQL queries onto a MS SQL server database..

Related scenarios
Related topics in tDBInput scenarios: Scenario 1: Displaying selected data from DB table on page 163 Scenario 2: Using StoreSQLQuery variable on page 164 Related topic in tContextLoad Scenario: Dynamic context use in MySQL DB insert on page 652.

Creative Commons License

Talend Open Studio Components

247

Database components
tMSSqlOutput

tMSSqlOutput
tMSSqlOutput properties
Component family Databases/MS SQL server tMSSqlOutput writes, updates, makes changes or suppresses entries in a database. tMSSqlOutput executes the action defined on the table and/or on the data contained in the table, based on the flow incoming from the preceding component in the job. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Use an existing connection Select this check box and click the relevant tMSSqlConnection component on the Component list to reuse the connection details you already defined. Database server IP address Listening port number of DB server. Name of the database Name of the schema DB user authentication data. Name of the table to be written. Note that only one table can be written at a time

Function Purpose

Basic settings

Host Port Database Schema Username and Password Table

248

Talend Open Studio Components

Creative Commons License

Database components
tMSSqlOutput

Action on table

On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create a table: The table is removed and created again. Create a table: The table does not exist and gets created. Create a table if not exists: The table is created if it does not exist. Drop a table if exists and create: The table is removed if it already exists and created again. Clear a table: The table content is deleted. Truncate table: The table content is deleted. You do not have the possibility to rollback the operation.

Turn on identity insert Select this check box to use your own sequence for the identity value of the inserted records (instead of having the SQL Server pick the next sequential value). Action on data On the data of the table defined, you can perform: Insert: Add new entries to the table. If duplicates are found, job stops. Update: Make changes to existing entries Insert or update: Add entries or update existing ones. Update or insert: Update existing entries or create it if non existing Delete: Remove entries corresponding to the input flow. Insert if not exist : Add new entries to the table if they do not exist. It is necessary to specify at least one column as a primary key on which the Update and Delete operations are based. You can do that by clicking Edit Schema and selecting the check box(es) next to the column(s) you want to set as primary key(s). For an advanced use, click the Advanced settings view where you can simultaneously define primary keys for the Update and Delete operations. To do that: Select the Use field options check box and then in the Key in update column, select the check boxes next to the column names you want to use as a base for the Update operation. Do the same in the Key in delete column for the Delete operation. Schema and Edit Schema A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide.

Creative Commons License

Talend Open Studio Components

249

Database components
tMSSqlOutput

Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Die on error Advanced settings Additional JDBC parameters Encoding Type Clear this check box to skip the row on error and complete the process for error-free rows. Specify additional connection properties in the existing DB connection. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. Enter the number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and, above all, better performance at execution. This option is not offered if you create (with or without drop) the DB table. This option allows you to call SQL functions to perform actions on columns, which are not insert, nor update or delete actions, or action that require particular preprocessing. Name: Type in the name of the schema column to be altered or inserted as new column SQL expression: Type in the SQL statement to be executed in order to alter or insert the relevant column data. Position: Select Before, Replace or After following the action to be performed on the reference column. Reference column: Type in a column of reference that the tDBOutput can use to place or replace the new or altered column. Use field options Enable debug mode Support null in SQL WHERE statement Select this check box to customize a request, especially when there is double action on data. Select this check box to display each step during processing entries in a database. Select this check box if you want to deal with the Null values contained in a DB table. Make sure the Nullable check box is selected for the corresponding columns in the schema. Select this check box to collect log data at the component level. When selected, enables you to define the number of lines in each processed batch.

Commit every

Additional Columns

tStateCatcher Statistics Use Batch Size Usage

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

250

Talend Open Studio Components

Creative Commons License

Database components
tMSSqlOutput

Related scenarios
For tMSSqlOutput related topics, see: tDBOutput Scenario: Displaying DB output on page 168 tMySQLOutput Scenario 1: Adding a new column and altering data in a DB table on page 283.

Creative Commons License

Talend Open Studio Components

251

Database components
tMSSqlOutputBulk

tMSSqlOutputBulk
tMSSqlOutputBulk properties
tMSSqlOutputBulk and tMSSqlBulkExec components are used together to first output the file that will be then used as parameter to execute the SQL query stated. These two steps compose the tMSSqlOutputBulkExec component, detailed in a separate section. The interest in having two separate elements lies in the fact that it allows transformations to be carried out before the data loading.
Component family Databases/MSSql

Function Purpose Basic settings

Writes a file with columns based on the defined delimiter and the MSSql standards Prepares the file to be used as parameter in the INSERT query to feed the MSSql database. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the Repository file where Properties are stored. When selected, the fields to follow are pre-filled in using fetched data. File Name Name of the file to be processed. Related topic: Defining variables from the Component view of Talend Open Studio User Guide. Select this check box to add the new rows at the end of the records A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job designs. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Append Schema and Edit Schema

Advanced settings

Row separator Field separator Include header

String (ex: \non Unix) to distinguish rows. Character, string or regular expression to separate fields. Select this check to include the column header.

252

Talend Open Studio Components

Creative Commons License

Database components
tMSSqlOutputBulk

Encoding Type

Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select this check box to collect log data at the component level.

tStaCatcher statistics Usage

This component is to be used along with tMSSqlBulkExec component. Used together they offer gains in performance while feeding a MSSql database.

Related scenarios
For uses cases in relation with tMSSqlOutputBulk, see the following scenarios: tMysqlOutputBulk Scenario: Inserting transformed data in MySQL database on page 293 tMysqlOutputBulkExec Scenario: Inserting data in MySQL database on page 297

Creative Commons License

Talend Open Studio Components

253

Database components
tMSSqlOutputBulkExec

tMSSqlOutputBulkExec
tMSSqlOutputBulkExec properties
Component family Databases/MSSql

Function Purpose Basic settings

Executes the action on the data provided. As a dedicated component, it allows gains in performance during Insert operations to a MSSql database. Action Select the action to be carried out Bulk insert Bulk update Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tMSSqlConnection component on the Component list to reuse the connection details you already defined. Database server IP address Listening port number of DB server. Name of the database Name of the database schema DB user authentication data. Name of the table to be written. Note that only one table can be written at a time and that the table must exist for the insert operation to succeed. On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create a table: The table is removed and created again. Create a table: The table does not exist and gets created. Create a table if not exists: The table is created if it does not exist. Truncate table: The table content is deleted. You do not have the possibility to rollback the operation. Clear a table: The table content is deleted. You have the possibility to rollback the operation.

Property type

Host Port DB name Schema Username and Password Table

Action on table

254

Talend Open Studio Components

Creative Commons License

Database components
tMSSqlOutputBulkExec

Schema and Edit Schema

A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: You create and store the schema locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: You have already created the schema and stored it in the Repository. You can reuse it in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

File Name

Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide. Select this check box to add the new rows at the end of the records Specify additional connection properties in the existing DB connection. Character, string or regular expression to separate fields. String (ex: \non Unix) to distinguish rows. Type in the number of the row where the action should start. Select this heck box to include the column header. OEM code pages used to map a specific set of characters to numerical code point values. Select the type of data being handled. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select this check box to collect log data at the component level.

Append Advanced settings Additional JDBC parameters Field separator Row separator First row Include header Code page Data file type Encoding Type

tStaCatcher statistics Usage Limitation

This component is mainly used when no particular transformation is required on the data to be loaded onto the database. n/a

Related scenarios
For uses cases in relation with tMSSqlOutputBulkExec, see the following scenarios: tMysqlOutputBulk Scenario: Inserting transformed data in MySQL database on page 293 tMysqlOutputBulkExec Scenario: Inserting data in MySQL database on page 297

Creative Commons License

Talend Open Studio Components

255

Database components
tMSSqlRow

tMSSqlRow
tMSSqlRow properties
Component family Databases/DB2

Function

tMSSqlRow 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 doesnt provide output. Depending on the nature of the query and the database, tMSSqlRow acts on the actual DB structure or on the data (although without handling data). The SQLBuilder tool helps you write easily your SQL statements. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tMSSqlConnection component on the Component list to reuse the connection details you already defined. Database server IP address Listening port number of DB server. Name of the database Name of the schema DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Table name Name of the table to be used.

Purpose

Basic settings

Host Port Database Schema Username and Password Schema type and Edit Schema

Turn on identity insert Select this check box to use your own sequence for the identity value of the inserted records (instead of having the SQL Server pick the next sequential value). Query type Either Built-in or Repository.

256

Talend Open Studio Components

Creative Commons License

Database components
tMSSqlRow

Built-in: Fill in manually the query statement or build it graphically using SQLBuilder Repository: Select the relevant query stored in the Repository. The Query field gets accordingly filled in. Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition. Clear this check box to skip the row on error and complete the process for error-free rows. Specify additional connection properties in the existing DB connection Select this check box to insert the result of the query into a COLUMN of the current flow. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and above all better performance on executions. Select this check box to collect log data at the component level.

Die on error Advanced settings Additional JDBC parameters Propagate QUERYs recordset Encoding Type

Commit every

tStateCatcher Statistics Usage

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For related topics, see: tDBSQLRow Scenario: Resetting a DB auto-increment on page 172 tMySQLRow Scenario: Removing and regenerating a MySQL table index on page 301.

Creative Commons License

Talend Open Studio Components

257

Database components
tMSSqlSCD

tMSSqlSCD
tMSSqlSCD belongs to two component families: Business Intelligence and Databases. For more information on it, see tMSSqlSCD on page 10.

258

Talend Open Studio Components

Creative Commons License

Database components
tMSSqlSP

tMSSqlSP
tMSSqlSP Properties
Component family Databases/MSSql

Function Purpose Basic settings

tMSSqlSP calls the database stored procedure. tMSSqlSP offers a convenient way to centralize multiple or complex queries in a database and call them easily. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tMSSqlConnection component on the Component list to reuse the connection details you already defined. Database server IP address Listening port number of DB server. Name of the database. Name of the schema. DB user authentication data. In SP principle, the schema is an input parameter. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. SP Name Is Function / Return result in Type in the exact name of the Stored Procedure Select this check box, if only a value is to be returned. Select on the list the schema column, the value to be returned is based on.

Host Port Database Schema Username and Password Schema and Edit Schema

Creative Commons License

Talend Open Studio Components

259

Database components
tMSSqlSP

Parameters

Click the Plus button and select the various Schema Columns that will be required by the procedures. Note that the SP schema can hold more columns than there are paramaters used in the procedure. Select the Type of parameter: IN: Input parameter OUT: Output parameter/return value IN OUT: Input parameters is to be returned as value, likely after modification through the procedure (function). RECORDSET: Input parameters is to be returned as a set of values, rather than single value. Check the tParseRecordSet component if you want to analyze a set of records from a database table or DB query and return single records. Specify additional connection properties in the existing DB connection. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling Select this check box to collect log data at the component level.

Advanced settings

Additional JDBC parameters Encoding Type

tStateCatcher Statistics Usage Limitation

This component is used as intermediary component. It can be used as start component but only input parameters are thus allowed. The Stored Procedures syntax should match the Database syntax.

Related scenario
For related scenarios, see: tMysqlSP Scenario: Finding a State Label using a stored procedure on page 307. tOracleSP Scenario: Checking number format using a stored procedure on page 351 Check as well the tParseRecordSet component if you want to analyze a set of records from a database table or DB query and return single records.

260

Talend Open Studio Components

Creative Commons License

Database components
tMSSqlTableList

tMSSqlTableList
tMSSqlTableList Properties
Component family Databases/MS SQL

Function Purpose Basic settings

Iterates on a set of table names through a defined MS SQL connection. Lists the names of a given set of MSSql tables using a select statement based on a Where clause. Component list Select the tMSSqlConnection component in the list if more than one connection are planned for the current job.

Where clause for table Enter the Where clause to identify the tables to iterate name selection on. Advanced settings Usage Limitation tStateCatcher Statistics Select this check box to collect log data at the component level.

This component is to be used along with MSSql components, especially with tMSSqlConnection. n/a

Related scenario
For tMSSqlTableList related scenario, see Scenario: Iterating on a DB table and listing its column names on page 264.

Creative Commons License

Talend Open Studio Components

261

Database components
tMysqlBulkExec

tMysqlBulkExec
tMysqlBulkExec properties
tMysqlOutputBulk and tMysqlBulkExec components are used together to first output the file that will be then used as parameter to execute the SQL query stated. These two steps compose the tMysqlOutputBulkExec component, detailed in a separate section. The interest in having two separate elements lies in the fact that it allows transformations to be carried out before the data loading in the database.
Component family Databases/Mysql

Function Purpose Basic settings

Executes the Insert action on the data provided. As a dedicated component, tMysqlBulkExec offers gains in performance while carrying out the Insert operations to a Mysql database Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the Repository file where Properties are stored. When selected, the fields to follow are pre-filled in using fetched data. Use an existing connection Host Port Database Username and Password Action on table Select this check box when using a tMysqlConnection component. Database server IP address Listening port number of DB server. Name of the database DB user authentication data. On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create table: The table is removed and created again. Create table: The table does not exist and gets created. Create table if not exists: The table is created if it does not exist. Truncate table: The table content is deleted. You do not have the possibility to rollback the operation. Clear table: The table content is deleted. You have the possibility to rollback the operation. Name of the table to be written. Note that only one table can be written at a time and that the table must exist for the insert operation to succeed. Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide.

Table

Local file Name

262

Talend Open Studio Components

Creative Commons License

Database components
tMysqlBulkExec

Schema type and Edit Schema

A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Advanced settings

Additional JDBC parameters Lines terminated by Fields terminated by Escaped by Enclosed by Action on data

Specify additional connection properties in the existing DB connection. Character or sequence of characters used to separate lines. Character, string or regular expression to separate fields. Character of the row to be escaped. Character used to enclose text. On the data of the table defined, you can perform: Insert records in table: Add new records to the table. Update records in table: Make changes to existing records. Replace records in table: replace existing records with new one. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling.

Encoding Type

tStatCatcher Statistics Select this check box to collect log data at the component level. Usage This component is to be used along with tMysqlOutputBulk component. Used together, they can offer gains in performance while feeding a Mysql database. n/a

Limitation

Related scenarios
For uses cases in relation with tMysqlBulkExec, see the following scenarios: tMysqlOutputBulk Scenario: Inserting transformed data in MySQL database on page 293 tMysqlOutputBulkExec Scenario: Inserting data in MySQL database on page 297 tOracleBulkExec Scenario: Truncating and inserting file data into Oracle DB on page 329

Creative Commons License

Talend Open Studio Components

263

Database components
tMysqlColumnList

tMysqlColumnList
tMysqlColumnList Properties
Component family Databases/MySQL

Function Purpose Basic settings

Iterates on all columns of a given table through a defined Mysql connection. Lists all column names of a given Mysql table. Component list Select the tMysqlConnection component in the list if more than one connection are planned for the current job. Enter the name of the table.

Table name Usage Limitation

This component is to be used along with Mysql components, especially with tMysqlConnection. n/a

Scenario: Iterating on a DB table and listing its column names


The following Java scenario creates a five-component job that iterates on a given table name from a Mysql database using a Where clause and lists all column names present in the table. Drop the following components from the Palette onto the design workspace: tMysqlConnection, tMysqlTableList, tMysqlColumnList, tFixedFlowInput, and tLogRow. Connect tMysqlConnection to tMysqlTableList using an OnSubjobOk link. Connect tMysqlTableList, tMysqlColumnList, and tFixedFlowInput using Iterate links. Connect tFixedFlowInput to tLogRow using a Row Main link.

264

Talend Open Studio Components

Creative Commons License

Database components
tMysqlColumnList

In the design workspace, select tMysqlConnection and click the Component tab to define its basic settings. In the Basic settings view, set the database connection details manually or select them from the context variable list, through a Ctrl+Space click in the corresponding field if you have stored them locally as Metadata DB connection entries. For more information about Metadata, see Defining Metadata items of Talend Open Studio User Guide.

In this example, we want to connect to a Mysql database called customers. In the design workspace, select tMysqlTableList and click the Component tab to define its basic settings.

On the Component list, select the relevant Mysql connection component if more than one connection is used. Enter a Where clause using the right syntax in the corresponding field to iterate on the table name(s) you want to list on the console. In this scenario, the table we want to iterate on is called customer. In the design workspace, select tMysqlColumnList and click the Component tab to define its basic settings.

Creative Commons License

Talend Open Studio Components

265

Database components
tMysqlColumnList

On the Component list, select the relevant Mysql connection component if more than one connection is used. In the Table name field, enter the name of the DB table you want to list its column names. In this scenario, we want to list the columns present in the DB table called customer. In the design workspace, select tFixedFlowInput and click the Component tab to define its basic settings. Set the Schema Type to Built-In and click the three-dot [...] button next to Edit Schema to define the data you want to use as input. In this scenario, the schema is made of two columns, the first for the table name and the second for the column name.

Click OK to close the dialog box, and accept propagating the changes when prompted by the system. The defined columns display in the Values panel of the Basic settings view. Click in the Value cell for each of the two defined columns and press Ctrl+Space to access the global variable list. From the global variable list, select ((String)globalMap.get("tMysqlTableList_1_CURRENT_TABLE")) and ((String)globalMap.get("tMysqlColumnList_1_COLUMN_NAME")) for the TableName and ColumnName respectively.

In the design workspace, select tLogRow. Click the Component tab and define the basic settings for tLogRow as needed. Save your job and press F6 to execute it.

266

Talend Open Studio Components

Creative Commons License

Database components
tMysqlColumnList

The name of the DB table is displayed on the console along with all its column names.

Creative Commons License

Talend Open Studio Components

267

Database components
tMysqlCommit

tMysqlCommit
tMysqlCommit Properties
This component is closely related to tMysqlConnection and tMysqlRollback. It usually doesnt make much sense to use these components independently in a transaction.
Component family Databases/MySQL

Function Purpose

Validates the data processed through the job into the connected DB 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. Component list Select the tMysqlConnection component in the list if more than one connection are planned for the current job. Clear this check box to continue to use the selected connection once the component has performed its task.

Basic settings

Close Connection

Usage Limitation

This component is to be used along with Mysql components, especially with tMysqlConnection and tMysqlRollback components. n/a

Related scenario
This component is closely related to tMysqlConnection and tMysqlRollback. It usually doesnt make much sense to use one of these without using a tMysqlConnection component to open a connection for the current transaction. For tMysqlCommit related scenario, see tMysqlConnection on page 269.

268

Talend Open Studio Components

Creative Commons License

Database components
tMysqlConnection

tMysqlConnection
tMysqlConnection Properties
This component is closely related to tMysqlCommit and tMysqlRollback. It usually doesnt make much sense to use one of these without using a tMysqlConnection component to open a connection for the current transaction.
Component family Databases/MySQL

Function Purpose Basic settings

Opens a connection to the database for a current transaction. Allows to commit a whole job data in one go to the output database as one transaction when validated. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Host Port Database Username and Password Encoding Type Database server IP address Listening port number of DB server. Name of the database DB user authentication data. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select this check box to share your connection or fetch a connection shared by a parent or child Job. Shared DB Connection Name: set or type in the shared connection name.

Use or register a shared DB Connection Usage Limitation

This component is to be used along with Mysql components, especially with tMysqlCommit and tMysqlRollback components. n/a

Scenario: Inserting data in mother/daughter tables


The following job is dedicated to advanced database users, who want to carry out multiple table insertions using a parent table id to feed a child table. As a prerequisite to this job, follow the steps described below to create the relevant tables using an engine such as innodb. In a command line editor, connect to your Mysql server. Once connected to the relevant database, type in the following command to create the parent table: create table f1090_mum(id int not null auto_increment, name varchar(10), primary key(id)) engine=innodb;
Creative Commons License Talend Open Studio Components 269

Database components
tMysqlConnection

Then create the second table: create table baby (id_baby int not null, years int) engine=innodb; Back into Talend Open Studio, the job requires seven components including tMysqlConnection and tMysqlCommit.

Drag and drop the following components from the Palette: tFileList, tFileInputDelimited, tMap, tMysqlOutput (x2). Connect the tFileList component to the input file component using an Iterate link as the name of the file to be processed will be dynamically filled in from the tFileList directory using a global variable. Connect the tFileInputDelimited component to the tMap and dispatch the flow between the two output Mysql DB components. Use a Row link for each for these connections representing the main data flow. Set the tFileList component properties, such as the directory. name where files will be fetched from. Add a tMysqlConnection component and connect it to the starter component of this job, in this example, the tFileList component using a ThenRun link to define the execution order. In the tMysqlConnection Component view, set the connection details manually or fetch them from the Repository if you centrally stored them as a Metadata DB connection entry. For more information about Metadata, see Defining Metadata items in Talend Open Studio User Guide. On the tFileInputDelimited components Basic settings panel, press Ctrl+Space bar to access the variable list. Set the File Name field to the global variable: $_globals{tFileList_1}{CURRENT_FILEPATH}

270

Talend Open Studio Components

Creative Commons License

Database components
tMysqlConnection

Set the rest of the fields as usual, defining the row and field separators according to your file structure. Then set the schema manually through the Edit schema feature or select the schema from the Repository. In Java version, make sure the data type is correctly set, in accordance with the nature of the data processed. Change the encoding if different from the default one. In the tMap Output area, add two output tables, one called mum for the parent table, the second called baby, for the child table. Drag the Name column from the Input area, and drop it to the mum table. Drag the Years column from the Input area and drop it to the baby table.

Make sure the mum table is on the top of the baby table as the order is determining for the flow sequence hence the DB insert to perform correctly. Then connect the output row link to distribute correctly the flow to the relevant DB output component. In each of the tMysqlOutput components Basic settings panel, select the Use an existing connection check box to retrieve the tMysqlConnection details. Notice (in Perl version) that the Commit every field doesnt show anymore as you are supposed to use the tMysqlCommit instead to manage the global transaction commit. In Java version, ignore the field as this command will get overridden by the tMysqlCommit.
Creative Commons License Talend Open Studio Components 271

Database components
tMysqlConnection

Set the Table name making sure it corresponds to the correct table, in this example either f1090_mum or f1090_baby. There is no action on the table as they are already created. Select Insert as Action on data for both output components. Click on Sync columns to retrieve the schema set in the tMap. Change the encoding type if need be. In the Additional columns area of the DB output component corresponding to the child table (f1090_baby), set the id_baby column so that it reuses the id from the parent table. In the SQL expression field type in: '(Select Last_Insert_id())' The position is Before and the Reference column is years. Add the tMysqlCommit component to the design workspace and connect it from the tFileList component using a ThenRun connection in order for the job to terminate with the transaction commit. On the tMysqlCommit Component view, select in the list the connection to be used. Save your job and press F6 to run it.

272

Talend Open Studio Components

Creative Commons License

Database components
tMysqlConnection

The parent table id has been reused to feed the id_baby column.

Creative Commons License

Talend Open Studio Components

273

Database components
tMysqlInput

tMysqlInput
tMysqlInput properties
Component family Databases/MySQL

Function Purpose

tMysqlInput reads a database and extracts fields based on a query. tMysqlInput 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. Property type Either Built-in or Repository Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Use existing connection Host Port Database Username and Password Schema type and Edit Schema Select this check box when using a tMySQLConnection component. Database server IP address Listening port number of DB server. Name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Table Name Name of the table to be read.

Basic settings

Query type and Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition. Advanced settings Additional JDBC parameters Specify additional connection properties in the existing DB connection.

274

Talend Open Studio Components

Creative Commons License

Database components
tMysqlInput

Encoding Type

Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. When selected, helps to decide the row set to work with at a time and thus optimize performance. Select this check box to remove leading and trailing whitespace from all the String/Char columns. Remove leading and trailing whitespace from defined columns. Select this check box to collect log data at the component level.

Enable stream Trim all the String/Char columns Trim column tStateCatcher Statistics Usage

This component covers all possibilities of SQL queries onto a Mysql database.

Related scenarios
Related topic in tDBInput scenarios: Scenario 1: Displaying selected data from DB table on page 163 Scenario 2: Using StoreSQLQuery variable on page 164 Related topic in tContextLoad Scenario: Dynamic context use in MySQL DB insert on page 652.

Creative Commons License

Talend Open Studio Components

275

Database components
tMysqlLastInsertId

tMysqlLastInsertId
tMysqlLastInsertId properties
Component family Databases

Function Purpose Basic settings

tMysqlLastInsertId fetches the last inserted ID from a selected MySQL Connection. tMysqlLastInsertId allows to get the primary key value of the record that was last inserted in a Mysql table by a user. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: You create and store the schema locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: You have already created the schema and stored it in the Repository. You can reuse it in various projects and job flow charts. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Component list Select the relevant tMysqlConnection component in the list if more than one connection is planned for the current job.

Usage Limitation

This component is to be used as an intermediary component. n/a

Scenario: Get the ID for the last inserted record


The following Java scenario creates a job that opens a connection to Mysql database, writes the defined data into the database, and finally fetches the last inserted ID on the existing connection. Drop the following components from the Palette onto the design workspace: tMySqlConnection, tMySqlCommit, tFileInputDelimited, tMySqlOutput, tMysqlLastInsertId, and tLogRow. Connect tMySqlConnection to tFileInputDelimited using an OnSubjobOk link. Connect tFileInputDelimited to tMySqlCommit using an OnSubjobOk link. Connect tFileInputdelimited to the three other components using Row Main links.

276

Talend Open Studio Components

Creative Commons License

Database components
tMysqlLastInsertId

In the design workspace, select tMysqlConnection. Click the Component tab to define the basic settings for tMysqlConnection. In the Basic settings view, set the connection details manually or select them from the context variable list, through a Ctrl+Space click in the corresponding field if you stored them locally as Metadata DB connection entries. For more information about Metadata, see Defining Metadata items of Talend Open Studio User Guide.

In the design workspace, select tMysqlCommit and click the Component tab to define its basic settings. On the Component List, select the relevant tMysqlConnection if more than one connection is used. In the design workspace, select tFileInputDelimited. Click the Component tab to define the basic settings of tFileInputDelimited.

Creative Commons License

Talend Open Studio Components

277

Database components
tMysqlLastInsertId

Set Property Type to Built-In. Fill in a path to the processed file in the File Name field. The file used in this example is Customers. Define the Row separator that allow to identify the end of a row. Then define the Field separator used to delimit fields in a row. Set the header, the footer and the number of processed rows as necessary. In this scenario, we have one header. Set Schema to Built in and click the three-dot button next to Edit Schema to define the data to pass on to the next component. Related topics: Setting a built-in schema and Setting a Repository schema of Talend Open Studio User Guide.

In this scenario, the schema consists of two columns, name and age. The first holds three employees names and the second holds the corresponding age for each. In the design workspace, select tMySqlOutput. Click the Component tab to define the basic settings of tMySqlOuptput.

278

Talend Open Studio Components

Creative Commons License

Database components
tMysqlLastInsertId

Select the Use an existing connection check box. In the Table field, enter the name of the table where to write the employees list, in this example: employee. Select relevant actions on the Action on table and Action on data lists. In this example, no action is carried out on table, and the action carried out on data is Insert. Set Schema to Built-In and click Sync columns to synchronize columns with the previous component. In this example, the schema to be inserted into the MySql database table consists of the two columns name and age.

In the design workspace, select tMySqlLastInsertId. Click the Component tab to define the basic settings of tMySqlLastInserId.

On the Component List, select the relevant tMysqlConnection, if more than one connection is used.

Creative Commons License

Talend Open Studio Components

279

Database components
tMysqlLastInsertId

Set Schema to Built-In and click Sync columns to synchronize columns with the previous component. In the output schema of tMySqlLastInsertId, you can see the read-only column last_insert_id that will fetch the last inserted ID on the existing connection.

In the design workspace, select tLogRow and click the Component tab to define its basic settings. For more information, see tLogRow on page 628. Save your job and press F6 to execute it.

tMysqlLastInsertId fetched the last inserted ID for each line on the existing connection.

280

Talend Open Studio Components

Creative Commons License

Database components
tMysqlOutput

tMysqlOutput
tMysqlOutput properties
Component family Databases/MySQL

Function Purpose

tMysqlOutput writes, updates, makes changes or suppresses entries in a database. tMysqlOutput executes the action defined on the table and/or on the data contained in the table, based on the flow incoming from the preceding component in the job. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Use existing connection Host Port Database Username and Password Table Action on table Select this check box when using a tMySQLConnection component. Database server IP address Listening port number of DB server. Name of the database DB user authentication data. Name of the table to be written. Note that only one table can be written at a time On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create a table: The table is removed and created again. Create a table: The table does not exist and gets created. Create a table if not exists: The table is created if it does not exist. Drop a table if exists and create: The table is removed if it already exists and created again. Clear a table: The table content is deleted.

Basic settings

Creative Commons License

Talend Open Studio Components

281

Database components
tMysqlOutput

Action on data

On the data of the table defined, you can perform: Insert: Add new entries to the table. If duplicates are found, job stops. Update: Make changes to existing entries Insert or update: Add entries or update existing ones. Update or insert: Update existing entries or create it if non existing Delete: Remove entries corresponding to the input flow. It is necessary to specify at least one column as a primary key on which the Update and Delete operations are based. You can do that by clicking Edit Schema and selecting the check box(es) next to the column(s) you want to set as primary key(s). For an advanced use, click the Advanced settings view where you can simultaneously define primary keys for the Update and Delete operations. To do that: Select the Use field options check box and then in the Key in update column, select the check boxes next to the column names you want to use as a base for the Update operation. Do the same in the Key in delete column for the Delete operation.

Schema type and Edit Schema

A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Die on error Advanced settings Additional JDBC parameters Extend Insert

Clear this check box to skip the row on error and complete the process for error-free rows. Specify additional connection properties in the existing DB connection. Select this check box to carry out a bulk insert of a definable set of lines instead of inserting lines one by one. The gain in system performance is huge. Number of rows per insert:: enter the number of rows to be inserted as one block. Note that too high value decreases performance due to memory issues. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling.

Encoding Type

282

Talend Open Studio Components

Creative Commons License

Database components
tMysqlOutput

Commit every

Number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and, above all, better performance at executions. This option is not offered if you create (with or without drop) the DB table. This option allows you to call SQL functions to perform actions on columns, which are not insert, nor update or delete actions, or action that require particular preprocessing. Name: Type in the name of the schema column to be altered or inserted as new column SQL expression: Type in the SQL statement to be executed in order to alter or insert the relevant column data. Position: Select Before, Replace or After following the action to be performed on the reference column. Reference column: Type in a column of reference that the tDBOutput can use to place or replace the new or altered column.

Additional Columns

Use field options Enable debug mode tStateCatcher Statistics Usage

Select this check box to customize a request, especially when there is double action on data. Select this check box to display each step during processing entries in a database. Select this check box to collect log data at the component level.

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Scenario 1: Adding a new column and altering data in a DB table


This Java scenario is a three-component job that aims at creating random data using a tRowGenerator, duplicating a column to be altered using the tMap component, and eventually altering the data to be inserted based on an SQL expression using the tMysqlOutput component. Drop the following components from the Palette onto the design workspace: tRowGenerator, tMap and tMySQLOutput. Connect tRowGenerator, tMap, and tMysqlOutput using the Row Main link.

In the design workspace, select tRowGenerator to display its Basic settings view.
Creative Commons License Talend Open Studio Components 283

Database components
tMysqlOutput

Set the Schema Type to Built-In. Click the Edit schema three-dot button to define the data to pass on to the tMap component, two columns in this scenario, name and random_date.

Click OK to close the dialog box. Click the RowGenerator Editor three-dot button to open the editor and define the data to be generated.

Click in the corresponding Functions fields and select a function for each of the two columns, getFirstName for the first column and getrandomDate for the second column. In the Number of Rows for Rowgenerator field, enter 10 to generate ten first name rows and click Ok to close the editor.
284 Talend Open Studio Components Creative Commons License

Database components
tMysqlOutput

Double-click the tMap component to open the Map editor. The Map editor opens displaying the input metadata of the tRowGenerator component.

In the Schema editor panel of the Map editor, click the plus button of the output table to add two rows and define the first as random_date and the second as random_date1.

In this scenario, we want to duplicate the random_date column and adapt the schema in order to alter the data in the output component. In the Map editor, drag the random_date row from the input table to the random_date and random_date1 rows in the output table.

Creative Commons License

Talend Open Studio Components

285

Database components
tMysqlOutput

Click OK to close the editor. In the design workspace, double-click the tMysqlOutput component to display its Basic settings view and set its parameters.

Set Property Type to Repository and then click the three-dot button to open the [Repository content] dialog box and select the correct DB connection. The connection details display automatically in the corresponding fields.
If you have not stored the DB connection details in the Metadata entry in the Repository, select Built-in on the property type list and set the connection detail manually.

Click the three-dot button next to the Table field and select the table to be altered, Dates in this scenario.
286 Talend Open Studio Components Creative Commons License

Database components
tMysqlOutput

On the Action on table list, select Drop table if exists and create, select Insert on the Action on data list. If needed, click Sync columns to synchronize with the columns coming from the tMap component. Click the Advanced settings tab to display the corresponding view and set the advanced parameters.

In the Additional Columns area, set the alteration to be performed on columns. In this scenario, the One_month_later column replaces random_date_1. Also, the data itself gets altered using an SQL expression that adds one month to the randomly picked-up date of the random_date_1 column. ex: 2007-08-12 becomes 2007-09-12. -Enter One_Month_Later in the Name cell. -In the SQL expression cell, enter the relevant addition script to be performed, adddate(Random_date, interval 1 month) in this scenario. -Select Replace on the Position list. -Enter Random_date1 on the Reference column list.
For this job we duplicated the random_date_1 column in the DB table before replacing one instance of it with the One_Month_Later column. The aim of this workaround was to be able to view upfront the modification performed.

Save your job and press F6 to execute it. The new One_month_later column replaces the random_date1 column in the DB table and adds one month to each of the randomly generated dates.

Related topic: tDBOutput properties on page 166.

Creative Commons License

Talend Open Studio Components

287

Database components
tMysqlOutput

Scenario 2: Updating data in a database table


This Java scenario describes a two-component Job that updates data in a MySQL table according to that in a delimited file. Drop tFileInputDelimited and tMySQLOutput from the Palette onto the design workspace. Connect the two components together using a Row Main link.

Double-click tFileInputDelimited to display its Basic settings view and define the component properties. From the Property Type list, select Repository if you have already stored the metadata of the delimited file in the Metadata node in the Repository tree view. Otherwise, select Built-In to define manually the metadata of the delimited file. For more information about storing metadata, see Setting up a File Delimited schema on page 184 of Talend Open Studio User Guide.

In the File Name field, click the three-dot button and browse to the source delimited file that contains the modifications to propagate in the MySQL table. In this example, we use the customer_update file that holds four columns: id, CustomerName, CustomerAddress and idState. Some of the data in these four columns is different from that in the MySQL table.

288

Talend Open Studio Components

Creative Commons License

Database components
tMysqlOutput

Define the row and field separators used in the source file in the corresponding fields. If needed, set Header, Footer and Limit. In this example, Header is set to 1 since the first row holds the names of columns, therefore it should be ignored. Also, the number of processed lines is limited to 2000. Select Built in from the Schema list then click the three-dot button next to Edit Schema to open a dialog box where you can describe the data structure of the source delimited file that you want to pass to the component that follows.

Select the Key check box(es) next to the column name(s) you want to define as key column(s).
It is necessary to define at least one column as a key column for the Job to be executed correctly. Otherwise, the Job is automatically interrupted and an error message displays on the console.

In the design workspace, double-click tMysqlOutput to open its Basic settings view where you can define its properties.

Creative Commons License

Talend Open Studio Components

289

Database components
tMysqlOutput

Click Sync columns to retrieve the schema of the preceding component. If needed, click the three-dot button next to Edit schema to open a dialog box where you can check the retrieved schema. From the Property Type list, select Repository if you have already stored the connection metadata in the Metadata node in the Repository tree view. Otherwise, select Built-In to define manually the connection information. For more information about storing metadata, see Setting up a DB connection on page 168 of Talend Open Studio User Guide. Fill in the database connection information in the corresponding fields. In the Table field, enter the name of the table to update. From the Action on table list, select the operation you want to perform, None in this example since the table already exists. From the Action on data list, select the operation you want to perform on the data, Update in this example. Save your Job and press F6 to execute it.

290

Talend Open Studio Components

Creative Commons License

Database components
tMysqlOutput

Using you DB browser, you can verify if the MySQL table, customers, has been modified according to the delimited file. In the above example, the database table has always the four columns id, CustomerName, CustomerAddress and idState, but certain fields have been modified according to the data in the delimited file used.

Creative Commons License

Talend Open Studio Components

291

Database components
tMysqlOutputBulk

tMysqlOutputBulk
tMysqlOutputBulk properties
tMysqlOutputBulk and tMysqlBulkExec components are used together to first output the file that will be then used as parameter to execute the SQL query stated. These two steps compose the tMysqlOutputBulkExec component, detailed in a separate section. The interest in having two separate elements lies in the fact that it allows transformations to be carried out before the data loading.
Component family Databases/MySQL

Function Purpose Basic settings

Writes a file with columns based on the defined delimiter and the MySql standards Prepares the file to be used as parameter in the INSERT query to feed the MySQL database. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the Repository file where Properties are stored. The following fields are pre-filled in using fetched data. File Name Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide Character, string or regular expression to separate fields. String (ex: \non Unix) to distinguish rows. Select this check box to add the new rows at the end of the file Select this check box to include the column header to the file. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job designs. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Field separator Row separator Append Include header Schema type and Edit Schema

292

Talend Open Studio Components

Creative Commons License

Database components
tMysqlOutputBulk

Encoding Type

Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling.

Usage

This component is to be used along with tMySQlBulkExec component. Used together they offer gains in performance while feeding a MySQL database.

Scenario: Inserting transformed data in MySQL database


This scenario describes a four-component job which aims at fueling a database with data contained in a file, including transformed data. Two steps are required in this job, first step is to create the file, that will then be used in the second step. The first step includes a tranformation phase of the data included in the file.

Drag and drop a tRowGenerator, a tMap, a tMysqlOutputBulk as well as a tMysqlBulkExec component. Connect the main flow using row main links. And connect the start component (tRowgenerator in this example) to the tMysqlBulkExec using a trigger connection, of type ThenRun. A tRowGenerator is used to generate random data. Double-click on the tRowGenerator component to launch the editor. Define the schema of the rows to be generated and the nature of data to generate. In this example, the clients file to be produced will contain the following columns: ID, First Name, Last Name, Address, City which all are defined as string data but the ID that is of integer type.

Creative Commons License

Talend Open Studio Components

293

Database components
tMysqlOutputBulk

Some schema information dont necessarily need to be displayed. To hide them away, click on Columns list button next to the toolbar, and uncheck the relevant entries, such as Precision or Parameters. Use the plus button to add as many columns to your schema definition. Click the Refresh button to preview the first generated row of your output. Then select the tMap component to set the transformation. Drag and drop all columns from the input table to the output table.

Apply the transformation on the LastName column by adding uc in front of it. Click OK to validate the transformation. Then double-click on the tMysqlOutputBulk component. Define the name of the file to be produced in File Name field. If the delimited file information is stored in the Repository, select it in Property type field, to retrieve relevant data. In this use case the file name is clients.txt. The schema is propagated from the tMap component, if you accepted it when prompted. In this example, dont include the header information as the table should already contain it.

294

Talend Open Studio Components

Creative Commons License

Database components
tMysqlOutputBulk

The encoding is the default one for this use case. Click OK to validate the output. Then double-click on the tMysqlBulkExec to set the INSERT query to be executed. Define the database connection details. We recommend you to store this type of information in the Repository, so that you can retrieve them at any time for any job.

Set the table to be filled in with the collected data, in the Table field. Fill in the column delimiters in the Field terminated by area. Make sure the encoding corresponds to the data encoding. Then press F6 to run the job.

The clients database table is filled with data from the file including upper-case last name as transformed in the job. For simple Insert operations that dont include any transformation, the use of tMysqlOutputBulkExec allows to spare a step in the process hence to gain some performance. Related topic: tMysqlOutputBulkExec properties on page 296

Creative Commons License

Talend Open Studio Components

295

Database components
tMysqlOutputBulkExec

tMysqlOutputBulkExec
tMysqlOutputBulkExec properties
Component family Databases/MySQL

Function Purpose Basic settings

Executes the Insert action on the data provided. As a dedicated component, it allows gains in performance during Insert operations to a MySQL database. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Host Port Database Username and Password Database server IP address Listening port number of DB server. Name of the database DB user authentication data. On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create a table: The table is removed and created again. Create a table: The table does not exist and gets created. Create a table if not exists: The table is created if it does not exist. Clear a table: The table content is deleted. Name of the table to be written. Note that only one table can be written at a time and that the table must exist for the insert operation to succeed. Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide Specify additional connection properties in the existing DB connection. String (ex: \non Unix) to distinguish rows. Character, string or regular expression to separate fields. Character of the row to be escaped Character used to enclose text. This check box is selected by default. It creates a directory to hold the output table if required.

In Java, use tCreateTable as substitute for this function.

Action on table

Table

Local FileName

Advanced settings

Additional JDBC parameters Row separator Field separator Escape char Text enclosure Create directory if not exists

296

Talend Open Studio Components

Creative Commons License

Database components
tMysqlOutputBulkExec

Custom the flush Action on data

Custom the memory used to temporarily store output data. On the data of the table defined, you can perform: Insert records in table: Add new records to the table. Update records in table: Make changes to existing records. Replace records in table: replace existing records with new one. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling.

Encoding Type

Usage Limitation

This component is mainly used when no particular transformation is required on the data to be loaded onto the database. n/a

Scenario: Inserting data in MySQL database


This scenario describes a two-component job which carries out the same operation as the one described for tMysqlOutputBulk properties on page 292 and tMysqlBulkExec properties on page 262, although no transformation of data is performed.

Drop a tRowGenerator and a tMysqlOutputBulkExec component from the Palette to the design workspace. The tRowGenerator is to be set the same way as in the Scenario: Inserting transformed data in MySQL database on page 293. The schema is made of four columns including: ID, First Name, Last Name, Address and City. Then set the DB connection if needed, the best practices being to store the connection details in the Metadata repository. Then fill in the table to be filled in with the generated data in the Table field. And the name of the file to be loaded in File Name field.

Creative Commons License

Talend Open Studio Components

297

Database components
tMysqlOutputBulkExec

Then press F6 to execute the job. The result should be pretty much the same as in Scenario: Inserting transformed data in MySQL database on page 293, but the data might differ as these are regenerated randomly everytime the job is run.

298

Talend Open Studio Components

Creative Commons License

Database components
tMysqlRollback

tMysqlRollback
tMysqlRollback properties
This component is closely related to tMysqlCommit and tMysqlConnection. It usually doesnt make much sense to use these components independently in a transaction.
Component family Databases

Function Purpose Basic settings

Cancel the transaction commit in the connected DB. Avoids to commit part of a transaction involuntarily. Component list Select the tMysqlConnection component in the list if more than one connection are planned for the current job. Clear this check box to continue to use the selected connection once the component has performed its task.

Close Connection

Usage Limitation

This component is to be used along with Mysql components, especially with tMysqlConnection and tMysqlCommit components. n/a

Scenario: Rollback from inserting data in mother/daughter tables


Based on the tMysqlConnection Scenario: Inserting data in mother/daughter tables on page 269, insert a rollback funtion in order to prevent unwanted commit.

Drag and drop a tMysqlRollback to the design workspace and connect it to the Start component. Set the Rollback unique field on the relevant DB connection. This complementary element to the job ensures that the transaction wont be partly committed.
Creative Commons License Talend Open Studio Components 299

Database components
tMysqlRow

tMysqlRow
tMysqlRow properties
Component family Databases/MySQL

Function

tMysqlRow 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 doesnt provide output. Depending on the nature of the query and the database, tMysqlRow acts on the actual DB structure or on the data (although without handling data). The SQLBuilder tool helps you write easily your SQL statements. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tMySqlConnection component on the Component list to reuse the connection details you already defined. Database server IP address Listening port number of DB server. Name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type Either Built-in or Repository. Built-in: Fill in manually the query statement or build it graphically using SQLBuilder Repository: Select the relevant query stored in the Repository. The Query field gets accordingly filled in.

Purpose

Basic settings

Host Port Database Username and Password Schema type and Edit Schema

300

Talend Open Studio Components

Creative Commons License

Database components
tMysqlRow

Query

Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition. Clear this check box to skip the row on error and complete the process for error-free rows. Specify additional connection properties in the existing DB connection Select this check box to insert the result of the query into a COLUMN of the current flow Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and above all better performance on executions. Select this check box to collect log data at the component level.

Die on error Advanced settings Additional JDBC parameters Propagate QUERYs recordset Encoding Type

Commit every

tStateCatcher Statistics Usage

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Scenario: Removing and regenerating a MySQL table index


This scenario describes a four-component job that removes a table index, applies a select insert action onto a table then regenerates the index.

Select and drop the following components onto the design workspace: tMysqlRow (x2), tRowGenerator, and tMysqlOutput. Connect tRowGenerator to tMysqlIntput. Using a ThenRun connections, link the first tMysqlRow to tRowGenerator and tRowGenerator to the second tMysqlRow.

Creative Commons License

Talend Open Studio Components

301

Database components
tMysqlRow

Select the tMysqlRow to fill in the DB Basic settings. In Property type as well in Schema type, select the relevant DB entry in the list. The DB connection details and the table schema are accordingly filled in. Propagate the properties and schema details onto the other components of the job. The query being stored in the Metadata area of the Repository, you can also select Repository in the Query type field and the relevant query entry. If you didnt store your query in the Repository, type in the following SQL statement to alter the database entries: drop index <index_name> on <table_name> Select the second tMysqlRow component, check the DB properties and schema. Type in the SQL statement to recreate an index on the table using the following statement: create index <index_name> on <table_name> (<column_name>) The tRowGenerator component is used to generate automatically the columns to be added to the DB output table defined. Select the tMysqlOutput component and fill in the DB connection properties either from the Repository or manually the DB connection details are specific for this use only. The table to be fed is named: comprehensive. The schema should be automatically inherited from the data flow coming from the tLogRow. Edit the schema to check its structure and check that it corresponds to the schema expected on the DB table specified. The Action on table is None and the Action on data is Insert. No additional Columns is required for this job. Press F6 to run the job. If you manage to watch the action on DB data, you can notice that the index is dropped at the start of the job and recreated at the end of the insert action. Related topics: tDBSQLRow properties on page 171.

302

Talend Open Studio Components

Creative Commons License

Database components
tMysqlSCD

tMysqlSCD
tMysqlSCD belongs to two component families: Business Intelligence and Databases. For more information on it, see tMysqlSCD on page 12.

Creative Commons License

Talend Open Studio Components

303

Database components
tMysqlSCDELT

tMysqlSCDELT
tMysqlSCDELT Properties
Component family Databases/MySQL

Function Purpose

tMysqlSCDELT reflects and tracks changes in a dedicated MySQL SCD table. tMysqlSCDELT addresses Slowly Changing Dimension needs through SQL queries (server-side processing mode), and logs the changes into a dedicated MySQL SCD table. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Enter properties manually. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tMySqlConnection component on the Component list to reuse the connection details you already defined. The IP address of the database server. Listening port number of database server. Name of the database User authentication data for a dedicated database. Name of the input MySQL SCD table. Name of the table to be written. Note that only one table can be written at a time Select to perform one of the following operations on the table defined: None: No action carried out on the table. Drop and create the table: The table is removed and created again Create a table: A new table gets created. Create a table if not exists: A table gets created if it does not exist. Clear a table: The table content is deleted. You have the possibility to rollback the operation. Truncate a table: The table content is deleted. You don not have the possibility to rollback the operation. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository.

Basic settings

Host Port Database Username and Password Source table Table Action on table

Schema type and Edit Schema

304

Talend Open Studio Components

Creative Commons License

Database components
tMysqlSCDELT

Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Surrogate Key Creation Source Keys Select the surrogate key column from the list. Select the method to be used for the surrogate key generation. Select one or more columns to be used as keys, to ensure the unicity of incoming data.

Use SCD Type 1 fields Use type 1 if tracking changes is not necessary. SCD Type 1 should be used for typos corrections for example. Select the columns of the schema that will be checked for changes. Use SCD Type 2 fields Use type 2 if changes need to be tracked down. SCD Type 2 should be used to trace updates for example. Select the columns of the schema that will be checked for changes. Start date: Adds a column to your SCD schema to hold the strat date value. You can select one of the input schema columns as Start Date in the SCD table. End Date: Adds a column to your SCD schema to hold the end date value for the record. When the record is currently active, the End Date column shows a null value, or you can select Fixed Year value and fill it in with a fictive year to avoid having a null value in the End Date field. Log Active Status: Adds a column to your SCD schema to hold the true or false status value. This column helps to easily spot the active record. Log versions: Adds a column to your SCD schema to hold the version number of the record. Usage This component is used as an output component. It requires an input component and Row main link as input.

Related Scenario
For related topics, see tMysqlSCD on page 12 Scenario: Tracking changes using Slowly Changing Dimensions (type 0 through type 3) on page 15.

Creative Commons License

Talend Open Studio Components

305

Database components
tMysqlSP

tMysqlSP
tMysqlSP Properties
Component family Databases/Mysql

Function Purpose Basic settings

tMysqlSP calls the database stored procedure. tMysqlSP offers a convenient way to centralize multiple or complex queries in a database and call them easily. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Host Port Database Username and Password Encoding Type Database server IP address Listening port number of DB server. Name of the database DB user authentication data. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. In SP principle, the schema is an input parameter. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. SP Name Is Function / Return result in Type in the exact name of the Stored Procedure Select this check box, if a value only is to be returned. Select on the list the schema column, the value to be returned is based on.

Schema type and Edit Schema

306

Talend Open Studio Components

Creative Commons License

Database components
tMysqlSP

Parameters

Click the Plus button and select the various Schema Columns that will be required by the procedures. Note that the SP schema can hold more columns than there are paramaters used in the procedure. Select the Type of parameter: IN: Input parameter OUT: Output parameter/return value IN OUT: Input parameters is to be returned as value, likely after modification through the procedure (function). RECORDSET: Input parameters is to be returned as a set of values, rather than single value. Check the tParseRecordSet component if you want to analyze a set of records from a database table or DB query and return single records.

Usage Limitation

This component is used as intermediary component. It can be used as start component but only input parameters are thus allowed. The Stored Procedures syntax should match the Database syntax.

Scenario: Finding a State Label using a stored procedure


The following job aims at finding the State labels matching the odd State IDs in a Mysql two-column table. A stored procedure is used to carry out this operation.

Drag and drop the following components used in this example: tRowGenerator, tMysqlSP, tLogRow. Connect the components using the Row Main link. The tRowGenerator is used to generate the odd id number. Double-click on the component to launch the editor.

Click on the Plus button to add a column to the schema to generate. Select the Key check box and define the Type to Int. The Length equals to 2 digits max.

Creative Commons License

Talend Open Studio Components

307

Database components
tMysqlSP

Use the preset function called sequence but customize the Parameters in the lower part of the window.

Change the Value of step from 1 to 2 for this example, still starting from 1. Set the Number of generated rows to 25 in order for all the odd State id (of 50 states) to be generated. Click OK to validate the configuration. Then select the tMysqlSP component and define its properties.

Set the Property type field to Repository and select the relevant entry on the list. The connection details get filled in automatically. Else, set manually the connection information. Click Sync Column to retrieve the generated schema from the preceding component.
308 Talend Open Studio Components Creative Commons License

Database components
tMysqlSP

Then click Edit Schema and add an extra column to hold the State Label to be output, in addition to the ID. Select the encoding type on the list. Type in the name of the procedure in the SP Name field as it is called in the Database. In this example, getstate. The procedure to be executed states as follows: DROP PROCEDURE IF EXISTS `talend`.`getstate` $$ CREATE DEFINER=`root`@`localhost` PROCEDURE `getstate`(IN pid INT, OUT pstate VARCHAR(50)) BEGIN SELECT LabelState INTO pstate FROM us_states WHERE idState = pid; END $$ In the Parameters area, click the plus button to add a line to the table. Set the Column field to ID, and the Type field to IN as it will be given as input parameter to the procedure. Add a second line and set the Column field to State and the Type to Out as this is the output parameter to be returned. Eventually, set the tLogRow component properties.

Synchronize the schema with the preceding component. And select the Print values in cells of a table check box for reading convenience. Then save your Job and execute it.

The output shows the state labels corresponding to the odd state ids as defined in the procedure. Check the tParseRecordSet component if you want to analyze a set of records from a database table or DB query and return single records.

Creative Commons License

Talend Open Studio Components

309

Database components
tMysqlTableList

tMysqlTableList
tMysqlTableList Properties
Component family Databases/MySQL

Function Purpose Basic settings

Iterates on a set of table names through a defined Mysql connection. Lists the names of a given set of Mysql tables using a select statement based on a Where clause. Component list Select the tMysqlConnection component in the list if more than one connection are planned for the current job.

Where clause for table Enter the Where clause to identify the tables to iterate name selection on. Usage Limitation This component is to be used along with Mysql components, especially with tMysqlConnection. n/a

Scenario: Iterating on DB tables and deleting their content using a user-defined SQL template
The following Java scenario creates a three-component job that iterates on given table names from a MySQL database using a WHERE clause. It then deletes the content of the tables directly on the DBMS using a user-defined SQL template. For advanced use, start with creating a connection to the database that contains the tables you want to empty of their content. In the Repository tree view, expand Metadata and right click DB Connections to create a connection to the relevant database and to store the connection information locally. For more information about Metadata, see Defining Metadata items of Talend Open Studio User Guide. Otherwise, drop a tMySQLConnection component in the design workspace and fill the connection details manually. Drop the database connection you created from the Repository onto the design workspace. The [Components] dialog box displays. Select tMySQLConnection and click OK. The tMySQLConnection components displays on the design workspace with all connection details automatically filled in its Basic settings view. Drop the following two components from the Palette onto the design workspace: tMysqlTableList and tELT. Connect tMysqlConnection to tMysqlTableList using an OnSubjobOk link.

310

Talend Open Studio Components

Creative Commons License

Database components
tMysqlTableList

Connect tMysqlTableList to tELT using an Iterate link. If needed, double-click tMysqlConnection to display its Basic settings view and verify the connection details.

In this example, we want to connect to a MySQL database called examples. In the design workspace, double-click tMysqlTableList to display its Basic settings view and define its settings.

On the Component list, select the relevant MySQL connection component if more than one connection is used. Enter a WHERE clause using the right syntax in the corresponding field to iterate on the table name(s) you want to delete the content of. In this scenario, we want the job to iterate on all the tables which names start with ex. In the design workspace, double-click tELT to display its Basic settings view and define its settings.

Creative Commons License

Talend Open Studio Components

311

Database components
tMysqlTableList

In Database Name, enter the name of the database containing the tables you want to process. On the Component list, select the relevant MySQL connection component if more than one connection is used. Click in the Table name field and press Ctrl+Space to access the global variable list. From the global variable list, select ((String)globalMap.get("tMysqlTableList_1_CURRENT_TABLE")). To create the user-defined SQL template: In the Repository tree view, expand SQL Templates and MySQL in succession.

Right-click UserDefined and select Create SQLTemplate from the drop-down list. The New SQLTemplate wizard opens.

312

Talend Open Studio Components

Creative Commons License

Database components
tMysqlTableList

Enter a name for the new SQL template and fill in the other fields If needed and then click Finish to close the wizard. An SQL pattern editor opens on the design workspace. Delete the existing code and enter the code necessary to carry out the desired action, deleting the content of all tables which names start with ex in this example.

In the SQL template code, you must use the correct variable name attached to the table name parameter (__TABLE-NAME__ in this example). To display the variable name used, put your pointer in the Table Name field in the basic settings of the tELT component.

Press Ctrl+S to save the new user-defined SQL template. The next step is to add the new user-defined SQL template to the SQL template list in the tELT component.

Creative Commons License

Talend Open Studio Components

313

Database components
tMysqlTableList

To add the user-defined SQL template to the SQL template list: In the Component view of tELT, click the SQL Templates tab to display the SQLTemplate List.

Click the Add button and add two SQL template lines. Click in the first line to display a drop-down arrow and then click the arrow to display the SQL template list.

Select in the list the user-defined SQL template you already created. Make sure that the SQL template in the second line is Commit. Save your job and press F6 to execute it. All tables in the MySQL examples database which names begin with ex are emptied from their content.

Related scenario
For tMysqlTableList related scenario, see Scenario: Iterating on a DB table and listing its column names on page 264.

314

Talend Open Studio Components

Creative Commons License

Database components
tNetezzaBulkExec

tNetezzaBulkExec
tNetezzaBulkExec properties
Component family Databases/Netezza

Function Purpose Basic settings

Executes the Insert action on the data provided. As a dedicated component, tNetezzaBulkExec offers gains in performance while carrying out the Insert operations to a Netezza database Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the Repository file where Properties are stored. When selected, the fields to follow are pre-filled in using fetched data. Use an existing connection Host Port Database Username and Password Table Select this check box when you are using the component tNetezzaConnection. Database server IP address Listening port number of DB server. Name of the database. DB user authentication data. Name of the table to be written. Note that only one table can be written at a time and that the table must exist for the insert operation to succeed. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. File Name Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide. Character, string or regular expression to separate fields. Select this check box to use data enclosure characters. String (ex: \non Unix) to distinguish rows. Character of the row to be escaped.

Schema type and Edit Schema

Advanced settings

Field Separator Require quotes () around data files Row Separator Escape character

Creative Commons License

Talend Open Studio Components

315

Database components
tNetezzaBulkExec

Date format / Date delimiter

Use Date format to distinguish the way years, months and days are represented in a string. Use Date delimiter to specify the separator between date values. Use Time format to distinguish the time is represented in a string. Use Time delimiter to specify the separator between time values. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Enter the maximum error limit that will not stop the process. Enter the number of rows to be skipped.

Time format/ Time delimiter Encoding

Max Errors Skip Rows

tStatCatcher Statistics Select this check box to collect log data at the component level. Usage Limitation This component offers performance and flexibility of Netezza DB query handling. n/a

Related scenarios
For uses cases in relation with tNetezzaBulkExec, see the following scenarios: tMysqlOutputBulk Scenario: Inserting transformed data in MySQL database on page 293. tMysqlOutputBulkExec Scenario: Inserting data in MySQL database on page 297. tOracleBulkExec Scenario: Truncating and inserting file data into Oracle DB on page 329.

316

Talend Open Studio Components

Creative Commons License

Database components
tNetezzaCommit

tNetezzaCommit
tNetezzaCommit Properties
This component is closely related to tNetezzaConnection and tNetezzaRollback. It usually does not make much sense to use these components independently in a transaction.
Component family Databases/Netezza

Function Purpose

tNetezzaCommit validates the data processed through the Job into the connected DB 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. Component list Select the tNetezzaConnection component in the list if more than one connection are planned for the current Job. Clear this check box to continue to use the selected connection once the component has performed its task.

Basic settings

Close Connection

Usage Limitation

This component is to be used along with Netezza components, especially with tNetezzaConnection and tNetezzaRollback. n/a

Related scenario
This component is closely related to tNetezzaConnection and tNetezzaRollback. It usually does not make much sense to use one of these without using a tNetezzaConnection component to open a connection for the current transaction. For tNetezzaCommit related scenario, see Scenario: Inserting data in mother/daughter tables on page 269.

Creative Commons License

Talend Open Studio Components

317

Database components
tNetezzaConnection

tNetezzaConnection
tNetezzaConnection Properties
This component is closely related to tNetezzaCommit and tNetezzaRollback. It usually does not make much sense to use one of these without using a tNetezzaConnection component to open a connection for the current transaction.
Component family Databases/Netezza

Function Purpose Basic settings

tNetezzaConnection opens a connection to the database for a current transaction. This component allows to commit job data in one go to the output database as one transaction when validated. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Host Port Database Username and Password Additional JDBC Parameters Encoding Type Database server IP address Listening port number of DB server. Name of the database DB user authentication data. Specify additional connection properties in the existing DB connection. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select this check box to share your connection or fetch a connection shared by a parent or child Job. Shared DB Connection Name: set or type in the shared connection name.

Use or register a shared DB Connection Usage Limitation

This component is to be used along with Netezza components, especially with tNetezzaCommit and tNetezzaRollback. n/a

Related scenarios
For tNetezzaConnection related scenario, see Scenario: Inserting data in mother/daughter tables on page 269.

318

Talend Open Studio Components

Creative Commons License

Database components
tNetezzaInput

tNetezzaInput
tNetezzaInput properties
Component family Databases/Netezza

Function Purpose

tNetezzaInput reads a database and extracts fields based on a query. tNetezzaInput 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. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Use existing connection Host Port Database Username and Password Schema type and Edit Schema Select this check box when using a tNetezzaConnection component. Database server IP address Listening port number of DB server. Name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Table Name Name of the table to be read.

Basic settings

Query type and Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition.

Creative Commons License

Talend Open Studio Components

319

Database components
tNetezzaInput

Advanced settings

Encoding Type

Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. When selected, helps to decide the row set to work with at a time and thus optimize performance. Select this check box to remove leading and trailing whitespace from all the String/Char columns. Remove leading and trailing whitespace from defined columns.

Use cursor Trim all the String/Char columns Trim column

tStatCatcher Statistics Select this check box to collect log data at the component level. Usage This component covers all possibilities of SQL queries onto a Netezza database.

Related scenarios
Related scenarios for tNetezzaInput are: Scenario 1: Displaying selected data from DB table on page 163. Scenario 2: Using StoreSQLQuery variable on page 164. Related topic in tContextLoad Scenario: Dynamic context use in MySQL DB insert on page 652.

320

Talend Open Studio Components

Creative Commons License

Database components
tNetezzaOutput

tNetezzaOutput
tNetezzaOutput properties
Component family Databases/Netezza

Function Purpose

tNetezzaOutput writes, updates, makes changes or suppresses entries in a database. tNetezzaOutput executes the action defined on the table and/or on the data contained in the table, based on the flow incoming from the preceding component in the designed Job. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Use existing connection Host Port Database Username and Password Table Action on table Select this check box when using a tNetezzaConnection component. Database server IP address Listening port number of DB server. Name of the database DB user authentication data. Name of the table to be written. Note that only one table can be written at a time On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create a table: The table is removed and created again. Create a table: The table does not exist and gets created. Create a table if not exists: The table is created if it does not exist. Drop a table if exists and create: The table is removed if it already exists and created again. Clear a table: The table content is deleted.

Basic settings

Creative Commons License

Talend Open Studio Components

321

Database components
tNetezzaOutput

Action on data

On the data of the table defined, you can perform: Insert: Add new entries to the table. If duplicates are found, job stops. Update: Make changes to existing entries Insert or update: Add entries or update existing ones. Update or insert: Update existing entries or create it if non existing Delete: Remove entries corresponding to the input flow. It is necessary to specify at least one column as a primary key on which the Update and Delete operations are based. You can do that by clicking Edit Schema and selecting the check box(es) next to the column(s) you want to set as primary key(s). For an advanced use, click the Advanced settings view where you can simultaneously define primary keys for the Update and Delete operations. To do that: Select the Use field options check box and then in the Key in update column, select the check boxes next to the column names you want to use as a base for the Update operation. Do the same in the Key in delete column for the Delete operation.

Schema type and Edit Schema

A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Die on error Advanced settings Additional JDBC parameters Extend Insert

Clear this check box to skip the row on error and complete the process for error-free rows. Specify additional connection properties in the existing DB connection. Select this check box to carry out a bulk insert of a definable set of lines instead of inserting lines one by one. The gain in system performance is huge. Number of rows per insert: enter the number of rows to be inserted as one block. Note that too high value decreases performance due to memory issues. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling.

Encoding Type

322

Talend Open Studio Components

Creative Commons License

Database components
tNetezzaOutput

Commit every

Number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and, above all, better performance at executions. This option is not offered if you create (with or without drop) the DB table. This option allows you to call SQL functions to perform actions on columns, which are not insert, nor update or delete actions, or action that require particular preprocessing. Name: Type in the name of the schema column to be altered or inserted as new column SQL expression: Type in the SQL statement to be executed in order to alter or insert the relevant column data. Position: Select Before, Replace or After following the action to be performed on the reference column. Reference column: Type in a column of reference that the tDBOutput can use to place or replace the new or altered column.

Additional Columns

Use field options tStateCatcher Statistics Usage

Select this check box to customize a request, especially when there is double action on data. Select this check box to collect log data at the component level.

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For tNetezzaOutput related topics, see: tDBOutput Scenario: Displaying DB output on page 168 tMySQLOutput Scenario 1: Adding a new column and altering data in a DB table on page 283.

Creative Commons License

Talend Open Studio Components

323

Database components
tNetezzaRollback

tNetezzaRollback
tNetezzaRollback properties
This component is closely related to tNetezzaCommit and tNetezzaConnection. It usually does not make much sense to use these components independently in a transaction.
Component family Databases/Netezza

Function Purpose Basic settings

tNetezzaRollback cancels the transaction committed in the connected DB. This component avoids to commit part of a transaction involuntarily. Component list Select the tNetezzaConnection component in the list if more than one connection are planned for the current job. Clear this check box to continue to use the selected connection once the component has performed its task.

Close Connection

Usage Limitation

This component is to be used along with Netezza components, especially with tNetezzaConnection and tNetezzaCommit. n/a

Related scenarios
For tNetezzaRollback related scenario, see Scenario: Rollback from inserting data in mother/daughter tables on page 299.

324

Talend Open Studio Components

Creative Commons License

Database components
tNetezzaRow

tNetezzaRow
tNetezzaRow properties
Component family Databases/Netezza

Function

tNetezzaRow is the specific component for this database query. It executes the SQL query stated onto the specified database. The row suffix means that the component implements a flow in the job design although it does not provide output. Depending on the nature of the query and the database, tNetezzaRow acts on the actual DB structure or on the data (although without handling data). The SQLBuilder tool helps you write easily your SQL statements. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tNetezzaConnection component on the Component list to reuse the connection details you already defined. Database server IP address Listening port number of DB server. Name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Table Name Query type Enter the name of the table to be processed. Either Built-in or Repository. Built-in: Fill in manually the query statement or build it graphically using SQLBuilder Repository: Select the relevant query stored in the Repository. The Query field gets accordingly filled in.

Purpose

Basic settings

Host Port Database Username and Password Schema type and Edit Schema

Creative Commons License

Talend Open Studio Components

325

Database components
tNetezzaRow

Query

Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition. Clear this check box to skip the row on error and complete the process for error-free rows. Specify additional connection properties in the existing DB connection Select this check box to insert the result of the query into a COLUMN of the current flow Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and above all better performance on executions. Select this check box to collect log data at the component level.

Die on error Advanced settings Additional JDBC parameters Propagate QUERYs recordset Encoding Type

Commit every

tStateCatcher Statistics Usage

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For a tNetezzaRow related scenario, see Scenario: Removing and regenerating a MySQL table index on page 301.

326

Talend Open Studio Components

Creative Commons License

Database components
tOracleBulkExec

tOracleBulkExec
tOracleBulkExec properties
Component family Databases/Oracle

Function Purpose Basic settings

tOracleBulkExec inserts, appends, replaces or truncate data in an Oracle database. As a dedicated component, it allows gains in performance during operations performed on data of an Oracle database. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Connection type DB Version Host Port Database Schema Select this check box when you are using the component tOracleConnection. Drop-down list of available drivers Select the Oracle version in use IP address of the database server Port number listening the database server Database name. Schema name. Oracle Service Name or SID in Oracle database. In Java projects, the the full database connection details are required. DB user authentication data. Name of the table to be written. Note that only one table can be written at a time On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create a table: The table is removed and created again. Create a table: The table does not exist and gets created. Create a table if doesnt exist: The table is created if it does not exist. Clear a table: The table content is deleted. Truncate table: The table content is deleted. You do not have the possibility to rollback the operation. Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide.

Perl only

Service Name

Username and Password Table Action on table

Data file name

Creative Commons License

Talend Open Studio Components

327

Database components
tOracleBulkExec

Action on data

On the data of the table defined, you can perform: Insert: Inserts rows to an empty table. If duplicates are found, job stops. Update: Update the existing data of the table. Append: Adds rows to the existing data of the table Replace: Overwrites some rows of the table Truncate: Drops table entries and inserts new input flow data. In Stored Procedure principle, the schema is an input parameter. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Select this check box to change the separator used for the numbers. Select this check box if you use a control file (.ctl) and specify its path in the .ctl file name field. Define the record format: Default: format parameters are set by default. Stream: set Record terminator. Fixed: set the Record length. Variable: set the Field size of the record length.

Schema type and Edit schema

Advanced settings

Advanced separator (for number) Use existing control file Record format

Specify .ctl files INTO Select this check box to manually fill in the INTO TABLE clause TABLE clause of the control file. manually Fields terminated by Character, string or regular expression to separate fields: None: no separator is used. Whitespace: the separator used is a space. EOF (used for loading LOBs from lobfile): the separator used is an EOF character (End Of File). Other terminator: Set another terminator in the Field terminator field. Select this check box if you want to use enclosing characters for the text: Fields enclosure (left part): character delimiting the left of the field. Field enclosure (right part): character delimiting the right of the field. Select this check box to use the date pattern of the schema in the date field.

Use fields enclosure

Use schemas Date Pattern to load Date field

Specify field condition Select this check box to define data loading condition. Preserve blanks Trailing null columns Load options Select this check box to preserve the blanks. Select this check box to load null columns. Define load options: Parameter : select one of the loading parameters. Value : type the value of the selected parameter.

328

Talend Open Studio Components

Creative Commons License

Database components
tOracleBulkExec

NLS Language Set Parameter NLS_TERRITORY Encoding Type

In the list, select the language used for the data that are not used in Unicode. Select this check box to modify the territory conventions used for day and weeks numbering. Your OS value is the default value used. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for database data handling. Select the type of output for the standard output of the Oracle database: to console, to global variable. Select this check box to uppercase the names of the columns and the name of the table.

Output

Convert columns and table names to uppercase

tStatCatcher Statistics Select this check box to collect log data at the component level.

Perl only

Fields terminated by Fields optionnally enclosed by Encoding

Character, string or regular expression to separate fields. Data enclosure characters. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling.

Perl only

Perl only Usage

This dedicated component offers performance and flexibility of Oracle DB query handling.

Scenario: Truncating and inserting file data into Oracle DB


This scenario describes how to truncate the content of an Oracle DB and load an input file content. The related job is composed of three components that respectively creates the content, output this content into a file to be loaded onto the Oracle database after the DB table has been truncated.

Drop the following components: tOracleInput, tFileOutputDelimited, tOracleBulkExec from the Palette to the design workspace

Creative Commons License

Talend Open Studio Components

329

Database components
tOracleBulkExec

Connect the tOracleInput with the tFileOutputDelimited using a row main link. And connect the tOracleInput to the tOracleBulkExec using a ThenRun trigger link. Define the Oracle connection details. We recommend you to store the DB connection details in the Metadata repository in order to retrieve them easily at any time in any job.

Define the schema, if it isnt stored either in the Repository. In this example, the schema is as follows: ID_Contract, ID_Client, Contract_type, Contract_Value. Change the default encoding to AL32UTF8 encoding type. Define the tFileOutputDelimited component parameters, including output File Name, Row separator and Fields delimiter. Set also the encoding to the Oracle encoding type as above. Then double-click on the tOracleBulkExec to define the DB feeding properties.

330

Talend Open Studio Components

Creative Commons License

Database components
tOracleBulkExec

In the Property Type, select Repository mode if you stored the database connection details under the Metadata node of the Repository or select Built-in mode to define them manually. In this scenario, we use the Built-in mode. Thus, set the connection parameters in the following fields: Host, Port, Database, Schema, Username, and Password. Fill in the name of the Table to be fed and the Action on data to be carried out, in this use case: insert. In the Schema Type field, select Built-in mode, and click [...] button next to the Edit schema field to describe the structure of the data to be passed on to the next component. Click the Advanced settings view to configure the advanced settings of the component.

Select the Use an existing control file check box if you want to use a control file (.ctl) storing the status of the physical structure of the database. Or, fill in the following fields manually: Record format, Specify .ctl files INTO TABLE clause manually, Field terminated by, Use field enclosure, Use schemas Date Pattern to load Date field, Specify field condition, Preserve blanks, Trailing null columns, Load options, NLS Language et Set Parameter NLS_TERRITORY according to your database. Define the encoding as in preceding steps.

Creative Commons License

Talend Open Studio Components

331

Database components
tOracleBulkExec

For this scenario, in the Output field, select to console to output the standard output f the database to the console. Press F6 to run the job. The log output displays in the Run tab and the table is fed with the parameter file data. Related topic: Scenario: Inserting data in MySQL database on page 297.

332

Talend Open Studio Components

Creative Commons License

Database components
tOracleCommit

tOracleCommit
tOracleCommit Properties
This component is closely related to tOracleConnection and tOracleRollback. It usually doesnt make much sense to use these components independently in a transaction.
Component family Databases/Oracle

Function Purpose

Validates the data processed through the job into the connected DB 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. Component list Select the tOracleConnection component in the list if more than one connection are planned for the current job. Clear this check box to continue to use the selected connection once the component has performed its task.

Basic settings

Close Connection

Usage Limitation

This component is to be used along with Oracle components, especially with tOracleConnection and tOracleRollback components. n/a

Related scenario
This component is closely related to tOracleConnection and tOracleRollback. It usually doesnt make much sense to use one of these without using a tOracleConnection component to open a connection for the current transaction. For tOracleCommit related scenario, see tMysqlConnection on page 269.

Creative Commons License

Talend Open Studio Components

333

Database components
tOracleConnection

tOracleConnection
tOracleConnection Properties
This component is closely related to tOracleCommit and tOracleRollback. It usually doesnt make much sense to use one of these without using a tOracleConnection component to open a connection for the current transaction.
Component family Databases/Oracle

Function Purpose Basic settings

Opens a connection to the database for a current transaction. Allows to commit a whole job data in one go to the output database as one transaction when validated. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Connection type DB Version Host Port Database Schema Username and Password Encoding Type Drop-down list of available drivers. Select the Oracle version in use Database server IP address Listening port number of DB server. Name of the database Name of the schema DB user authentication data. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select this check box to share your connection or fetch a connection shared by a parent or child Job. Shared DB Connection Name: set or type in the shared connection name.

Use or register a shared DB Connection Usage Limitation

This component is to be used along with Oracle components, especially with tOracleCommit and tOracleRollback components. n/a

Related scenario
This component is closely related to tOracleCommit and tOracleRollback. It usually doesnt make much sense to use one of these without using a tOracleConnection component to open a connection for the current transaction.

334

Talend Open Studio Components

Creative Commons License

Database components
tOracleConnection

For tOracleConnection related scenario, see tMysqlConnection on page 269.

Creative Commons License

Talend Open Studio Components

335

Database components
tOracleInput

tOracleInput
tOracleInput properties
Component family Databases/Oracle

Function Purpose

tOracleInput reads a database and extracts fields based on a query. tOracleInput 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. Property type Either Built-in or Repository Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Connection type DB Version Use existing connection Host Port Database Oracle schema Username and Password Schema type and Edit Schema Drop-down list of available drivers. Select the Oracle version in use Select this check box when using a tOracleConnection component. Database server IP address Listening port number of DB server. Name of the database Oracle schema name. DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Table name Database table name.

Basic settings

336

Talend Open Studio Components

Creative Commons License

Database components
tOracleInput

Query type and Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition. Advanced settings tStateCatcher Statistics Encoding Type Select this check box to collect log data at the component level. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. When selected, helps to decide the row set to work with at a time and thus optimize performance. Select this check box to remove leading and trailing whitespace from all the String/Char columns. Remove leading and trailing whitespace from defined columns.

Use cursor Trim all the String/Char columns Trim column Usage

This component covers all possibilities of SQL queries onto a Oracle database.

Related scenarios
Related topics in tDBInput scenarios: Scenario 1: Displaying selected data from DB table on page 163 Scenario 2: Using StoreSQLQuery variable on page 164 Related topic in tContextLoad Scenario: Dynamic context use in MySQL DB insert on page 652.

Creative Commons License

Talend Open Studio Components

337

Database components
tOracleOutput

tOracleOutput
tOracleOutput properties
Component family Databases/Oracle

Function Purpose

tOracleOutput writes, updates, makes changes or suppresses entries in a database. tOracleOutput executes the action defined on the table and/or on the data contained in the table, based on the flow incoming from the preceding component in the job. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Use an existing connection Connection type DB Version Host Port Database Username and Password Table Action on table Select this check box when using a tOracleConnection component. Drop-down list of available drivers. Select the Oracle version in use Database server IP address Listening port number of DB server. Name of the database DB user authentication data. Name of the table to be written. Note that only one table can be written at a time On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create a table: The table is removed and created again. Create a table: The table does not exist and gets created. Create a table if not exists: The table is created if it does not exist. Drop a table if exists and create: The table is removed if it already exists and created again. Clear a table: The table content is deleted.

Basic settings

338

Talend Open Studio Components

Creative Commons License

Database components
tOracleOutput

Action on data

On the data of the table defined, you can perform: Insert: Add new entries to the table. If duplicates are found, job stops. Update: Make changes to existing entries Insert or update: Add entries or update existing ones. Update or insert: Update existing entries or create it if non existing Delete: Remove entries corresponding to the input flow. It is necessary to specify at least one column as a primary key on which the Update and Delete operations are based. You can do that by clicking Edit Schema and selecting the check box(es) next to the column(s) you want to set as primary key(s). For an advanced use, click the Advanced settings view where you can simultaneously define primary keys for the Update and Delete operations. To do that: Select the Use field options check box and then in the Key in update column, select the check boxes next to the column names you want to use as a base for the Update operation. Do the same in the Key in delete column for the Delete operation.

Schema type and Edit Schema

A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Die on error Advanced settings Encoding Type

Clear this check box to skip the row on error and complete the process for error-free rows. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. Enter the number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and, above all, better performance at execution. This option is not offered if you create (with or without drop) the DB table. This option allows you to call SQL functions to perform actions on columns, which are not insert, nor update or delete actions, or action that require particular preprocessing.

Commit every

Additional Columns

Creative Commons License

Talend Open Studio Components

339

Database components
tOracleOutput

Name: Type in the name of the schema column to be altered or inserted as new column SQL expression: Type in the SQL statement to be executed in order to alter or insert the relevant column data. Position: Select Before, Replace or After following the action to be performed on the reference column. Reference column: Type in a column of reference that the tDBOutput can use to place or replace the new or altered column. Use field options Enable debug mode tStateCatcher Statistics Use Batch Size Usage Select this check box to customize a request, especially when there is double action on data. Select this check box to display each step during processing entries in a database. Select this check box to collect log data at the component level. When selected, enables you to define the number of lines in each processed batch.

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For tOracleOutput related topics, see: tDBOutput Scenario: Displaying DB output on page 168 tMySQLOutput Scenario 1: Adding a new column and altering data in a DB table on page 283.

340

Talend Open Studio Components

Creative Commons License

Database components
tOracleOutputBulk

tOracleOutputBulk
tOracleOutputBulk properties
tOracleOutputBulk and tOracleBulkExec components are used together to first output the file that will be then used as parameter to execute the SQL query stated. These two steps compose the tOracleOutputBulkExec component, detailed in a separate section. The interest in having two separate elements lies in the fact that it allows transformations to be carried out before the data loading.
Component family Databases/Oracle

Function Purpose Basic settings

Writes a file with columns based on the defined delimiter and the Oracle standards Prepares the file to be used as parameter in the INSERT query to feed the Oracle database. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the Repository file where Properties are stored. The following fields are pre-filled in using fetched data. File Name Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide. Select this check box to add the new rows at the end of the file A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job designs. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Append Schema type and Edit Schema

Advanced settings

Advanced separator (for number)

Select this check box to change data separators for numbers: Thousands separator: define separators you want to use for thousands. Decimal separator: define separators you want to use for decimals.

Creative Commons License

Talend Open Studio Components

341

Database components
tOracleOutputBulk

Field separator Row separator Encodind Type

Character, string or regular expression to separate fields. String (ex: \non Unix) to separate rows. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling.

tStatCatcher Statistics Select this check box to gather the job processing metadata at a job level as well as at each component level. Usage This component is to be used along with tOracleBulkExec component. Used together they offer gains in performance while feeding a Oracle database.

Related scenarios
For uses cases in relation with tOracleOutputBulk, see the following scenarios: tMysqlOutputBulk Scenario: Inserting transformed data in MySQL database on page 293 tMysqlOutputBulkExec Scenario: Inserting data in MySQL database on page 297 tOracleBulkExec Scenario: Truncating and inserting file data into Oracle DB on page 329

342

Talend Open Studio Components

Creative Commons License

Database components
tOracleOutputBulkExec

tOracleOutputBulkExec
tOracleOutputBulkExec properties
Component family Databases/Oracle

Function Purpose Basic settings

Executes the Insert action on the data provided. As a dedicated component, it allows gains in performance during Insert operations to an Oracle database. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tOracleConnection component on the Component list to reuse the connection details you already defined. List of available drivers Select the Oracle version in use Database server IP address Listening port number of DB server. Name of the database Name of the schema DB user authentication data. Name of the table to be written. Note that only one table can be written at a time and that the table must exist for the insert operation to succeed. On the table defined, you can perform one of the following operations: None: No operations is carried out. Drop and create the table: The table is removed and created again. Create a table: The table does not exist and gets created. Create table if doesnt exist: The table is created if does not exist. Clear a table: The table content is deleted. Truncate table: The table content is deleted. You do not have the possibility to rollback the operation. Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide.

Connection type DB Version Host Port Database Schema Username and Password Table

Action on table

File Name

Creative Commons License

Talend Open Studio Components

343

Database components
tOracleOutputBulkExec

Create directory if not exists Append Action on data

This check box is selected by default. It creates a directory to hold the output table if required. Select this check box to add the new rows at the end of the file. On the data of the table defined, you can perform: Insert: Add new entries to the table. If duplicates are found, job stops. Update: Make changes to existing entries Insert or update: Add entries or update existing ones. Update or insert: Update existing entries or create it if non existing Truncate: Remove all entries from table. Character, string or regular expression to separate fields. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select this check box to change data separators for numbers: Thousands separator: define separators you want to use for thousands. Decimal separator: define separators you want to use for decimals. Select this check box and browse to the .ctl control file you want to use. Character, string or regular expression to separate fields. String (ex: \non Unix) to separate rows.

Field separator Encoding Type

Advanced settings

Advanced separator (for number)

Use existing control file Field separator Row separator

Specify .ctl files INTO Select this check box to enter manually the INTO TABLE clause TABLE clause of the control file directly into the manually code. Use schemas Date Pattern to load Date field Select this check box to use the date model indicated in the schema for dates.

Specify field condition Select this check box to define a condition for loading data. Preserve blanks Trailing null columns Load options Select this check box to preserve blank spaces. Select this check box to load data with all empty columns. Click the plus button to add lines and define the options for loading your data: Parameter: select from the list a data loading parameter. Value: define a value for the selected parameter. From the drop-down list, select the language for your data if the data is not in Unicode.

NLS Language

344

Talend Open Studio Components

Creative Commons License

Database components
tOracleOutputBulkExec

Set Parameter NLS_TERRITORY Encoding Type

Select this check box to modify the conventions used for date and time formats. The default value is that of the operating system. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select the type of output for the standard output of the Oracle database: to console, to global variable. Select this check box to put columns and table names in upper case.

Output

Convert columns and table names to uppercase

tStatCatcher Statistics Select this check box to gather the job processing metadata at a job level as well as at each component level. Usage Limitation This component is mainly used when no particular transformation is required on the data to be loaded onto the database. n/a

Related scenarios
For uses cases in relation with tOracleOutputBulkExec, see the following scenarios: tMysqlOutputBulk Scenario: Inserting transformed data in MySQL database on page 293. tMysqlOutputBulkExec Scenario: Inserting data in MySQL database on page 297. tOracleBulkExec Scenario: Truncating and inserting file data into Oracle DB on page 329.

Creative Commons License

Talend Open Studio Components

345

Database components
tOracleRollback

tOracleRollback
tOracleRollback properties
This component is closely related to tOracleCommit and tOracleConnection. It usually doesnt make much sense to use these components independently in a transaction.
Component family Databases

Function Purpose Basic settings

Cancel the transaction commit in the connected DB. Avoids to commit part of a transaction involuntarily. Component list Select the tOracleConnection component in the list if more than one connection are planned for the current job. Clear this check box to continue to use the selected connection once the component has performed its task.

Close Connection

Usage Limitation

This component is to be used along with Oracle components, especially with tOracleConnection and tOracleCommit components. n/a

Related scenario
This component is closely related to tOracleConnection and tOracleCommit. It usually doesnt make much sense to use one of these without using a tOracleConnection component to open a connection for the current transaction. For tOracleRollback related scenario, see tMysqlRollback on page 299.

346

Talend Open Studio Components

Creative Commons License

Database components
tOracleRow

tOracleRow
tOracleRow properties
Component family Databases/Oracle

Function

tOracleRow 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 doesnt provide output. Depending on the nature of the query and the database, tOracleRow acts on the actual DB structure or on the data (although without handling data). The SQLBuilder tool helps you write easily your SQL statements. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tOracleConnection component on the Component list to reuse the connection details you already defined. Drop-down list of available drivers. Database server IP address Listening port number of DB server. Name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type Either Built-in or Repository. Built-in: Fill in manually the query statement or build it graphically using SQLBuilder Repository: Select the relevant query stored in the Repository. The Query field gets accordingly filled in.

Purpose

Basic settings

Connection type Host Port Database Username and Password Schema type and Edit Schema

Creative Commons License

Talend Open Studio Components

347

Database components
tOracleRow

Query

Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition. Clear this check box to skip the row on error and complete the process for error-free rows. Select this check box to insert the result of the query into a COLUMN of the current flow. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and above all better performance on executions. Select this check box to collect log data at the component level.

Die on error Advanced settings Propagate QUERYs recordset Encoding Type

Commit every

tStateCatcher Statistics Usage

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For related topics, see: tDBSQLRow Scenario: Resetting a DB auto-increment on page 172 tMySQLRow Scenario: Removing and regenerating a MySQL table index on page 301.

348

Talend Open Studio Components

Creative Commons License

Database components
tOracleSCD

tOracleSCD
tOracleSCD belongs to two component families: Business Intelligence and Databases. For more information on it, see tOracleSCD on page 23.

Creative Commons License

Talend Open Studio Components

349

Database components
tOracleSP

tOracleSP
tOracleSP Properties
Component family Databases/Oracle

Function Purpose Basic settings

tOracleSP calls the database stored procedure. tOracleSP offers a convenient way to centralize multiple or complex queries in a database and call them easily. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. DB Version Host Port Database Schema Username and Password Encoding Type Select the Oracle version in use Database server IP address Listening port number of DB server. Name of the database Name of the Schema DB user authentication data. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. In SP principle, the schema is an input parameter. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. SP Name Is Function / Return result in Type in the exact name of the Stored Procedure (or Function) Check this box, if the stored procedure is a function and one value only is to be returned. Select on the list the schema column, the value to be returned is based on.

Schema type and Edit Schema

350

Talend Open Studio Components

Creative Commons License

Database components
tOracleSP

Parameters

Click the Plus button and select the various Schema Columns that will be required by the procedures. Note that the SP schema can hold more columns than there are paramaters used in the procedure. Select the Type of parameter: IN: Input parameter OUT: Output parameter/return value IN OUT: Input parameter is to be returned as value, likely after modification through the procedure (function). RECORDSET: Input parameters is to be returned as a set of values, rather than single value. Check the tParseRecordSet component if you want to analyze a set of records from a database table or DB query and return single records.

Usage Limitation

This component is used as intermediary component. It can be used as start component but only input parameters are thus allowed. The Stored Procedures syntax should match the Database syntax.

Scenario: Checking number format using a stored procedure


The following job aims at connecting to an Oracle Database containing Social Security Numbers and their holders name, calling a stored procedure that checks the SSN format of against a standard ###-##-#### format. Then the verification output results, 1 for valid format and 0 for wrong format get displayed onto the execution console.

Drag and drop the following components from the Palette: tOracleConnection, tOracleInput, tOracleSP and tLogRow. Link the tOracleConnection to the tOracleInput using a Then Run connection as no data is handled here. And connect the other components using a Row Main link as rows are to be passed on as parameter to the SP component and to the console. In the tOracleConnection, define the details of connection to the relevant Database. You will then be able to reuse this information in all other DB-related components. Then select the tOracleInput and define its properties.

Creative Commons License

Talend Open Studio Components

351

Database components
tOracleSP

Select the Use an existing connection check box and select the tOracleConnection component in the list in order to reuse the connection details that you already set. Select Repository as Property type as the Oracle schema is defined in the DB Oracle connection entry of the Repository. If you havent recorded the Oracle DB details in the Repository, then fill in the Schema name manually. Then select Repository as Schema type, and retrieve the relevant schema corresponding to your Oracle DB table.

In this example, the SSN table has a four-column schema that includes ID, NAME, CITY and SSNUMBER. In the Query field, type in the following Select query or select it in the list, if you stored it in the Repository. select ID, NAME, CITY, SSNUMBER from SSN Then select the tOracleSP and define its Basic settings.

352

Talend Open Studio Components

Creative Commons License

Database components
tOracleSP

Like for the tOracleInput component, select Repository in the Property type field and select the Use an existing connection check box, then select the relevant entries in the respective list. The schema used for the tOracleSP slightly differs from the input schema. Indeed, an extra column (SSN_Valid) is added to the Input schema. This column will hold the format validity status (1 or 0) produced by the procedure.

Then select the Encoding type in the list. In the SP Name field, type in the exact name of the stored procedure (or function) as called in the Database. In this use case, the stored procedure name is is_ssn.

Creative Commons License

Talend Open Studio Components

353

Database components
tOracleSP

The basic function used in this particular example is as follows: CREATE OR REPLACE FUNCTION is_ssn(string_in VARCHAR2) RETURN PLS_INTEGER IS -- validating ###-##-#### format BEGIN IF TRANSLATE(string_in, '0123456789A', 'AAAAAAAAAAB') = 'AAA-AA-AAAA' THEN RETURN 1; END IF; RETURN 0; END is_ssn; / As a return value is expected in this use case, the procedure acts as a function, so select the Is function check box. The only return value expected is based on the ssn_valid column, hence select the relevant list entry. In the Parameters area, define the input and output parameters used in the procedure. In this use case, only the SSNumber column from the schema is used in the procedure. Click the plus sign to add a line to the table and select the relevant column (SSNumber) and type (IN). Then select the tLogRow component and click Sync Column to make sure the schema is passed on from the preceding tOracleSP component.

Select the Print values in cells of a table check box to facilitate the output reading. Then save your job and press F6 to run it.

On the console, you can read the output results. All input schema columns are displayed eventhough they are not used as parameters in the stored procedure.

354

Talend Open Studio Components

Creative Commons License

Database components
tOracleSP

The final column shows the expected return value, i.e. whether the SS Number checked is valid or not. Check the tParseRecordSet component if you want to analyze a set of records from a database table or DB query and return single records.

Creative Commons License

Talend Open Studio Components

355

Database components
tParseRecordSet

tParseRecordSet
You can find this component at the root of Databases group of the Palette of Talend Open Studio. tParseRecordSet covers needs related indirectly to the use of any database.

tParseRecordSet properties
Component family Databases

Function Purpose Basic settings

tParseRecordSet parses a set of records from a database table or DB query and possibly returns single records. .Allows to parse a recordset rather than individual records from a table. Prev. Comp. Column list Schema type and Edit Schema Set the column from the database that holds the recordset. In SP principle, the schema is an input parameter. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Attribute table Set the position value of each column for single records from the recordset.

Usage Limitation

This component is used as intermediary component. It can be used as start component but only input parameters are thus allowed. This component is mainly designed for a use with the SP component Recordset feature.

Scenario
No scenario is available for this component yet.

356

Talend Open Studio Components

Creative Commons License

Database components
tPostgresqlBulkExec

tPostgresqlBulkExec
tPostgresqlBulkExec properties
tPostgresqlOutputBulk and tPostgresqlBulkExec components are used together to first output the file that will be then used as parameter to execute the SQL query stated. These two steps compose the tPostgresqlOutputBulkExec component, detailed in a separate section. The interest in having two separate elements lies in the fact that it allows transformations to be carried out before the data loading in the database.
Component family Databases/Postgresql

Function Purpose Basic settings

Executes the Insert action on the data provided. As a dedicated component, tPostgresqlBulkExec offers gains in performance while carrying out the Insert operations to a Postgresql database Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tPostgrresqlConnection component on the Component list to reuse the connection details you already defined. Database server IP address Listening port number of DB server. Name of the database. Name of the schema. DB user authentication data. Name of the table to be written. Note that only one table can be written at a time and that the table must exist for the insert operation to succeed. On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create table: The table is removed and created again. Create table: The table does not exist and gets created. Create table if not exists: The table is created if it does not exist. Clear table: The table content is deleted. Truncate table: The table content is deleted. You don not have the possibility to rollback the operation.

Host Port Database Schema Username and Password Table

Action on table

Creative Commons License

Talend Open Studio Components

357

Database components
tPostgresqlBulkExec

File Name

Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Schema type and Edit Schema

Fields terminated by Usage

Character, string or regular expression to separate fields.

This component is to be used along with tPostgresqlOutputBulk component. Used together, they can offer gains in performance while feeding a Postgresql database. n/a

Limitation

Related scenarios
For uses cases in relation with tPostgresqlBulkExec, see the following scenarios: tMysqlOutputBulk Scenario: Inserting transformed data in MySQL database on page 293 tMysqlOutputBulkExec Scenario: Inserting data in MySQL database on page 297 tOracleBulkExec Scenario: Truncating and inserting file data into Oracle DB on page 329

358

Talend Open Studio Components

Creative Commons License

Database components
tPostgresqlCommit

tPostgresqlCommit
tPostgresqlCommit Properties
This component is closely related to tPostgresqlCommit and tPostgresqlRollback. It usually doesnt make much sense to use these components independently in a transaction.
Component family Databases/Postgresql

Function Purpose

Validates the data processed through the job into the connected DB 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. Component list Select the tPostgresqlConnection component in the list if more than one connection are planned for the current job. Clear this check box to continue to use the selected connection once the component has performed its task.

Basic settings

Close Connection

Usage Limitation

This component is to be used along with Postgresql components, especially with tPostgresqlConnection and tPostgresqlRollback components. n/a

Related scenario
This component is closely related to tPostgresqlConnection and tPostgresqlRollback. It usually doesnt make much sense to use one of these without using a tPostgresqlConnection component to open a connection for the current transaction. For tPostgresqlCommit related scenario, see tMysqlConnection on page 269.

Creative Commons License

Talend Open Studio Components

359

Database components
tPostgresqlConnection

tPostgresqlConnection
tPostgresqlConnection Properties
This component is closely related to tPostgresqlCommit and tPostgresqlRollback. It usually doesnt make much sense to use one of these without using a tPostgresqlConnection component to open a connection for the current transaction.
Component family Databases/Postgresql

Function Purpose Basic settings

Opens a connection to the database for a current transaction. Allows to commit a whole job data in one go to the output database as one transaction when validated. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Host Port Database Schema Username and Password Encoding Type Database server IP address Listening port number of DB server. Name of the database Exact name of the schema DB user authentication data. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select this check box to share your connection or fetch a connection shared by a parent or child Job. Shared DB Connection Name: set or type in the shared connection name.

Use or register a shared DB Connection Usage Limitation

This component is to be used along with Postgresql components, especially with tPostgresqlCommit and tPostgresqlRollback components. n/a

Related scenario
This component is closely related to tPostgresqlCommit and tPostgresqlRollback. It usually doesnt make much sense to use one of these without using a tPostgresqlConnection component to open a connection for the current transaction. For tPostgresqlConnection related scenario, see tMysqlConnection on page 269.

360

Talend Open Studio Components

Creative Commons License

Database components
tPostgresqlInput

tPostgresqlInput
tPostgresqlInput properties
Component family Databases/ PostgreSQL tPostgresqlInput reads a database and extracts fields based on a query. tPostgresqlInput 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. Property type Either Built-in or Repository Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Use existing connection Host Port Database Schema Username and Password Schema type and Edit Schema Select this check box when using a tPostgresqlConnection component. Database server IP address Listening port number of DB server. Name of the database Exact name of the schema DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Table name Name of the table to be read.

Function Purpose

Basic settings

Query type and Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition.

Creative Commons License

Talend Open Studio Components

361

Database components
tPostgresqlInput

Advanced settings

Encoding Type

Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. When selected, helps to decide the row set to work with at a time and thus optimize performance. Select this check box to remove leading and trailing whitespace from all the String/Char columns. Remove leading and trailing whitespace from defined columns. Select this check box to collect log data at the component level.

Use cursor Trim all the String/Char columns Trim column tStateCatcher Statistics Usage

This component covers all possibilities of SQL queries onto a Postgresql database.

Related scenarios
Related topics in tDBInput scenarios: Scenario 1: Displaying selected data from DB table on page 163 Scenario 2: Using StoreSQLQuery variable on page 164 Related topic in tContextLoad Scenario: Dynamic context use in MySQL DB insert on page 652.

362

Talend Open Studio Components

Creative Commons License

Database components
tPostgresqlOutput

tPostgresqlOutput
tPostgresqlOutput properties
Component family Databases/Postgresql

Function Purpose

tPostgresqlOutput writes, updates, makes changes or suppresses entries in a database. tPostgresqlOutput executes the action defined on the table and/or on the data contained in the table, based on the flow incoming from the preceding component in the job. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Use existing connection Host Port Database Schema Username and Password Table Action on table Select this check box when using a tPostgresqlConnection component. Database server IP address Listening port number of DB server. Name of the database Exact name of the schema DB user authentication data. Name of the table to be written. Note that only one table can be written at a time On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create a table: The table is removed and created again. Create a table: The table does not exist and gets created. Create a table if not exists: The table is created if it does not exist. Drop a table if exists and create: The table is removed if already exists and created again. Clear a table: The table content is deleted.

Basic settings

Creative Commons License

Talend Open Studio Components

363

Database components
tPostgresqlOutput

Action on data

On the data of the table defined, you can perform: Insert: Add new entries to the table. If duplicates are found, job stops. Update: Make changes to existing entries Insert or update: Add entries or update existing ones. Update or insert: Update existing entries or create it if non existing Delete: Remove entries corresponding to the input flow. It is necessary to specify at least one column as a primary key on which the Update and Delete operations are based. You can do that by clicking Edit Schema and selecting the check box(es) next to the column(s) you want to set as primary key(s). For an advanced use, click the Advanced settings view where you can simultaneously define primary keys for the Update and Delete operations. To do that: Select the Use field options check box and then in the Key in update column, select the check boxes next to the column names you want to use as a base for the Update operation. Do the same in the Key in delete column for the Delete operation.

Schema type and Edit Schema

A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Die on error Advanced settings Encoding Type

Clear this check box to skip the row on error and complete the process for error-free rows. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. Enter the number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and, above all, better performance at execution. This option is not offered if you create (with or without drop) the DB table. This option allows you to call SQL functions to perform actions on columns, which are not insert, nor update or delete actions, or action that require particular preprocessing.

Commit every

Additional Columns

364

Talend Open Studio Components

Creative Commons License

Database components
tPostgresqlOutput

Name: Type in the name of the schema column to be altered or inserted as new column SQL expression: Type in the SQL statement to be executed in order to alter or insert the relevant column data. Position: Select Before, Replace or After following the action to be performed on the reference column. Reference column: Type in a column of reference that the tDBOutput can use to place or replace the new or altered column. Use field options Enable debug mode tStateCatcher Statistics Usage Select this check box to customize a request, especially when there is double action on data. Select this check box to display each step during processing entries in a database. Select this check box to collect log data at the component level.

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For tPostgresqlOutput related topics, see: tDBOutput Scenario: Displaying DB output on page 168 tMySQLOutput Scenario 1: Adding a new column and altering data in a DB table on page 283.

Creative Commons License

Talend Open Studio Components

365

Database components
tPostgresqlOutputBulk

tPostgresqlOutputBulk
tPostgresqlOutputBulk properties
tPostgresqlOutputBulk and tPostgresqlBulkExec components are used together to first output the file that will be then used as parameter to execute the SQL query stated. These two steps compose the tPostgresqlOutputBulkExec component, detailed in a separate section. The interest in having two separate elements lies in the fact that it allows transformations to be carried out before the data loading.
Component family Databases/Postgresql

Function Purpose Basic settings

Writes a file with columns based on the defined delimiter and the Postgresql standards Prepares the file to be used as parameter in the INSERT query to feed the Postgresql database. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the Repository file where Properties are stored. The following fields are pre-filled in using fetched data. File Name Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide. Character, string or regular expression to separate fields. String (ex: \non Unix) to distinguish rows. Select this check box to add the new rows at the end of the file Select this check box to include the column header to the file. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job designs. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Field separator Row separator Append Include header Schema type and Edit Schema

366

Talend Open Studio Components

Creative Commons License

Database components
tPostgresqlOutputBulk

Encoding Type

Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling.

Usage

This component is to be used along with tPostgresqlBulkExec component. Used together they offer gains in performance while feeding a Postgresql database.

Related scenarios
For uses cases in relation with tPostgresqlOutputBulk, see the following scenarios: tMysqlOutputBulk Scenario: Inserting transformed data in MySQL database on page 293 tMysqlOutputBulkExec Scenario: Inserting data in MySQL database on page 297 tOracleBulkExec Scenario: Truncating and inserting file data into Oracle DB on page 329

Creative Commons License

Talend Open Studio Components

367

Database components
tPostgresqlOutputBulkExec

tPostgresqlOutputBulkExec
tPostgresqlOutputBulkExec properties
Component family Databases/Postgresql

Function Purpose Basic settings

Executes the Insert action on the data provided. As a dedicated component, it allows gains in performance during Insert operations to a Postgresql database. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Host Port Database Username and Password Table Database server IP address Listening port number of DB server. Name of the database DB user authentication data. Name of the table to be written. Note that only one table can be written at a time and that the table must exist for the insert operation to succeed. Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide Character, string or regular expression to separate fields. String (ex: \non Unix) to distinguish rows.

File Name

Field separator Row separator Usage

This component is mainly used when no particular tranformation is required on the data to be loaded onto the database.

Related scenarios
For uses cases in relation with tPostgresqlOutputBulkExec, see the following scenarios: tMysqlOutputBulk Scenario: Inserting transformed data in MySQL database on page 293 tMysqlOutputBulkExec Scenario: Inserting data in MySQL database on page 297 tOracleBulkExec Scenario: Truncating and inserting file data into Oracle DB on page 329

368

Talend Open Studio Components

Creative Commons License

Database components
tPostgresqlRollback

tPostgresqlRollback
tPostgresqlRollback properties
This component is closely related to tPostgresqlCommit and tPostgresqlConnection. It usually doesnt make much sense to use these components independently in a transaction.
Component family Databases

Function Purpose Basic settings

Cancel the transaction commit in the connected DB. Avoids to commit part of a transaction involuntarily. Component list Select the tPostgresqlConnection component in the list if more than one connection are planned for the current job. Clear this check box to continue to use the selected connection once the component has performed its task.

Close Connection

Usage Limitation

This component is to be used along with Postgresql components, especially with tPostgresqlConnection and tPostgresqlCommit components. n/a

Related scenario
This component is closely related to tPostgresqlConnection and tPostgresqlCommit. It usually doesnt make much sense to use one of them without using a tPostgresqlConnection component to open a connection for the current transaction. For tPostgresqlRollback related scenario, see tMysqlRollback on page 299.

Creative Commons License

Talend Open Studio Components

369

Database components
tPostgresqlRow

tPostgresqlRow
tPostgresqlRow properties
Component family Databases/Postgresql

Function

tPostgresqlRow is the specific component for the 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 doesnt provide output. Depending on the nature of the query and the database, tPostgresqlRow acts on the actual DB structure or on the data (although without handling data). The SQLBuilder tool helps you write easily your SQL statements. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tPostgresqlConnection component on the Component list to reuse the connection details you already defined. Database server IP address Listening port number of DB server. Name of the database Exact name of the schema DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type Either Built-in or Repository. Built-in: Fill in manually the query statement or build it graphically using SQLBuilder Repository: Select the relevant query stored in the Repository. The Query field gets accordingly filled in.

Purpose

Basic settings

Host Port Database Schema Username and Password Schema type and Edit Schema

370

Talend Open Studio Components

Creative Commons License

Database components
tPostgresqlRow

Query

Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition. Clear this check box to skip the row on error and complete the process for error-free rows. Select this check box to insert the result of the query into a COLUMN of the current flow. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and above all better performance on executions. Select this check box to collect log data at the component level.

Die on error Advanced settings Propagate QUERYs recordset Encoding Type

Commit every

tStateCatcher Statistics Usage

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For related topics, see: tDBSQLRow Scenario: Resetting a DB auto-increment on page 172 tMySQLRow Scenario: Removing and regenerating a MySQL table index on page 301.

Creative Commons License

Talend Open Studio Components

371

Database components
tSASInput

tSASInput
Before being able to benefit from all functional objectives of the SAS components, make sure to install the following three modules: sas.core.jar, sas.intrnet.javatools.jar and sas.svc.connection.jar in the path lib > java in your Talend Open Studio directory. You can later verify, if needed whether the modules are successfully installed through the Modules view of the Studio.

tSASInput properties
Component family Databases/SAS

Function Purpose

tSASInput reads a database and extracts fields based on a query. tSASInput executes a DB query with a strictly defined statement which must correspond to the schema definition. Then it passes on the field list to the component that follows via a Main row link. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Host name Port Librefs SAS server IP address. Listening port number of server. Enter the directory name that holds the table to read followed by its access path. For example: TpSas C:/SAS/TpSas DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Table Name Enter the name of the table to read preceded by the directory name that holds it. For example: TpSas.Customers.

Basic settings

Username and Password Schema type and Edit Schema

372

Talend Open Studio Components

Creative Commons License

Database components
tSASInput

Query type

The query can be built-in for a particular job or for commonly used query, it can be stored in the repository to ease the query reuse. If your query is not stored in the Repository, type in your DB query paying particularly attention to properly sequence the fields in order to match the schema definition. Select this check box to gather the job processing metadata at a job level as well as at each component level.

Query

Advanced settings

tStateCatcher Statistics

Usage

This component covers all possibilities of SQL queries onto a database using an SAS connection.

Related scenarios
For related topics, see tDBInput scenarios: Scenario 1: Displaying selected data from DB table on page 163. Scenario 2: Using StoreSQLQuery variable on page 164. See also the related topic in tContextLoad Scenario: Dynamic context use in MySQL DB insert on page 652.

Creative Commons License

Talend Open Studio Components

373

Database components
tSASOutput

tSASOutput
Before being able to benefit from all functional objectives of the SAS components, make sure to install the following three modules: sas.core.jar, sas.intrnet.javatools.jar and sas.svc.connection.jar in the path lib > java in your Talend Open Studio directory. You can later verify, if needed whether the modules are successfully installed through the Modules view of the Studio.

tSASOutput properties
Component family Databases/SAS

Function

tSASOutput writes, updates, makes changes or suppresses entries in a database. tSASOutput executes the action defined on the table and/or on the data contained in the table, based on the incoming flow from the preceding component in the Job. Use an existing connection SAS URL Driver JAR Select this check box and click the relevant tSASConnection component on the Component list to reuse the connection details you already defined. Enter the URL to connect to the desired DB. In the drop down list, select a desired available driver, or download one from a local directory through clicking the three-dot button. Type in the Class name to be pointed to in the driver. DB user authentication data. Name of the table to read.

Purpose

Basic settings

Class Name Username and Password Table

374

Talend Open Studio Components

Creative Commons License

Database components
tSASOutput

Action on data

On the data of the table defined, you can perform: Insert: Add new entries to the table. If duplicates are found, job stops. Update: Make changes to existing entries Insert or update: Add entries or update existing ones. Update or insert: Update existing entries or create it if non existing Delete: Remove entries corresponding to the input flow. It is necessary to specify at least one column as a primary key on which the Update and Delete operations are based. You can do that by clicking Edit Schema and selecting the check box(es) next to the column(s) you want to set as primary key(s). For an advanced use, click the Advanced settings view where you can define primary keys simultaneously for the Update and Delete operations. To do that: Select the Use field options check box and then in the Key in update column, select the check boxes next to the column names you want to use as a base for the Update operation. Do the same in the Key in delete column for the Delete operation.

Clear data in table Schema type and Edit Schema

Select this check box to delete data in the selected table before any operation. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Die on error Advanced settings Encoding Type

Clear this check box to skip the row on error and complete the process for error-free rows. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. Enter the number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and, above all, better performance at execution.

Commit every

Creative Commons License

Talend Open Studio Components

375

Database components
tSASOutput

Additional Columns

This option is not offered if you create (with or without drop) the DB table. This option allows you to call SQL functions to perform actions on columns, which are not insert, nor update or delete actions, or action that require particular preprocessing. Name: Type in the name of the schema column to be altered or inserted as a new column. SQL expression: Type in the SQL statement to be executed in order to alter or insert the relevant column data. Position: Select Before, Replace or After following the action to be performed on the reference column. Reference column: Type in a column of reference that the tSASOutput can use to place or replace the new or altered column.

Use field options Enable debug mode

Select this check box to customize a request, especially when there is double action on data. Select this check box to display each step during processing entries in a database.

tStatCatcher Statistics Select this check box to collect log data at the component level. Usage This component offers the flexibility benefit of a connection to any type of DB and covers all possibilities of SQL queries.

Related scenarios
For tJDBCOutput related topics, see: tDBOutput Scenario: Displaying DB output on page 168 tMySQLOutput Scenario 1: Adding a new column and altering data in a DB table on page 283.

376

Talend Open Studio Components

Creative Commons License

Database components
tSQLiteConnection

tSQLiteConnection

SQLiteConnection properties
This component is closely related to tSQLiteCommit and tSQLiteRollback. It usually does not make much sense to use one of these without using a tSQLiteConnection to open a connection for the current transaction.
Component family Databases/SQLite

Function Purpose Basic settings

tSQLiteConnection opens a connection to the database for a current transaction. Allows to commit a whole job data in one go to the output database as one transaction when validated. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Database Use or register a shared DB Connection Name of the database. Select this check box to share your connection or fetch a connection shared by a parent or child Job. shared connection name. Shared DB Connection Name: set or type in the shared connection name. Select this check box to automatically commit a transaction when it is completed.

Advanced settings

Auto commit

tStatCatcher Statistics Select this check box to gather the job processing metadata at a Job level as well as at each component level. Usage Limitation This component is to be used along with SQLite components, especially with tSQLiteCommit and tSQLiteRollback. n/a

Related scenarios
This component is closely related to tSQLiteCommit and tSQLiteRollback. It usually does not make much sense to use one of these without using a tSQLiteConnection component to open a connection for the current transaction. For tSQLiteConnection related scenario, see tMysqlConnection on page 269.

Creative Commons License

Talend Open Studio Components

377

Database components
tSQLiteInput

tSQLiteInput
tSQLiteInput Properties
Component family Databases

Function Purpose

tSQLiteInput reads a database file and extracts fields based on an SQL query. As it embeds the SQLite engine, no need of connecting to any database server. tSQLiteInput executes a DB query with a defined command which must correspond to the schema definition. Then it passes on rows to the next component via a Main row link. Property type Either Built-in or Repository Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tSQLiteConnection component on the Component list to reuse the connection details you already defined. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Database Schema type and Edit Schema Filepath to the SQLite database file. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type The query can be built-in for a particular job or for commonly used query, it can be stored in the repository to ease the query reuse. If your query is not stored in the Repository, type in your DB query paying particularly attention to properly sequence the fields in order to match the schema definition.

Basic settings

Query

378

Talend Open Studio Components

Creative Commons License

Database components
tSQLiteInput

Advanced settings

Encoding Type

Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select this check box to remove leading and trailing whitespace from all the String/Char columns. Remove leading and trailing whitespace from defined columns. Select this check box to collect log data at the component level.

Trim all the String/Char columns Trim column tStateCatcher Statistics Usage

This component is standalone as it includes the SQLite engine. This is a startable component that can iniate a data flow processing.

Scenario: Filtering SQlite data


This scenario describes a rather simple job which uses a select statement based on a filter to extract rows from a source SQLite Database and feed an output SQLite table.

Drop from the Palette, a tSQLiteInput and a tSQLiteOutput component from the Palette to the design workspace. Connect the input to the output using a row main link. On the tSQLiteInput Basic settings, type in or browse to the SQLite Database input file.

Creative Commons License

Talend Open Studio Components

379

Database components
tSQLiteInput

The file contains hundreds of lines and includes an ip column which the select statement will based on On the tSQLite Basic settings, edit the schema for it to match the table structure.

In the Query field, type in your select statement based on the ip column. Select the right encoding parameter. On the tSQLiteOutput component Basic settings panel, select the Database filepath.

Type in the Table to be fed with the selected data. Select the Action on table and Action on Data. In this use case, the action on table is Drop and create and the action on data is Insert. The schema should be synchronized with the input schema. Select the encoding and define the threshold to commit. Save the job and run it.

The queried data are returned in the defined SQLite file.

380

Talend Open Studio Components

Creative Commons License

Database components
tSQLiteOutput

tSQLiteOutput
tSQLiteOutput Properties
Component family Databases

Function

tSQLiteOutput writes, updates, makes changes or suppresses entries in an SQLite database. As it embeds the SQLite engine, no need of connecting to any database server. tSQLiteOutput executes the action defined on the table and/or on the data contained in the table, based on the flow incoming from the preceding component in the job. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tSQLiteConnection component on the Component list to reuse the connection details you already defined. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Database Table Action on table Filepath to the Database file Name of the table to be written. Note that only one table can be written at a time On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create a table: The table is removed and created again. Create a table: The table does not exist and gets created. Create a table if not exists: The table is created if it does not exist. Drop a table if exists and create: The table is removed if it already exists and created again. Clear a table: The table content is deleted.

Purpose

Basic settings

Creative Commons License

Talend Open Studio Components

381

Database components
tSQLiteOutput

Action on data

On the data of the table defined, you can perform: Insert: Add new entries to the table. If duplicates are found, job stops. Update: Make changes to existing entries Insert or update: Add entries or update existing ones. Update or insert: Update existing entries or create it if non existing Delete: Remove entries corresponding to the input flow. It is necessary to specify at least one column as a primary key on which the Update and Delete operations are based. You can do that by clicking Edit Schema and selecting the check box(es) next to the column(s) you want to set as primary key(s). For an advanced use, click the Advanced settings view where you can simultaneously define primary keys for the Update and Delete operations. To do that: Select the Use field options check box and then in the Key in update column, select the check boxes next to the column names you want to use as a base for the Update operation. Do the same in the Key in delete column for the Delete operation.

Schema type and Edit Schema

A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Die on error Advanced settings Encoding Type

Clear this check box to skip the row on error and complete the process for error-free rows. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. Enter the number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and, above all, better performance at execution. This option is not offered if you create (with or without drop) the DB table. This option allows you to call SQL functions to perform actions on columns, which are not insert, nor update or delete actions, or action that require particular preprocessing.

Commit every

Additional Columns

382

Talend Open Studio Components

Creative Commons License

Database components
tSQLiteOutput

Name: Type in the name of the schema column to be altered or inserted as new column SQL expression: Type in the SQL statement to be executed in order to alter or insert the relevant column data. Position: Select Before, Replace or After following the action to be performed on the reference column. Reference column: Type in a column of reference that the tDBOutput can use to place or replace the new or altered column. Use field options Enable debug mode tStateCatcher Statistics Usage Select this check box to customize a request, especially when there is double action on data. Select this check box to display each step during processing entries in a database. Select this check box to collect log data at the component level.

This component is requried to be connected to an Input component.

Related Scenario
For scenarios related to tSQLiteOutput, see tSQLiteInput on page 378.

Creative Commons License

Talend Open Studio Components

383

Database components
tSQLiteRow

tSQLiteRow
tSQLiteRow Properties
Component family Databases

Function Purpose

tSQLiteRow executes the defined query onto the specified database and uses the parameters bound with the column. A prepared statement uses the input flow to replace the placeholders with the values for each parameters defined. This component can be very useful for updates. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tSQLiteConnection component on the Component list to reuse the connection details you already defined. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type Either Built-in or Repository. Built-in: Fill in manually the query statement or build it graphically using SQLBuilder Repository: Select the relevant query stored in the Repository. The Query field gets accordingly filled in. Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition. Clear this check box to skip the row on error and complete the process for error-free rows. Select this check box to insert the result of the query into a COLUMN of the current flow. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling.

Basic settings

Schema type and Edit Schema

Die on error Advanced settings Propagate QUERYs recordset Encoding Type

384

Talend Open Studio Components

Creative Commons License

Database components
tSQLiteRow

Commit every

Number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and above all better performance on executions. Select this check box to collect log data at the component level.

tStateCatcher Statistics Usage

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Scenario: Updating SQLite rows


This scenario describes a job which updates an SQLite database file based on a prepared statement and using a delimited file.

Drop a tFileInputDelimited and a tSQLiteRow component from the Palette to the design workspace. On the tFileInputDelimited Basic settings panel, browse to the input file that will be used to update rows in the database.

There is no header nor footer. The Row separator is a carriage return and the field separator is a semi-colon. Edit the schema in case it is not stored in the Repository.

Creative Commons License

Talend Open Studio Components

385

Database components
tSQLiteRow

Make sure the length and type are respectively correct and large enough to define the columns. Then in the tSQLiteRow Basic settings panel, set the Database filepath to the file to be updated.

The schema is read-only as it is required to match the input schema. Type in the query or retrieve it from the Repository. In this use case, we updated the type_os for the id defined in the Input flow. The statement is as follows: 'Update download set type_os=? where id=?' Then select the Prepared statement check box to display the placeholders parameter table.

In the Input parameters table, add as many lines as necessary to cover all placeholders. In this scenario, type_os and id are to be defined.
386 Talend Open Studio Components Creative Commons License

Database components
tSQLiteRow

Set the Commit every field and select the Encoding type in the list. Save the job and press F6 to run it. The dowload table from the SQLite database is thus updated with new type_os code according to the delimited input file.

Creative Commons License

Talend Open Studio Components

387

Database components
tSybaseBulkExec

tSybaseBulkExec
tSybaseBulkExec Properties
Component family Databases

Function Purpose Basic settings

Executes the Insert action on the data provided. As a dedicated component, it allows gains in performance during Insert operations to a Sybase database. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tSybaseConnection component on the Component list to reuse the connection details you already defined. Database server IP address Listening port number of DB server. Database name DB user authentication data. Name of the utility to be used to copy data over to the Sybase server. IP address of the database server for the Bcp utility connection. Number of lines in each processed batch. Name of the table to be written. Note that only one table can be written at a time and that the table must exist for the insert operation to succeed. On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create a table: The table is removed and created again. Create a table: The table does not exist and gets created. Create a table if not exists: The table is created if it does not exist. Clear a table: The table content is deleted. Truncate table: The table content is deleted. You do not have the possibility to rollback the operation. Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide.

Server Port Database Username and Password Bcp Utility Server Batch size Table

Action on table

File Name

388

Talend Open Studio Components

Creative Commons License

Database components
tSybaseBulkExec

Schema type and Edit Schema

A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: You create and store the schema locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: You have already created and stored the schema in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Advanced settings

Action on data

On the data of the table defined, you can perform: Bulk Insert: Add multiple entries to the table. If duplicates are found, job stops. Bulk Update: Make simultaneous changes to multiple entries. Character, string or regular expression to separate fields. String (ex: \n in Unix) to separate lines. Number of head lines to be ignored in the beginning of a file. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select the type of output for the standard output of the Sybase database: to console, to global variable. Select this check box to gather the job processing metadata at a job level as well as at each component level.

Field Terminator Row Terminator Head row Encoding Type

Output

tStataCatcher statistics Usage Limitation

This component is mainly used when no particular transformation is required on the data to be loaded onto the database. As opposed to the Oracle dedicated bulk component, no action on data is possible using this Sybase dedicated component.

Related scenarios
For tSybaseBulkExec related topics, see: tMysqlOutputBulkExec Scenario: Inserting transformed data in MySQL database on page 293 tOracleBulkExec Scenario: Truncating and inserting file data into Oracle DB on page 329.

Creative Commons License

Talend Open Studio Components

389

Database components
tSybaseCommit

tSybaseCommit
tSybaseCommit Properties
This component is closely related to tSybaseConnection and tSybaseRollback. It usually does not make much sense to use these components independently in a transaction.
Component family Databases/Sybase

Function Purpose

tSybaseCommit validates the data processed through the Job into the connected DB 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. Component list Select the tSybaseConnection component in the list if more than one connection are planned for the current Job. Clear this check box to continue to use the selected connection once the component has performed its task.

Basic settings

Close Connection

Usage Limitation

This component is to be used along with Sybase components, especially with tSybaseConnection and tSybaseRollback. n/a

Related scenario
This component is closely related to tSybaseConnection and tSybaseRollback. It usually does not make much sense to use one of these without using a tSybaseConnection component to open a connection for the current transaction. For tSybaseCommit related scenario, see Scenario: Inserting data in mother/daughter tables on page 269.

390

Talend Open Studio Components

Creative Commons License

Database components
tSybaseConnection

tSybaseConnection
tSybaseConnection Properties
This component is closely related to tSybaseCommit and tSybaseRollback. It usually does not make much sense to use one of these without using a tSybaseConnection component to open a connection for the current transaction.
Component family Databases/Sybase

Function Purpose Basic settings

tSybaseConnection opens a connection to the database for a current transaction. This component allows to commit job data in one go to the output database as one transaction when validated. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Host Port Database Username and Password Encoding Type Database server IP address Listening port number of DB server. Name of the database. DB user authentication data. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select this check box to share your connection or fetch a connection shared by a parent or child Job. Shared DB Connection Name: set or type in the shared connection name.

Use or register a shared DB Connection Usage Limitation

This component is to be used along with Sybase components, especially with tSybaseCommit and tSybaseRollback. n/a

Related scenarios
For tSybaseConnection related scenario, see Scenario: Inserting data in mother/daughter tables on page 269.

Creative Commons License

Talend Open Studio Components

391

Database components
tSybaseInput

tSybaseInput
tSybaseInput Properties
Component family Databases/Sybase

Function Purpose

tSybaseInput reads a database and extracts fields based on a query. tSybaseInput 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. Property type Either Built-in or Repository Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Use an existing connection Select this check box and click the relevant tSybaseConnection component on the Component list to reuse the connection details you already defined. Database server IP address Listening port number of DB server. Name of the database Exact name of the Sybase schema. DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Table Name Name of the table to read.

Basic settings

Server Port Database Sybase Schema Username and Password Schema type and Edit Schema

392

Talend Open Studio Components

Creative Commons License

Database components
tSybaseInput

Query type and Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition. Advanced settings Trim all the String/Char columns Trim column tStateCatcher Statistics Usage Select this check box to remove leading and trailing whitespace from all the String/Char columns. Remove leading and trailing whitespace from defined columns. Select this check box to collect log data at the component level.

This component covers all possibilities of SQL queries onto a Sybase database.

Related scenarios
Related topic in tDBInput scenarios: Scenario 1: Displaying selected data from DB table on page 163 Scenario 2: Using StoreSQLQuery variable on page 164 Related topic in tContextLoad Scenario: Dynamic context use in MySQL DB insert on page 652.

Creative Commons License

Talend Open Studio Components

393

Database components
tSybaseIQBulkExec

tSybaseIQBulkExec
tSybaseIQBulkExec Properties
Component family Databases/Sybase IQ

Function Purpose Basic settings

tSybaseIQBulkExec uploads a bulk file in a Sybase IQ database. As a dedicated component, it allows gains in performance during Insert operations to a Sybase IQ database. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tSybaseConnection component on the Component List to reuse the connection details you already defined. Database server IP address Listening port number of DB server. Database name DB user authentication data. Name of the table to be written. Note that only one table can be written at a time and that the table must exist for the insert operation to succeed. On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create table: The table is removed and created again. Create table: The table does not exist and gets created. Create table if not exists: The table is created if it does not exist. Clear table: The table content is deleted. Truncate table: The table content is deleted. You do not have the possibility to rollback the operation. Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository.

Host Port Database Username and Password Table

Action on table

Local filename

Schema type and Edit Schema

394

Talend Open Studio Components

Creative Commons License

Database components
tSybaseIQBulkExec

Built-in: You create and store the schema locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: You have already created and stored the schema in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Advanced settings Lines terminated by Field Terminated by Use enclosed quotes Use fixed length Character or sequence of characters used to separate lines. Character, string or regular expression to separate fields. Select this check box to use data enclosure characters. Select this check box to set a fixed width for data lines.

tStatCatcher Statistics Select this check box to gather the job processing metadata at a job level as well as at each component level. Usage Limitation This dedicated component offers performance and flexibility of Sybase IQ DB query handling. As opposed to the Oracle dedicated bulk component, no action on data is possible using this Sybase dedicated component.

Related scenarios
For tSybaseIQBulkExec related topics, see: tMysqlOutputBulkExec Scenario: Inserting transformed data in MySQL database on page 293 tOracleBulkExec Scenario: Truncating and inserting file data into Oracle DB on page 329.

Creative Commons License

Talend Open Studio Components

395

Database components
tSybaseIQOutputBulkExec

tSybaseIQOutputBulkExec
tSybaseIQOutputBulkExec properties
Component family Databases/Sybase IQ

Function Purpose Basic settings

Executes the Insert action on the data provided. As a dedicated component, it allows gains in performance during Insert operations to a Sybase IQ database. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tSybaseConnection component on the Component list to reuse the connection details you already defined. Database server IP address. Listening port number of DB server. Name of the database DB user authentication data. Name of the table to be written. Note that only one table can be written at a time and that the table must exist for the insert operation to succeed. On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create a table: The table is removed and created again. Create a table: The table does not exist and gets created. Create a table if not exists: The table is created if it does not exist. Clear a table: The table content is deleted. Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide. select this check box to add the new rows at the end of the records. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository.

Host Port Database Username and Password Table

Action on table

File Name

Append the file Schema type and Edit Schema

396

Talend Open Studio Components

Creative Commons License

Database components
tSybaseIQOutputBulkExec

Built-in: You create and store the schema locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: You have already created and stored the schema in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Advanced settings Fields terminated by Lines terminated by Use enclose quotes Include Head Encoding Type Character, string or regular expression to separate fields. Character or sequence of characters used to separate lines. Select this check box to use data enclosure characters. Select this heck box to include the column header. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling.

tStatCatcher Statistics Select this check box to collect log data at the component level. Usage Limitation This component is mainly used when no particular transformation is required on the data to be loaded onto the database. n/a

Related scenarios
For use cases in relation with tSybaseIQOutputBulkExec, see the following scenarios: tMysqlOutputBulk Scenario: Inserting transformed data in MySQL database on page 293. tMysqlOutputBulkExec Scenario: Inserting data in MySQL database on page 297. tOracleBulkExec Scenario: Truncating and inserting file data into Oracle DB on page 329.

Creative Commons License

Talend Open Studio Components

397

Database components
tSybaseOutput

tSybaseOutput
tSybaseOutput Properties
Component family Databases/Sybase

Function Purpose

tSybaseOutput writes, updates, makes changes or suppresses entries in a database. tSybaseOutput executes the action defined on the table and/or on the data contained in the table, based on the flow incoming from the preceding component in the job. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tJSybaseConnection component on the Component list to reuse the connection details you already defined. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Server Port Database Sybase Schema Username and Password Table Action on table Database server IP address Listening port number of DB server. Name of the database Exact name of the Sybase schema. DB user authentication data. Name of the table to be written. Note that only one table can be written at a time On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create a table: The table is removed and created again. Create a table: The table does not exist and gets created. Create a table if not exists: The table is created if it does not exist. Drop a table if exists and create: The table is removed if it already exists and created again. Clear a table: The table content is deleted.

Basic settings

398

Talend Open Studio Components

Creative Commons License

Database components
tSybaseOutput

Turn on identity insert Select this check box to use your own sequence for the identity value of the inserted records (instead of having the SQL Server pick the next sequential value). Action on data On the data of the table defined, you can perform: Insert: Add new entries to the table. If duplicates are found, job stops. Update: Make changes to existing entries Insert or update: Add entries or update existing ones. Update or insert: Update existing entries or create it if non existing Delete: Remove entries corresponding to the input flow. It is necessary to specify at least one column as a primary key on which the Update and Delete operations are based. You can do that by clicking Edit Schema and selecting the check box(es) next to the column(s) you want to set as primary key(s). For an advanced use, click the Advanced settings view where you can simultaneously define primary keys for the Update and Delete operations. To do that: Select the Use field options check box and then in the Key in update column, select the check boxes next to the column names you want to use as a base for the Update operation. Do the same in the Key in delete column for the Delete operation. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Die on error Advanced settings Commit every Clear this check box to skip the row on error and complete the process for error-free rows. Enter the number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and, above all, better performance at execution. This option is not offered if you create (with or without drop) the DB table. This option allows you to call SQL functions to perform actions on columns, which are not insert, nor update or delete actions, or action that require particular preprocessing.

Additional Columns

Creative Commons License

Talend Open Studio Components

399

Database components
tSybaseOutput

Name: Type in the name of the schema column to be altered or inserted as new column SQL expression: Type in the SQL statement to be executed in order to alter or insert the relevant column data. Position: Select Before, Replace or After following the action to be performed on the reference column. Reference column: Type in a column of reference that the tDBOutput can use to place or replace the new or altered column. Use field options Enable debug mode tStateCatcher Statistics Usage Select this check box to customize a request, especially when there is double action on data. Select this check box to display each step during processing entries in a database. Select this check box to collect log data at the component level.

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For use cases in relation with tSybaseOutput, see: tDBOutput Scenario: Displaying DB output on page 168 tMySQLOutput Scenario 1: Adding a new column and altering data in a DB table on page 283.

400

Talend Open Studio Components

Creative Commons License

Database components
tSybaseOutputBulk

tSybaseOutputBulk
tSybaseOutputBulk properties
tSybaseOutputBulk and tSybaseBulkExec components are used together to first output the file that will be then used as parameter to execute the SQL query stated. These two steps compose the tSybaseOutputBulkExec component, detailed in a separate section. The interest in having two separate elements lies in the fact that it allows transformations to be carried out before the data loading.
Component family Databases/Sybase

Function Purpose Basic settings

Writes a file with columns based on the defined delimiter and the Sybase standards Prepares the file to be used as parameter in the INSERT query to feed the Sybase database. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the Repository file where you have stored Properties. The fields that come after are pre-filled in using fetched data. File Name Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide. Select this check box to add the new rows at the end of the file. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Built-in: You create and store the schema locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: You have already created and stored the schema in the Repository, hence can be reused in various projects and job designs. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Append Schema type and Edit Schema

Advanced settings

Row separator Field separator Include header

String (ex: \non Unix) to distinguish rows. Character, string or regular expression to separate fields. Select this check box to include the column header in the file.

Creative Commons License

Talend Open Studio Components

401

Database components
tSybaseOutputBulk

Encoding Type

Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select this check box to collect log data at the component level

tStateCatcher Statistics Usage

This component is to be used along with tSybaseBulkExec component. Used together they offer gains in performance while feeding a Sybase database.

Related scenarios
For uses cases in relation with tSybaseOutputBulk, see the following scenarios: tMysqlOutputBulk Scenario: Inserting transformed data in MySQL database on page 293 tMysqlOutputBulkExec Scenario: Inserting data in MySQL database on page 297 tOracleBulkExec Scenario: Truncating and inserting file data into Oracle DB on page 329

402

Talend Open Studio Components

Creative Commons License

Database components
tSybaseOutputBulkExec

tSybaseOutputBulkExec
tSybaseOutputBulkExec properties
Component family Databases/Sybase

Function Purpose Basic settings

Executes the Insert action on the data provided. As a dedicated component, it allows gains in performance during Insert operations to a Sybase database. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tSybaseConnection component on the Component list to reuse the connection details you already defined. Database server IP address Listening port number of DB server. Name of the database DB user authentication data. Name of the utility to be used to copy data over to the Sybase server. Number of lines in each processed batch. Name of the table to be written. Note that only one table can be written at a time and that the table must exist for the insert operation to succeed. On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create a table: The table is removed and created again. Create a table: The table does not exist and gets created. Create a table if not exists: The table is created if it does not exist. Clear a table: The table content is deleted. Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide. Select this check box to add the new rows at the end of the records.

Server Port Database Username and Password Bcp utility Batch row number Table

Action on table

File Name

Append

Creative Commons License

Talend Open Studio Components

403

Database components
tSybaseOutputBulkExec

Schema type and Edit Schema

A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: You create and store the schema locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: You have already created and stored the schema in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Advanced settings

Action on data

On the data of the table defined, you can perform: Bulk Insert: Add multiple entries to the table. If duplicates are found, job stops. Bulk Update: Make simultaneous changes to multiple entries. Character, string or regular expression to separate fields. String (ex: \non Unix) to distinguish rows in the DB. Type in the number of the file row where the action should start at. Character, string or regular expression to separate fields in a file. Select this heck box to include the column header. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select the type of output for the standard output of the Sybase database: to console, to global variable.

Field terminator DB Row terminator First row FILE Row terminator Include Head Encoding Type

Output

tStatCatcher Statistics Select this check box to collect log data at the component level. Usage Limitation This component is mainly used when no particular transformation is required on the data to be loaded onto the database. n/a

Related scenarios
For use cases in relation with tSybaseOutputBulkExec, see the following scenarios: tMysqlOutputBulk Scenario: Inserting transformed data in MySQL database on page 293 tMysqlOutputBulkExec Scenario: Inserting data in MySQL database on page 297 tOracleBulkExec Scenario: Truncating and inserting file data into Oracle DB on page 329
404 Talend Open Studio Components Creative Commons License

Database components
tSybaseRollback

tSybaseRollback
tSybaseRollback properties
This component is closely related to tSybaseCommit and tSybaseConnection. It usually does not make much sense to use these components independently in a transaction.
Component family Databases/Sybase

Function Purpose Basic settings

tSybaseRollback cancels the transaction committed in the connected DB. This component avoids to commit part of a transaction involuntarily. Component list Select the tSybaseConnection component in the list if more than one connection are planned for the current job. Clear this check box to continue to use the selected connection once the component has performed its task.

Close Connection

Usage Limitation

This component is to be used along with Sybase components, especially with tSybaseConnection and tSybaseCommit. n/a

Related scenarios
For tSybaseRollback related scenario, see Scenario: Rollback from inserting data in mother/daughter tables on page 299.

Creative Commons License

Talend Open Studio Components

405

Database components
tSybaseRow

tSybaseRow
tSybaseRow Properties
Component family Databases/Sybase

Function

tSybaseRow 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 doesnt provide output. Depending on the nature of the query and the database, tSybaseRow acts on the actual DB structure or on the data (although without handling data). The SQLBuilder tool helps you write easily your SQL statements. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tSybaseConnection component on the Component list to reuse the connection details you already defined. Database server IP address Listening port number of DB server. Name of the database Exact name of the sybase schema. DB user authentication data. Name of the table to be processed.

Purpose

Basic settings

Server Port Database Sybase Schema Username and Password Table Name

Turn on identity insert Select this check box to use your own sequence for the identity value of the inserted records (instead of having the SQL Server pick the next sequential value). Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type Either Built-in or Repository.

406

Talend Open Studio Components

Creative Commons License

Database components
tSybaseRow

Built-in: Fill in manually the query statement or build it graphically using SQLBuilder Repository: Select the relevant query stored in the Repository. The Query field gets accordingly filled in. Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition. Clear this check box to skip the row on error and complete the process for error-free rows. Select this check box to insert the result of the query into a COLUMN of the current flow. Number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and above all better performance on executions. Select this check box to collect log data at the component level.

Die on error Advanced settings Propagate QUERYs recordset Commit every

tStateCatcher Statistics Usage

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For tSybaseRow related topics, see: tDBSQLRow Scenario: Resetting a DB auto-increment on page 172 tMySQLRow Scenario: Removing and regenerating a MySQL table index on page 301.

Creative Commons License

Talend Open Studio Components

407

Database components
tSybaseSCD

tSybaseSCD
tSybaseSCD belongs to two component families: Business Intelligence and Databases. For more information on it, see tSybaseSCD on page 25.

408

Talend Open Studio Components

Creative Commons License

Database components
tSybaseSCDELT

tSybaseSCDELT
tSybaseSCDELT Properties
Component family Databases/Sybase

Function Purpose

tSybaseSCDELT reflects and tracks changes in a dedicated Sybase SCD table. tSybaselSCDELT addresses Slowly Changing Dimension needs through SQL queries (server-side processing mode), and logs the changes into a dedicated Sybase SCD table. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Enter properties manually. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tSybaseConnection component on the Component List to reuse the connection details you already defined. The IP address of the database server. Listening port number of database server. Name of the database User authentication data for a dedicated database. Name of the input MySQL SCD table. Name of the table to be written. Note that only one table can be written at a time Select to perform one of the following operations on the table defined: None: No action carried out on the table. Drop and create table: The table is removed and created again Create table: A new table gets created. Create table if not exists: A table gets created if it does not exist. Clear table: The table content is deleted. You have the possibility to rollback the operation. Truncate table: The table content is deleted. You don not have the possibility to rollback the operation. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository.

Basic settings

Host Port Database Username and Password Source table Table Action on table

Schema type and Edit Schema

Creative Commons License

Talend Open Studio Components

409

Database components
tSybaseSCDELT

Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Surrogate Key Creation Source Key Select the surrogate key column from the list. Select the method to be used for the surrogate key generation. Select one or more columns to be used as keys, to ensure the unicity of incoming data.

Use SCD Type 1 fields Use type 1 if tracking changes is not necessary. SCD Type 1 should be used for typos corrections for example. Select the columns of the schema that will be checked for changes. Use SCD Type 2 fields Use type 2 if changes need to be tracked down. SCD Type 2 should be used to trace updates for example. Select the columns of the schema that will be checked for changes. Start date: Adds a column to your SCD schema to hold the start date value. You can select one of the input schema columns as Start Date in the SCD table. End Date: Adds a column to your SCD schema to hold the end date value for the record. When the record is currently active, the End Date column shows a null value, or you can select Fixed Year value and fill it in with a fictive year to avoid having a null value in the End Date field. Log Active Status: Adds a column to your SCD schema to hold the true or false status value. This column helps to easily spot the active record. Log versions: Adds a column to your SCD schema to hold the version number of the record. Usage This component is used as an output component. It requires an input component and Row main link as input.

Related Scenario
For related topics, see tMysqlSCD on page 12 Scenario: Tracking changes using Slowly Changing Dimensions (type 0 through type 3) on page 15.

410

Talend Open Studio Components

Creative Commons License

Database components
tSybaseSP

tSybaseSP
tSybaseSP properties
Component family Databases/Sybase

Function Purpose Basic settings

tSybaseSP calls the database stored procedure. tSybaseSP offers a convenient way to centralize multiple or complex queries in a database and call them easily. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tSybaseConnection component on the Component list to reuse the connection details you already defined. Database server IP address Listening port number of DB server. Name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. SP Name Is Function / Return result in Timeout Interval Type in the exact name of the Stored Procedure Select this check box, if a value is to be returned. Select on the list the schema column, the value to be returned is based on. Maximum waiting time for the results of the stored procedure.

Host Port Database Username and Password Schema type and Edit Schema

Creative Commons License

Talend Open Studio Components

411

Database components
tSybaseSP

Parameters

Click the Plus button and select the various Schema Columns that will be required by the procedures. Note that the SP schema can hold more columns than there are parameters used in the procedure. Select the Type of parameter: IN: Input parameter OUT: Output parameter/return value IN OUT: Input parameters is to be returned as value, likely after modification through the procedure (function). RECORDSET: Input parameters is to be returned as a set of values, rather than single value. Check the tParseRecordSet component if you want to analyze a set of records from a database table or DB query and return single records. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling.

Advanced settings

Encoding Type

tStatCatcher Statistics Select this check box to gather the job processing metadata at a job level as well as at each component level. Usage Limitation This component is used as intermediary component. It can be used as start component but only input parameters are thus allowed. The Stored Procedures syntax should match the Database syntax.

Related scenarios
For related topic, see tMysqlSP Scenario: Finding a State Label using a stored procedure on page 307. Check as well the tParseRecordSet component if you want to analyze a set of records from a database table or DB query and return single records.

412

Talend Open Studio Components

Creative Commons License

Database components
tTeradataInput

tTeradataInput
tTeradataInput Properties
Component family Databases/Teradata

Function Purpose

tTeradataInput reads a database and extracts fields based on a query. tTeradataInput 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. Property type Either Built-in or Repository Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tTeradataConnection component on the Component list to reuse the connection details you already defined. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Host Port Database Username and Password Schema type and Edit Schema Database server IP address Listening port number of DB server. Name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type and Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition.

Basic settings

Creative Commons License

Talend Open Studio Components

413

Database components
tTeradataInput

Advanced settings

Encoding Type

Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select this check box to remove leading and trailing whitespace from all the String/Char columns. Remove leading and trailing whitespace from defined columns. Select this check box to collect log data at the component level.

Trim all the String/Char columns Trim column tStateCatcher Statistics Usage

This component covers all possibilities of SQL queries onto a Teradata database.

Related scenarios
Related topics in generic tDBInput scenarios: Scenario 1: Displaying selected data from DB table on page 163 Scenario 2: Using StoreSQLQuery variable on page 164 Related topic in tContextLoad Scenario: Dynamic context use in MySQL DB insert on page 652.

414

Talend Open Studio Components

Creative Commons License

Database components
tTeradataOutput

tTeradataOutput
tTeradataOutput Properties
Component family Databases/Teradata

Function Purpose

tTeradataOutput writes, updates, makes changes or suppresses entries in a database. tTeradataOutput executes the action defined on the table and/or on the data contained in the table, based on the flow incoming from the preceding component in the job. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tTeradataConnection component on the Component list to reuse the connection details you already defined. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Host Port Database Username and Password Table Action on table Database server IP address Listening port number of DB server. Name of the database DB user authentication data. Name of the table to be written. Note that only one table can be written at a time On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create a table: The table is removed and created again. Create a table: The table does not exist and gets created. Create a table if not exists: The table is created if it does not exist. Drop a table if exists and ceate: The table is removed if it already exists and created again. Clear a table: The table content is deleted.

Basic settings

Creative Commons License

Talend Open Studio Components

415

Database components
tTeradataOutput

Action on data

On the data of the table defined, you can perform: Insert: Add new entries to the table. If duplicates are found, job stops. Update: Make changes to existing entries Insert or update: Add entries or update existing ones. Update or insert: Update existing entries or create it if non existing Delete: Remove entries corresponding to the input flow. It is necessary to specify at least one column as a primary key on which the Update and Delete operations are based. You can do that by clicking Edit Schema and selecting the check box(es) next to the column(s) you want to set as primary key(s). For an advanced use, click the Advanced settings view where you can simultaneously define primary keys for the Update and Delete operations. To do that: Select the Use field options check box and then in the Key in update column, select the check boxes next to the column names you want to use as a base for the Update operation. Do the same in the Key in delete column for the Delete operation.

Schema type and Edit Schema

A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Die on error Advanced settings Commit every

Clear this check box to skip the row on error and complete the process for error-free rows. Enter the number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and, above all, better performance at execution. This option is not offered if you create (with or without drop) the DB table. This option allows you to call SQL functions to perform actions on columns, which are not insert, nor update or delete actions, or action that require particular preprocessing. Name: Type in the name of the schema column to be altered or inserted as new column

Additional Columns

416

Talend Open Studio Components

Creative Commons License

Database components
tTeradataOutput

SQL expression: Type in the SQL statement to be executed in order to alter or insert the relevant column data. Position: Select Before, Replace or After following the action to be performed on the reference column. Reference column: Type in a column of reference that the tDBOutput can use to place or replace the new or altered column. Use field options Enable debug mode tStateCatcher Statistics Use Batch Size Usage Select this check box to customize a request, especially when there is double action on data. Select this check box to display each step during processing entries in a database. Select this check box to collect log data at the component level. When selected, enables you to define the number of lines in each processed batch.

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For related topics, see: tDBOutput Scenario: Displaying DB output on page 168 tMySQLOutput Scenario 1: Adding a new column and altering data in a DB table on page 283.

Creative Commons License

Talend Open Studio Components

417

Database components
tTeradataRow

tTeradataRow
tTeradataRow Properties
Component family Databases/Teradata

Function

tTeradataRow 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 doesnt provide output. Depending on the nature of the query and the database, tTeradataRow acts on the actual DB structure or on the data (although without handling data). The SQLBuilder tool helps you write easily your SQL statements. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tTeradataConnection component on the Component list to reuse the connection details you already defined. Database server IP address Listening port number of DB server. Name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Query type Either Built-in or Repository. Built-in: Fill in manually the query statement or build it graphically using SQLBuilder Repository: Select the relevant query stored in the Repository. The Query field gets accordingly filled in.

Purpose

Basic settings

Host Port Database Username and Password Schema type and Edit Schema

418

Talend Open Studio Components

Creative Commons License

Database components
tTeradataRow

Query

Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition. Number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and above all better performance on executions. Clear this check box to skip the row on error and complete the process for error-free rows. Select this check box to insert the result of the query into a COLUMN of the current flow. Number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and above all better performance on executions. Select this check box to collect log data at the component level.

Commit every

Die on error Advanced settings Propagate QUERYs recordset Commit every

tStateCatcher Statistics Usage

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenarios
For related topics, see: tDBSQLRow Scenario: Resetting a DB auto-increment on page 172 tMySQLRow Scenario: Removing and regenerating a MySQL table index on page 301.

Creative Commons License

Talend Open Studio Components

419

Database components
tVerticaBulkExec

tVerticaBulkExec
tVerticaBulkExec Properties
tVerticaOutputBulk and tVerticaBulkExec components are used together to first output the file that will be then used as parameter to execute the SQL query stated. These two steps compose the tVerticaOutputBulkExec component, detailed in a separate section. The interest in having two separate elements lies in the fact that it allows transformations to be carried out before the data loading in the database.
Component family Databases/Vertica

Function Purpose Basic settings

Executes the Insert action on the data provided. As a dedicated component, tVerticaBulkExec offers gains in performance while carrying out the Insert operations to a Mysql database Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the Repository file where Properties are stored. When selected, the fields to follow are pre-filled in using fetched data. Use an existing connection Host Port Database Username and Password Action on table Select this check box when using a tVerticaConnection component. Database server IP address Listening port number of DB server. Name of the database DB user authentication data. On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create table: The table is removed and created again. Create table: The table does not exist and gets created. Create table if not exists: The table is created if it does not exist. Clear table: The table content is deleted. You have the possibility to rollback the operation. Name of the table to be written. Note that only one table can be written at a time and that the table must exist for the insert operation to succeed. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository.

Table

Schema type and Edit schema

420

Talend Open Studio Components

Creative Commons License

Database components
tVerticaBulkExec

Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Remote Filename Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide. The Job automatically stops if no row has been loaded. Character, string or regular expression to separate fields. String displayed to indicate that the value is null.

Exit job if no row was loaded Fields terminated by Null string

tStatCatcher Statistics Select this check box to collect log data at the component level. Usage This component is to be used along with tVerticaOutputBulk component. Used together, they can offer gains in performance while feeding a Vertica database.

Related scenarios
For related topics, see: tMysqlOutputBulk Scenario: Inserting transformed data in MySQL database on page 293. tMysqlOutputBulkExec Scenario: Inserting data in MySQL database on page 297. tOracleBulkExec Scenario: Truncating and inserting file data into Oracle DB on page 329 du composant.

Creative Commons License

Talend Open Studio Components

421

Database components
tVerticaCommit

tVerticaCommit
tVerticaCommit Properties
This component is closely related to tVerticaConnection and tVerticaRollback. It usually doesnt make much sense to use these components independently in a transaction.
Component family Databases/Vertica

Function Purpose

tVerticaConnection validates the data processed through the job into the connected DB. 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. Component list Select the tVerticaConnection component in the list if more than one connection are planned for the current job. Clear this check box to continue to use the selected connection once the component has performed its task.

Basic settings

Close connection

Advanced settings Usage Limitation

tStatCatcher Statistics Select this check box to collect log data at the component level. This component is to be used along with Mysql components, especially with tVerticaConnection and tVerticaRollback components. n/a

Related scenario
This component is closely related to tVerticaConnection and tVerticaRollback. It usually doesnt make much sense to use one of these without using a tVerticaConnection component to open a connection for the current transaction. For tVerticaCommit related scenario, see tVerticaConnection on page 423.

422

Talend Open Studio Components

Creative Commons License

Database components
tVerticaConnection

tVerticaConnection
tVerticaConnection Properties
This component is closely related to tVerticaCommit and tVerticaRollback. It usually doesnt make much sense to use one of these without using a tVerticaConnection component to open a connection for the current transaction.
Component family Databases/Vertica

Function Purpose Basic settings

tVerticaConnection opens a connection to the database for a current transaction. tVerticaConnection allows to commit a whole job data in one go to the output database as one transaction when validated. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Host Port Database Username and Password Encoding Type Database server IP address Listening port number of DB server. Name of the database DB user authentication data. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select this check box to share your connection or fetch a connection shared by a parent or child Job. Shared DB Connection Name: set or type in the shared connection name.

Use or register a shared DB Connection Advanced settings Utilisation Limitation

tStatCatcher Statistics Select this check box to collect log data at the component level. This component is to be used along with Mysql components, especially with tVerticaCommit and tVerticaRollback components. n/a

Related scenario
This component is closely related to tVerticaCommit and tVerticaRollback. It usually doesnt make much sense to use one of these without using a tVerticaConnection component to open a connection for the current transaction. For tVerticaConnection related scenario, see tMysqlConnection on page 269.

Creative Commons License

Talend Open Studio Components

423

Database components
tVerticaInput

tVerticaInput
tVerticaInput Properties
Component family Databases/Vertica

Function Purpose

tVerticaInput reads a database and extracts fields based on a query. tVerticaInput 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. Property type Either Built-in or Repository Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Use existing connection Host Port Database Username and Password Schema type and Edit Schema Select this check box when using a tVerticaConnection component. Database server IP address Listening port number of DB server. Name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Table Name Name of the table to be read.

Basic settings

Query type and Query Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition. Advanced settings Trim all the String/Char columns Select this check box to remove leading and trailing whitespace from all the String/Char columns.

424

Talend Open Studio Components

Creative Commons License

Database components
tVerticaInput

Trim column

Remove leading and trailing whitespace from defined columns.

tStatCatcher Statistics Select this check box to collect log data at the component level. Utilisation This component covers all possibilities of SQL queries onto a Vertica database.

Related scenarios
Related topics in tDBInput scenarios: Scenario 1: Displaying selected data from DB table on page 163 Scenario 2: Using StoreSQLQuery variable on page 164 Related topic in tContextLoad Scenario: Dynamic context use in MySQL DB insert on page 652.

Creative Commons License

Talend Open Studio Components

425

Database components
tVerticaOutput

tVerticaOutput
tVerticaOutput Properties
Component family Databases/Vertica

Function Purpose

tVerticaOutput writes, updates, makes changes or suppresses entries in a database. tVerticaOutput executes the action defined on the table and/or on the data contained in the table, based on the flow incoming from the preceding component in the job. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a database connection wizard and store the database connection parameters you set in the component Basic settings view. For more information about setting up and storing database connection parameters, see Setting up a DB connection of Talend Open Studio User Guide. Use existing connection Host Port Database Username and Password Table Action on table Select this check box when using a tVerticaConnection component. Database server IP address Listening port number of DB server. Name of the database DB user authentication data. Name of the table to be written. Note that only one table can be written at a time On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create a table: The table is removed and created again. Create a table: The table does not exist and gets created. Create a table if not exists: The table is created if it does not exist. Drop a table if exists and create: The table is removed if it already exists and created again. Clear a table: The table content is deleted.

Basic settings

426

Talend Open Studio Components

Creative Commons License

Database components
tVerticaOutput

Action on data

On the data of the table defined, you can perform: Insert: Add new entries to the table. If duplicates are found, job stops. Update: Make changes to existing entries Insert or update: Add entries or update existing ones. Update or insert: Update existing entries or create it if non existing Delete: Remove entries corresponding to the input flow. It is necessary to specify at least one column as a primary key on which the Update and Delete operations are based. You can do that by clicking Edit Schema and selecting the check box(es) next to the column(s) you want to set as primary key(s). For an advanced use, click the Advanced settings view where you can simultaneously define primary keys for the Update and Delete operations. To do that: Select the Use field options check box and then in the Key in update column, select the check boxes next to the column names you want to use as a base for the Update operation. Do the same in the Key in delete column for the Delete operation.

Schema type and Edit Schema

A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Die on error Advanced settings Encoding

Clear this check box to skip the row on error and complete the process for error-free rows. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. Number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and, above all, better performance at executions. Number of lines in each processed batch. This option is not offered if you create (with or without drop) the DB table. This option allows you to call SQL functions to perform actions on columns, which are not insert, nor update or delete actions, or action that require particular preprocessing.

Commit every

Use Batch Size Additional Columns

Creative Commons License

Talend Open Studio Components

427

Database components
tVerticaOutput

Name: Type in the name of the schema column to be altered or inserted as new column SQL expression: Type in the SQL statement to be executed in order to alter or insert the relevant column data. Position: Select Before, Replace or After following the action to be performed on the reference column. Reference column: Type in a column of reference that the tDBOutput can use to place or replace the new or altered column. Use field options Enable debug mode Select this check box to customize a request, especially when there is double action on data. Select this check box to display each step during processing entries in a database.

tStatCatcher Statistics Select this check box to collect log data at the component level. Utilisation This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Scnarios associs
For tVerticaOutput related topics, see: tDBOutput Scenario: Displaying DB output on page 168 tMySQLOutput Scenario 1: Adding a new column and altering data in a DB table on page 283.

428

Talend Open Studio Components

Creative Commons License

Database components
tVerticaOutputBulk

tVerticaOutputBulk
tVerticaOutputBulk Properties
tVerticaOutputBulk and tVerticaBulkExec components are used together to first output the file that will be then used as parameter to execute the SQL query stated. These two steps compose the tVerticaOutputBulkExec component, detailed in a separate section. The interest in having two separate elements lies in the fact that it allows transformations to be carried out before the data loading.
Component family Databases/Vertica

Function Purpose Basic settings

tVerticaBulkOutputExec writes a file with columns based on the defined delimiter and the Vertica standards. tVerticaBulkOutputExec prepares the file to be used as parameter in the INSERT query to feed the Vertica database. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the Repository file where Properties are stored. The following fields are pre-filled in using fetched data. File Name Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide Select this check box to add the new rows at the end of the file. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job designs. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Append Schema type and Edit Schema

Advanced settings

Row separator Field separator Include header

String (ex: \non Unix) to distinguish rows. Character, string or regular expression to separate fields. Select this check box to include the column header to the file.

Creative Commons License

Talend Open Studio Components

429

Database components
tVerticaOutputBulk

Encoding Type

Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling.

tStatCatcher Statistics Select this check box to collect log data at the component level. Utilisation This component is to be used along with tVerticaBulkExec component. Used together they offer gains in performance while feeding a Vertica database.

Related scenarios
For uses cases in relation with tVerticaOutputBulk, see the following scenarios: tMysqlOutputBulk Scenario: Inserting transformed data in MySQL database on page 293 tMysqlOutputBulkExec Scenario: Inserting data in MySQL database on page 297

430

Talend Open Studio Components

Creative Commons License

Database components
tVerticaOutputBulkExec

tVerticaOutputBulkExec
tVerticaOutputBulkExec Properties
Component family Databases/Vertica

Function Purpose Basic settings

tVerticaOutputBulkExec executes the Insert action on the data provided. As a dedicated component, it allows gains in performance during Insert operations to a Vertica database. Property Type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Host Port DB Name Username and Password Table Database server IP address Listening port number of DB server. Name of the database DB user authentication data. Name of the table to be written. Note that only one table can be written at a time and that the table must exist for the insert operation to succeed. On the table defined, you can perform one of the following operations: None: No operation is carried out. Drop and create a table: The table is removed and created again. Create a table: The table does not exist and gets created. Create a table if not exists: The table is created if it does not exist. Clear a table: The table content is deleted. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job designs. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Action on table

Schema type and Edit Schema

Creative Commons License

Talend Open Studio Components

431

Database components
tVerticaOutputBulkExec

File Name

Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide. Select this check box to add the new rows at the end of the file The Job automatically stops if no row has been loaded. Character, string or regular expression to separate fields. String displayed to indicate that the value is null. select this check box to include the column header to the file. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling.

Append Advanced settings Exit job if no row was loaded Field Separator Null string Include header Encoding Type

tStatCatcher Statistics Select this check box to collect log data at the component level. Usage Limitation This component is mainly used when no particular transformation is required on the data to be loaded onto the database. n/a

Related scenarios
For uses cases in relation with tVerticaOutputBulkExec, see the following scenarios: tMysqlOutputBulk Scenario: Inserting transformed data in MySQL database on page 293 tMysqlOutputBulkExec Scenario: Inserting data in MySQL database on page 297

432

Talend Open Studio Components

Creative Commons License

Database components
tVerticaRollback

tVerticaRollback
tVerticaRollback Properties
This component is closely related to tVerticaCommit and tVerticaConnection. It usually doesnt make much sense to use these components independently in a transaction.
Component family Databases/Vertica

Function Purpose Basic settings

tVerticaRollback cancels the transaction commit in the connected DB. tVerticaRollback avoids to commit part of a transaction involuntarily. Component list Select the VerticaConnection component in the list if more than one connection are planned for the current job. Clear this check box to continue to use the selected connection once the component has performed its task.

Close Connection

Advanced settings Usage Limitation

tStatCatcher Statistics Select this check box to collect log data at the component level. This component is to be used along with Mysql components, especially with tVerticaConnection and tVerticaCommit components. n/a

Related scenario
For tVerticaRollback related scenario, see Scenario: Rollback from inserting data in mother/daughter tables on page 299.

Creative Commons License

Talend Open Studio Components

433

Database components
tVerticaRow

tVerticaRow
tVerticaRow Properties
Component family Databases/Vertica

Function

tVerticaRow 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 doesnt provide output. Depending on the nature of the query and the database, tVerticaRow acts on the actual DB structure or on the data (although without handling data). The SQLBuilder tool helps you write easily your SQL statements. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Use an existing connection Select this check box and click the relevant tMySqlConnection component on the Component list to reuse the connection details you already defined. Listening port number of DB server. Name of the database DB user authentication data. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Table name Query type Name of the table to process. Either Built-in or Repository. Built-in: Fill in manually the query statement or build it graphically using SQLBuilder Repository: Select the relevant query stored in the Repository. The Query field gets accordingly filled in.

Purpose

Basic settings

Port Database Username and Password Schema type and Edit Schema

434

Talend Open Studio Components

Creative Commons License

Database components
tVerticaRow

Query

Enter your DB query paying particularly attention to properly sequence the fields in order to match the schema definition. Clear this check box to skip the row on error and complete the process for error-free rows. Select this check box to insert the result of the query into a COLUMN of the current flow Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Number of rows to be completed before committing batches of rows together into the DB. This option ensures transaction quality (but not rollback) and above all better performance on executions. Select this check box to collect log data at the component level.

Die on error Advanced settings Propagate QUERYs recordset Encoding Type

Commit every

tStateCatcher Statistics Usage

This component offers the flexibility benefit of the DB query and covers all possibilities of SQL queries.

Related scenario
For related topics, see: tDBSQLRow Scenario: Resetting a DB auto-increment on page 172 tMySQLRow Scenario: Removing and regenerating a MySQL table index on page 301.

Creative Commons License

Talend Open Studio Components

435

Database components
tVerticaRow

436

Talend Open Studio Components

Creative Commons License

ELT components
This chapter details the major components that you can find in ELT group of the Palette of Talend Open Studio. The ELT family groups most popular database connectors, as well as processing components, all dedicated to the ELT mode where the target DBMS becomes the transformation engine. This mode supports Teradata, Oracle, Netezza, Dataupia, QuickFire, Datallegro & Vertica.

ELT components
tELTAggregate

tELTAggregate
tELTAggregate properties
Component family ELT

Function

tELTAggregate collects data values from one or more columns with the intent to manage the collection as a single unit. This component has real-time capabilities since it runs the data transform on the DBMS itself. Helps to provide a set of matrix based on values or calculations. Component list Select the relevant DB connection component in the list if you use more than one connection in the current Job. Name of the database. Name of the table holding the data you want to collect values from. Name of the table you want to write the collected and transformed data in. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Built-in: You create and store the schema locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: You have already created the schema and stored it in the Repository. You can reuse it in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide Operations Select the type of operation along with the value to use for the calculation and the output field. Output Column: Select the destination field in the list. Function: Select any of the following operations to perform on data: count, min, max, avg, sum, first, last, list, and count (distinct). Input column position: Select the input column from which you want to collect the values to be aggregated. Group by Define the aggregation sets, the values of which will be used for calculations.

Purpose Basic settings

Database name Source table name Target table name Schema type and Edit Schema

438

Talend Open Studio Components

Creative Commons License

ELT components
tELTAggregate

Output Column: Select the column label in the list offered according to the schema structure you defined. You can add as many output columns as you wish to make more precise aggregations. Input Column position: Match the input column label with your output columns, in case the output label of the aggregation set needs to be different. SQL pattern SQLPattern List To add a default system SQL pattern: Click the Add button to add the default system SQL pattern(s) in the SQLPattern List. Click in the SQL pattern field and then click the arrow to display the system SQL pattern list. Select the desired system SQL pattern provided by Talend. Note: You can create your own SQL patterns and add them to the SQLPattern List. To create a user-defined SQL pattern: -Select a system pattern from the SQLPattern list and click on its code in the code box. You will be prompted by the system to create a new pattern. -Click Yes to open the SQL pattern wizard. -Define your new SQL pattern in the corresponding fields and click Finish to close the wizard. An SQL pattern editor opens where you can enter the pattern code. -Click the Add button to add the new created pattern to the SQLPattern list. For more information, see Using SQL Templates of Talend Open Studio User Guide.

Usage

This component is used as an intermediate component with other relevant DB components, especially the DB connection and commit components. n/a

Limitation

Scenario: Filtering and aggregating table columns directly on the DBMS


The following Java scenario creates a Job that opens a connection to a Mysql database and: instantiates the schemas from a database table whose rows match the column names specified in the filter, filters a column in the same database table to have only the data that matches a WHERE clause, collects data grouped by specific value(s) from the filtered column and writes aggregated data in a target database table. To filter and aggregate database table columns:

Creative Commons License

Talend Open Studio Components

439

ELT components
tELTAggregate

Drop the following components from the Palette onto the design workspace: tELTMysqlconnection, tELTFilterColumns, tELTFilterRows, tELTAggregae, tELTCommit, and tELTRollback. Connect the five first components using OnComponentOk links. Connect tELTAggregate to tELTRollback using an OnComponentError link.

In the design workspace, select tMysqlConnection and click the Component tab to define the basic settings for tMysqlConnection. In the Basic settings view, set the database connection details manually or select them from the context variable list, through a Ctrl+Space click in the corresponding field if you have stored them locally as Metadata DB connection entries. For more information about Metadata, see Defining Metadata items of Talend Open Studio User Guide.

In the design workspace, select tELTFilterColumns and click the Component tab to define its basic settings.

440

Talend Open Studio Components

Creative Commons License

ELT components
tELTAggregate

On the Database type list, select the relevant database. On the Component list, select the relevant database connection component if more than one connection is used. Enter the names for the database, source table, and target table in the corresponding fields and click the three-dot buttons next to Edit schema to define the data structure in the source and target tables.
When you define the data structure for the source table, column names automatically appear in the Column list in the Column filters panel.

In this scenario, the source table has five columns: id, First_Name, Last_Name, Address, and id_State. In the Column filters panel, set the column filter by selecting the check boxes of the columns you want to write in the source table. In this scenario, the tELTFilterColumns component instantiates only three columns: id, First_Name, and id_State from the source table.
In the Component view, you can click the SQL Pattern tab and add system SQL patterns or create your own and use them within your Job to carry out the coded operation. For more information, see tELTFilterColumns Properties on page 445.

In the design workspace, select tELTFilterRows and click the Component tab to define its basic settings.

Creative Commons License

Talend Open Studio Components

441

ELT components
tELTAggregate

On the Database type list, select the relevant database. On the Component list, select the relevant database connection component if more than one connection is used. Enter the names for the database, source table, and target table in the corresponding fields and click the three-dot buttons next to Edit schema to define the data structure in the source and target tables. In this scenario, the source table has the three initially instantiated columns: id, First_Name, and id_State and the source table has the same three-column schema. In the Where condition field, enter a WHERE clause to extract only those records that fulfill the specified criterion. In this scenario, the tELTFilterRows component filters the First_Name column in the source table to extract only the first names that contain the a letter. In the design workspace, select tELTAggregate and click the Component tab to define its basic settings. On the Database type list, select the relevant database. On the Component list, select the relevant database connection component if more than one connection is used. Enter the names for the database, source table, and target table in the corresponding fields and click the three-dot buttons next to Edit schema to define the data structure in the source and target tables. The schema for the source table consists of the three columns: id, First_Name, and id_State. The schema for the target table consists of two columns: customers_status and customers_number. In this scenario, we want to group customers by their marital status and count customer number in each marital group. To do that, we define the Operations and Grouped by panels accordingly.

442

Talend Open Studio Components

Creative Commons License

ELT components
tELTAggregate

In the Operations panel, click the plus button to add one or more lines and then click in the Output column line to select the output column that will hold the counted data. Click in the Function line and select the operation to be carried on. In the Group by panel, click the plus button to add one or more lines and then click in the Output column line to select the output column that will hold the aggregated data. In the design workspace, select tELTCommit and click the Component tab to define its basic settings. On the Database type list, select the relevant database. On the Component list, select the relevant database connection component if more than one connection is used. Do the same for tELTRollback. Save your Job and press F6 to execute it. A two-column table aggregate_customers is created in the database. It groups customers according to their marital status and count customer number in each marital group.

Creative Commons License

Talend Open Studio Components

443

ELT components
tELTAggregate

444

Talend Open Studio Components

Creative Commons License

ELT components
tELTFilterColumns

tELTFilterColumns
tELTFilterColumns Properties
Component family ELT

Function

tELTFilterColumns makes specified changes to the defined schema of the database table based on column name mapping. This component has real-time capabilities since it runs the data filtering on the DBMS itself Helps homogenizing schemas either on the columns order or by removing unwanted columns or adding new columns. Component list Select the relevant DB connection component in the list if you use more than one connection in the current Job. Name of the database. Name of the table holding the data you want to filter. Name of the table you want to write the filtered data in. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Built-in: You create and store the schema locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: You have already created the schema and stored it in the Repository. You can reuse it in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Purpose Basic settings

Database name Source table name Target table name Schema type and Edit Schema

Creative Commons License

Talend Open Studio Components

445

ELT components
tELTFilterColumns

SQL pattern

SQLPattern List

To add a default system SQL pattern: Click the Add button to add the default system SQL pattern(s) in the SQLPattern List. Click in the SQL pattern field and then click the arrow to display the system SQL pattern list. Select the desired system SQL pattern provided by Talend. Note: You can create your own SQL patterns and add them to the SQLPattern List. To create a user-defined SQL pattern: -Select a system pattern from the SQLPattern list and click on its code in the code box. You will be prompted by the system to create a new pattern. -Click Yes to open the SQL pattern wizard. -Define your new SQL pattern in the corresponding fields and click Finish to close the wizard. An SQL pattern editor opens where you can enter the pattern code. -Click the Add button to add the new created pattern to the SQLPattern list. For more information, see Using SQL Templates of Talend Open Studio User Guide.

Usage Limitation

This component is used as an intermediate component with other relevant DB components, especially DB connection components. n/a

Related Scenario
For a related scenario, see Scenario: Filtering and aggregating table columns directly on the DBMS on page 439.

446

Talend Open Studio Components

Creative Commons License

ELT components
tELTFilterRows

tELTFilterRows
tELTFilterRows Properties
Component family ELT

Function

tELTFilterRows allows you to define a row filter on one table. This component has real-time capabilities since it runs the data filtering on the DBMS itself. Helps parametrizing row filters for any source data against a Where clause. Component list Select the relevant DB connection component in the list if you use more than one connection in the current Job. Name of the database. Name of the table holding the data you want to filter. Name of the table you want to write the filtered data in. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Built-in: You create and store the schema locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: You have already created the schema and stored it in the Repository. You can reuse it in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Where condition Use a WHERE clause to set the criteria that the rows must meet. You can use the WHERE clause to select specific rows from the table that match certain specified criteria or conditions.

Purpose Basic settings

Database name Source table name Target table name Schema type and Edit Schema

Creative Commons License

Talend Open Studio Components

447

ELT components
tELTFilterRows

SQL pattern

SQLPattern List

To add a default system SQL pattern: Click the Add button to add the default system SQL pattern(s) in the SQLPattern List. Click in the SQL pattern field and then click the arrow to display the system SQL pattern list. Select the desired system SQL pattern provided by Talend. Note: You can create your own SQL patterns and add them to the SQLPattern List. To create a user-defined SQL pattern: -Select a system pattern from the SQLPattern list and click on its code in the code box. You will be prompted by the system to create a new pattern. -Click Yes to open the SQL pattern wizard. -Define your new SQL pattern in the corresponding fields and click Finish to close the wizard. An SQL pattern editor opens where you can enter the pattern code. -Click the Add button to add the new created pattern to the SQLPattern list. For more information, see Using SQL Templates of Talend Open Studio User Guide.

Usage Limitation

This component is used as an intermediate component with other DB components, especially DB connection components. n/a

Realted Scenario
For a related scenario, see Scenario: Filtering and aggregating table columns directly on the DBMS on page 439.

448

Talend Open Studio Components

Creative Commons License

ELT components
tELTMysqlInput

tELTMysqlInput
tELTMysqlInput properties
The tELTMysqlInput, tELTMysqlOutput, and tELTMysqlMap components are closely related together in regard to their operating condition. These components should be used to handle MySQL DB schemas to generate Insert statements including clauses, which are to be executed to the DB output table defined.
Component family ELT

Function Purpose Basic settings

Provides the table schema to be used for the SQL statement to execute. Allows to add as many Input tables as required for the most complicated Insert statement. Schema type and Edit Schema A schema is a row description, i.e., it defines the nature and number of fields to be processed. The schema is either built-in or remotely stored in the Repository. The Schema defined is then passed on to the ELT Mapper to be included to the Insert SQL statement. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Usage

tELTMysqlInput is to be used along with the tELTMysqlMap. Note that the Output link to be used with these components has to reflect faithfully the name of the table Note that the ELT components do not handle actual data flow but only schema information.

Related scenarios
For uses cases in relation with tELTMysqlInput, see tELTMysqlMap scenarios: Scenario1: Aggregating table columns and filtering on page 452 Scenario 2: ELT using Alias table on page 455

Creative Commons License

Talend Open Studio Components

449

ELT components
tELTMysqlMap

tELTMysqlMap
tELTMysqlMap properties
The tELTMysqlInput, tELTMysqlOutput, and tELTMysqlMap are closely related together in regard to their operating condition. These components should be used to handle MySQL DB schemas to generate Insert statements including clauses, which are to be executed to the DB output table defined.
Component family ELT

Function Purpose

Helps to graphically build the SQL statement using the table provided as input. Uses the tables provided as input, to feed the parameter in the built statement. The statement can include inner or outer joins to be implemented between tables or between one table and its aliases. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the Repository file where Properties are stored. The following fields are pre-filled in using fetched data. Host Port Database Username and Password Encoding Database server IP address Listening port number of DB server. Name of the database DB user authentication data. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. The preview is an instant shot of the Mapper data. It becomes available when Mapper properties have been filled in with data. The preview synchronization takes effect only after saving changes. The ELT Map editor allows you to define the output schema as well as build graphically the SQL statement to be executed.

Basic settings

Preview

Map editor

Usage

tELTMysqlMap is used along with a tELTMysqlInput and tELTMysqlOutput. Note that the Output link to be used with these components has to reflect faithfully the name of the tables. Note that the ELT components do not handle actual data flow but only schema information.

Connecting ELT components


The ELT components do not handle any data as such but table schema information that will be used to build the SQL query to execute. Therefore the only connection required to connect these components together is a simple link.

450

Talend Open Studio Components

Creative Commons License

ELT components
tELTMysqlMap

The output name you give to this link when creating it should always be the exact name of the table to be accessed as this parameter will be used in the SQL statement generated.

Related topic: Link connection of Talend Open Studio User Guide.

Mapping and joining tables


In the ELT Mapper, you can select specific columns from input schemas and include them in the output schema. As you would do it in the regular Mapper editor, simply drag & drop the content from the input schema towards the output table defined. Use the Ctrl and Shift keys for multiple selection of contiguous or non contiguous table columns. You can implement explicit joins to retrieve various data from different tables. Click on the Join drop-down list and select the relevant explicit join. Possible joins include: Inner Join, Left Outer Join, Right Outer Join or Full Outer Join and Cross Join. By default the Inner Join is selected. You can also create Alias tables to retrieve various data from the same table. In the Input area, click on the plus (+) button to create an Alias. Define the table to base the alias on. Type in a new name for the alias table, preferably not the same as the main table.

Adding where clauses


You can also restrict the Select statement based on a Where clause. Click on the Add filter row button at the top of the output table and type in the relevant restriction to be applied. Make sure that all input components are linked correctly to the ELT Map component to be able to implement all inclusions, joins and clauses.

Generating the SQL statement


The mapping of elements from the input schemas to the output schemas create instantly the corresponding Select statement.

The clause are also included automatically.

Creative Commons License

Talend Open Studio Components

451

ELT components
tELTMysqlMap

Scenario1: Aggregating table columns and filtering


This scenario describes a Job gathering together several Input DB table schemas and implementing a clause to filter the resulting output using an SQL statement.

Drop the following components: tELTMysqlIntput, tELTMysqlMap, tELTMysqlOutput from the Palette to the design workspace. Three input components are required for this job. Connect the three ELT input components to the ELT mapper using links named following strictly the actual DB table names: owners, cars and resellers. Then connect the ELT mapper to the ELT Output component using another link that you call results. All three Input schemas are stored in the Metadata area of the Repository. They can therefore be easily retrieved.

Click on the ELT mapper component to define the Database connection details. The Database connection details are stored in the Repository again

452

Talend Open Studio Components

Creative Commons License

ELT components
tELTMysqlMap

The default encoding for Mysql database is retained. Launch the ELT Map editor to set up the join between Input tables Drag & drop the ID_Owner column from the Owners table to the corresponding column of the cars table. Select INNER JOIN in the Cars table join list, and select the Explicit Join check box, in front of the ID_Owners. Drag the ID_Resellers column from the Cars table to the Resellers table to set up the second join. Select here again INNER JOIN in the list of the Resellers table and check the Explicit Join box of the relevant column. Then select the columns to be aggregated into the output. Select all columns from the Cars and Owners table and only the Reseller_Name and City columns from the Resellers table. Drag & drop them to the Results output table. The mapping displays in yellow and the joins display in dark violet. Click on the Generated SQL Select query tab to display the corresponding SQL Statement.

Creative Commons License

Talend Open Studio Components

453

ELT components
tELTMysqlMap

Then implement a filter on the output table. Click on the Add filter row button of the output table.

Restrict the Select using a Where clause such as: resellers.City ='West Coast City' See the reflected where clause on the Generated SQL Select query tab.

Click OK to save the ELT Map setting. Define the ELT Output in the Component view of the tELTMysqlOutput component. The Action on table is Drop and create table for this use case and the only action available on data in MySQL is Insert. The schema is to be synchronized with the tELTMysqlMap component as it aggregates several source schemas.

454

Talend Open Studio Components

Creative Commons License

ELT components
tELTMysqlMap

All selected data are inserted in the results table as specified in the SQL statement defined respecting the clause.

Scenario 2: ELT using Alias table


This scenario describes a Job that uses an Alias table. The employees table contains all employees details as well as the ID of their respective manager, which are also considered as employees and hence included in the employees table. The dept table contains location and department information about the employees.

Drag and drop tELTMysqlInput components to retrieve respectively the employees and dept table schemas. In this use case, both schemas are stored in the Repository and can therefore be easily retrieved.

Then select the tELTMysqlMap and define the Mysql database connection details. Here again the connection information is stored in the Repositorys Metadata.

Creative Commons License

Talend Open Studio Components

455

ELT components
tELTMysqlMap

Click on the button to launch the ELT Map editor. First make sure the correct input table is positioned at the top of the Input area, as the Joins are highly dependent on this position. In this example, the employees table should be on top.

Drag and drop the DeptNo column from the employees table to the dept table to set up the join between both input tables. Select the Explicit Join check box and define the join as an Inner Join. Then create the Alias table based on the employees table

456

Talend Open Studio Components

Creative Commons License

ELT components
tELTMysqlMap

Name it Managers and click OK to display it as a new Input table in the ELT mapper. Drag & drop the ID column from the employees table to the ID_Manager column of the newly added Managers table. Select the Explicit Join check box and define it as Left Outer Join, in order for results to be output even though they contain a Null value.

Drag and drop the content of both Input tables, employees and dept, as well as the Name column from the Manager table to the Output table. Click on the Generated SQL Select query tab to display the query to be executed.

Then click on the Output component and define the Action on data on Insert. Make sure the schema is synchronized with the Output table from the ELT mapper before running the Job through F6 or via the toolbar.

Creative Commons License

Talend Open Studio Components

457

ELT components
tELTMysqlMap

The Department information as well as the Employees entries are coupled in the output, and the Manager Name could be retrieved via the explicit join.

458

Talend Open Studio Components

Creative Commons License

ELT components
tELTMysqlOutput

tELTMysqlOutput
tELTMysqlOutput properties
The tELTMysqlInput, tELTMysqlOutput, and tELTMysqlMap are closely related together in regard to their operating condition. These components should be used to handle MySQL DB schemas to generate Insert statements including clauses, which are to be executed to the DB output table defined.
Component family ELT

Function Purpose Basic settings In Java, use tCreateTable as substitute for this function.

Carries out the action on the table specified and inserts the data according to the output schema defined the ELT Mapper. Executes the SQL Insert statement to the Mysql database Action on table On the table defined, you can perform one of the following operations: None: No operation carried out Drop and create the table: The table is removed and created again Create a table: The table doesnt exist and gets created. If the table exists, an error is generated and the Job is stopped. Create table if doesnt exist: Create the table if needed and carries out the action on data anyway. Clear a table: The table content is deleted On the data of the table defined, you can perform the following operation: Insert: Add new entries to the table. If duplicates are found, Job stops. Note that in Mysql ELT, only Insert operation is available. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Encoding Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling.

Action on data

Schema type and Edit Schema

Creative Commons License

Talend Open Studio Components

459

ELT components
tELTMysqlOutput

Usage

tELTMysqlOutput is to be used along with the tELTMysqlMap. Note that the Output link to be used with these components has to reflect faithfully the name of the table. Note that the ELT components do not handle actual data flow but only schema information.

Related scenarios
For uses cases in relation with tELTMysqlOutput, see tELTMysqlMap scenarios: Scenario1: Aggregating table columns and filtering on page 452 Scenario 2: ELT using Alias table on page 455

460

Talend Open Studio Components

Creative Commons License

ELT components
tELTOracleInput

tELTOracleInput
tELTOracleInput properties
All three ELT Oracle components are closely related together in regard to their operating condition. These components should be used to handle Oracle DB schemas to generate Insert, Update or Delete statements including clauses, which are to be executed to the DB output table defined.
Component family ELT

Function Purpose Basic settings

Provides the table schema to be used for the SQL statement to execute. Allows to add as many Input tables as required for the most complicated Insert statement. Schema type and Edit Schema A schema is a row description, i.e., it defines the nature and number of fields to be processed. The schema is either built-in or remotely stored in the Repository. The Schema defined is then passed on to the ELT Mapper to be included to the Insert SQL statement. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Usage

tELTOracleInput is to be used along with the tELTOracleMap. Note that the Output link to be used with these components has to reflect faithfully the name of the table Note that the ELT components do not handle actual data flow but only schema information.

Related scenarios
For uses cases in relation with tELTOracleInput, see tELTOracleMap Scenario: Updating Oracle DB entries on page 463.

Creative Commons License

Talend Open Studio Components

461

ELT components
tELTOracleMap

tELTOracleMap
tELTOracleMap properties
All three ELT Oracle components are closely related together in regard to their operating condition. These components should be used to handle Oracle DB schemas to generate Insert, Update or Delete statements including clauses, which are to be executed to the DB output table defined.
Component family ELT

Function Purpose

Helps to graphically build the SQL statement using the table provided as input. Uses the tables provided as input, to feed the parameter in the built statement. The statement can include inner or outer joins to be implemented between tables or between one table and its aliases. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the Repository file where Properties are stored. The following fields are pre-filled in using fetched data. Host Port Database Username and Password Encoding Database server IP address Listening port number of DB server. Name of the database DB user authentication data. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. The preview is an instant shot of the Mapper data. It becomes available when Mapper properties have been filled in with data. The preview synchronization takes effect only after saving changes. The ELT Map editor allows you to define the output schema as well as build graphically the SQL statement to be executed.

Basic settings

Preview

Map editor

Usage

tELTOracleMap is used along with a tELTOracleInput and tELTOracleOutput. Note that the Output link to be used with these components has to reflect faithfully the name of the tables. Note that the ELT components do not handle actual data flow but only schema information.

Connecting ELT components


For detailed information regarding ELT component connections, see Connecting ELT components on page 450. Related topic: Link connection of Talend Open Studio User Guide.

462

Talend Open Studio Components

Creative Commons License

ELT components
tELTOracleMap

Mapping and joining tables


In the ELT Mapper, you can select specific columns from input schemas and include them in the output schema. For detailed information regarding the table schema mapping and joining, see Mapping and joining tables on page 463.

Adding where clauses


For details regarding the clause handling, see Adding where clauses on page 463.

Generating the SQL statement


The mapping of elements from the input schemas to the output schemas create instantly the corresponding Select statement. The clause defined internally in the ELT Mapper are also included automatically.

Scenario: Updating Oracle DB entries


This scenario relies on the Job described in ELT MySQL components, Scenario1: Aggregating table columns and filtering on page 452. As the update action on the data is available in Oracle DB, this scenario describes a Job updating particular entries of the results table, adding a model to the make column of the cars table.

Define all three Input components as described in Scenario1: Aggregating table columns and filtering on page 452. When connecting the ELT Input components to the ELT mapper, make sure you use the relevant table names as these table names will be used as parameters in the SQL statement generated in the ELT mapper. Remove the additional clause used to filter the output columns. Add a new filter row to the output table in the ELT mapper to setup a relationship between input and output tables: owners.ID_OWNER=results.ID_OWNER

Creative Commons License

Talend Open Studio Components

463

ELT components
tELTOracleMap

Remove also all the columns unused for the Update action on the output table. Then apply the update to the Make column adding the mention C-Class preceding by a double-pipe. And also add the mention Sold by in front of the reseller name column from the resellers table. Check the Generated SQL select query to be executed.

Click OK to validate the changes in the ELT mapper. And make sure the Oracle DB connection details are filled in the tELTOracleMap component Basic settings. Select the tELTOracleOutput component to define the Action on data to be carried out.

There is no action on the table, and the Action on data is set to Update. Check that the Schema type corresponds to the output table from the ELT Mapper. In the Where clause area, add an additional clause: results.MAKE= Mercedes. Then press F6 to run the Job and check the results table in a DB viewer.

464

Talend Open Studio Components

Creative Commons License

ELT components
tELTOracleMap

The Job executes the query generated and updates the relevant rows.

Creative Commons License

Talend Open Studio Components

465

ELT components
tELTOracleOutput

tELTOracleOutput
tELTOracleOutput properties
All three ELT Oracle components are closely related together in regard to their operating condition. These components should be used to handle Oracle DB schemas to generate Insert, Update or Delete statements including clauses, which are to be executed to the DB output table defined.
Component family ELT

Function Purpose Basic settings In Java, use tCreate Table as substitute for this function.

Carries out the action on the table specified and inserts the data according to the output schema defined the ELT Mapper. Executes the SQL Insert statement to the Mysql database Action on table On the table defined, you can perform one of the following operations: None: No operation carried out Drop and create the table: The table is removed and created again Create a table: The table doesnt exist and gets created. If the table exists, an error is generated and the Job is stopped. Create table if doesnt exist: Create the table if needed and carries out the action on data anyway. Clear a table: The table content is deleted On the data of the table defined, you can perform the following operation: Insert: Add new entries to the table. If duplicates are found, Job stops. Update: updates entries in the table. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Encoding Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling.

Action on data

Schema type and Edit Schema

Usage

tELTOracleOutput is to be used along with the tELTOracleMap. Note that the Output link to be used with these components has to reflect faithfully the name of the table. Note that the ELT components do not handle actual data flow but only schema information.

466

Talend Open Studio Components

Creative Commons License

ELT components
tELTOracleOutput

Related scenarios
For uses cases in relation with tELTOracleOutput, see tELTOracleMap Scenario: Updating Oracle DB entries on page 463.

Creative Commons License

Talend Open Studio Components

467

ELT components
tELTTeradataInput

tELTTeradataInput
tELTTeradataInput properties
All three ELT Teradata components are closely related together in regard to their operating condition. These components should be used to handle Teradata DB schemas to generate Insert statements including clauses, which are to be executed to the DB output table defined.
Component family ELT

Function Purpose Basic settings

Provides the table schema to be used for the SQL statement to execute. Allows to add as many Input tables as required for the most complicated Insert statement. Schema type and Edit Schema A schema is a row description, i.e., it defines the nature and number of fields to be processed. The schema is either built-in or remotely stored in the Repository. The Schema defined is then passed on to the ELT Mapper to be included to the Insert SQL statement. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Usage

tELTTeradataInput is to be used along with the tELTTeradataMap. Note that the Output link to be used with these components has to reflect faithfully the name of the table Note that the ELT components do not handle actual data flow but only schema information.

Related scenarios
For uses cases in relation with tELTTeradataInput, see tELTMysqlMap scenarios: Scenario1: Aggregating table columns and filtering on page 452 Scenario 2: ELT using Alias table on page 455

468

Talend Open Studio Components

Creative Commons License

ELT components
tELTTeradataMap

tELTTeradataMap
tELTTeradataMap properties
All three ELT Teradata components are closely related together in regard to their operating condition. These components should be used to handle Teradata DB schemas to generate Insert statements including clauses, which are to be executed to the DB output table defined.
Component family ELT

Function Purpose

Helps to graphically build the SQL statement using the table provided as input. Uses the tables provided as input, to feed the parameter in the built statement. The statement can include inner or outer joins to be implemented between tables or between one table and its aliases. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the Repository file where Properties are stored. The following fields are pre-filled in using fetched data. Host Port Database Username and Password Encoding Database server IP address Listening port number of DB server. Name of the database DB user authentication data. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. The preview is an instant shot of the Mapper data. It becomes available when Mapper properties have been filled in with data. The preview synchronization takes effect only after saving changes. The ELT Map editor allows you to define the output schema as well as build graphically the SQL statement to be executed.

Basic settings

Preview

Map editor

Usage

tELTTeradataMap is used along with a tELTTeradataInput and tELTTeradataOutput. Note that the Output link to be used with these components has to reflect faithfully the name of the tables. The ELT components do not handle actual data flow but only schema information.

Connecting ELT components


For detailed information regarding ELT component connections, see Connecting ELT components on page 450. Related topic: Link connection of Talend Open Studio User Guide.

Creative Commons License

Talend Open Studio Components

469

ELT components
tELTTeradataMap

Mapping and joining tables


In the ELT Mapper, you can select specific columns from input schemas and include them in the output schema. For detailed information regarding the table schema mapping and joining, see Mapping and joining tables on page 463.

Adding WHERE clauses


For details regarding the clause handling, see Adding where clauses on page 463.

Generating the SQL statement


The mapping of elements from the input schemas to the output schemas create instantly the corresponding Select statement. The clause defined internally in the ELT Mapper are also included automatically.

Related scenarios
For uses cases in relation with tELTTeradataMap, see tELTMysqlMap scenarios: Scenario1: Aggregating table columns and filtering on page 452 Scenario 2: ELT using Alias table on page 455

470

Talend Open Studio Components

Creative Commons License

ELT components
tELTTeradataOutput

tELTTeradataOutput
tELTTeradataOutput properties
All three ELT Teradata components are closely related together in regard to their operating condition. These components should be used to handle Teradata DB schemas to generate Insert statements including clauses, which are to be executed to the DB output table defined.
Component family ELT

Function Purpose Basic settings In Java, use tCreate Table as substitute for this function.

Carries out the action on the table specified and inserts the data according to the output schema defined the ELT Mapper. Executes the SQL Insert statement to the Teradata database Action on table On the table defined, you can perform one of the following operations: None: No operation carried out Drop and create the table: The table is removed and created again Create a table: The table doesnt exist and gets created. If the table exists, an error is generated and the Job is stopped. Create table if doesnt exist: Create the table if needed and carries out the action on data anyway. Clear a table: The table content is deleted On the data of the table defined, you can perform the following operation: Insert: Add new entries to the table. If duplicates are found, Job stops. Note that in Teradata ELT, only Insert operation is available. A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: The schema is created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Encoding Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling.

Action on data

Schema type and Edit Schema

Usage

tELTTeradataOutput is to be used along with the tELTTeradataMap. Note that the Output link to be used with these components has to reflect faithfully the name of the table. Note that the ELT components do not handle actual data flow but only schema information.

Creative Commons License

Talend Open Studio Components

471

ELT components
tELTTeradataOutput

Related scenarios
For uses cases in relation with tELTTeradataOutput, see tELTMysqlMap scenarios: Scenario1: Aggregating table columns and filtering on page 452 Scenario 2: ELT using Alias table on page 455

472

Talend Open Studio Components

Creative Commons License

File components
This chapter details the major components that you can find in File group of the Palette of Talend Open Studio. The File family groups components that read and write data in all types of files, from the most popular to the most specific format (in the Input and Output subfamilies). In addition, the Management subfamily groups File-dedicated components that perform various tasks on files, including unarchiving, deleting, copying, comparing files and so on.

File components
tAdvancedFileOutputXML

tAdvancedFileOutputXML
tAdvancedFileOutputXML belongs to two component families: File and XML. For more information on tAdvancedFileOutputXML, see tAdvancedFileOutputXML on page 808.

474

Talend Open Studio Components

Creative Commons License

File components
tApacheLogInput

tApacheLogInput
tApacheLogInput properties
Component family File/Input

Function Purpose

tApacheLogInput reads the access-log file for an Apache HTTP server. tApachLogInput helps to effectively manage the Apache HTTP Server,. It is necessary to get feedback about the activity and performance of the server as well as any problems that may be occurring. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the Repository file where Properties are stored. The fields to follow are pre defined using fetched data. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. In the context of tApacheLogInput usage, the schema is read-only. Built-in: You can create the schema and store it locally for this component. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: You have already created and stored the schema in the Repository. You can reuse it in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide. File Name Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide. Clear this check box to skip every line that contains an error and complete the process for error-free lines.

Basic settings

Die on error Usage Limitation

This component can be used as standalone component. n/a

Scenario: Reading an Apache access-log file


The following scenario creates a two-component Job, which aims at reading the access-log file for an Apache HTTP server and displaying the output in the Run log console. Drop a tApacheLogInput component and a tLogRow component from the Palette onto the design workspace.

Creative Commons License

Talend Open Studio Components

475

File components
tApacheLogInput

Right-click on the tApacheLogInput component and connect it to the tLogRow component using a Main Row link.

In the design workspace, select tApacheLogInput. Click the Component tab to define the basic settings for tApacheLogInput.

Set Property Type and Schema Type to Built-In. If desired, click the Edit schema button to see the read-only columns. In the File Name field, enter the file path or browse to the access-log file you want to read. In the design workspace, select tLogRow and click the Component tab to define its basic settings. For more information, see tLogRow on page 628. Press F6 to execute the Job.

The log lines of the defined file are displayed on the console.

476

Talend Open Studio Components

Creative Commons License

File components
tCreateTemporaryFile

tCreateTemporaryFile
tCreateTempraryFile properties
Component family File/Management

Function Purpose

tCreateTemporaryFile creates and manages temporary files. tCreateTemporaryFile helps to create a temporary file and puts it in a defined directory. This component allows either to keep the temporary file or to delete it after job execution. Remove file when execution is over Directory Template Suffix Select this check box to delete the temporary file after job execution. Enter the path to the directory where temporary files are stored. Enter a name to the temporary file respecting the template. Enter the filename extension to indicate the file format you want to give to the temporary file.

Basic settings

Usage

tCreateTemporaryFile provides the possibility to manage temporary files so that the memory can be freed for other ends and thus optimizes system performance.

Scenario: Creating a temporary file and writing data in it


The following Perl scenario describes a simple Job that creates an empty temporary file in a defined directory, writes data in it and deletes it after job execution. Drop the following components from the Palette onto the design workspace: tCreate temporaryFile, tRowgenerator, tFileOutputDelimited, tFileInputdelimited and tLogFile. Connect tCreateTemporaryFile to tRowGenerator using a SubjobOk link. Connect tRowGenerator to tFileOutputDelimited using a Row Main link. Connect tRowGenerator to tFileInputDelimited using a SubjobOk link. Connect tFileInputDelimited to tLogRow using a Row Main link.

Creative Commons License

Talend Open Studio Components

477

File components
tCreateTemporaryFile

In the design workspace, select tCreateTemporaryFile. Click the Component tab to define the basic settings for tCreateTemporaryFile.

Select the Remove file when execution is over check box to delete the created temporary file when job execution is over. Click the three-dot button next to the Directory field to browse to the directory where temporary files will be stored, or enter the path manually. In the Template field, enter a name for the temporary file respecting the template format. In the Suffix field, enter a filename extension to indicate the file format you want to give to the temporary file. In the design workspace, select tRowgenerator and click the Component tab to define its basic settings.

478

Talend Open Studio Components

Creative Commons License

File components
tCreateTemporaryFile

Set the Schema Type to Built-In. Click the Edit schema three-dot button to define the data to pass on to the tFileOutputDelimited component, one column in this scenario, value.

Click OK to close the dialog box. Click the RowGenerator Editor three-dot button to open the editor dialog box.

In the Number of Rows for Rowgenerator field, enter 5 to generate five rows and click Ok to close the dialog box. In the design workspace, select tFileOutputDelimited and click the Component tab to define its basic settings.

Creative Commons License

Talend Open Studio Components

479

File components
tCreateTemporaryFile

Set Property Type to Built-In. Click in the File Name field and use the Ctrl+Space bar combination to access the variable completion list. To output data in the created temporary file, select $_globals{tCreateTemporaryFile_1}{FILEPATH} on the Perl global variable list. Set the row and field separators in their corresponding fields as needed. Set Schema to Built-In and click Sync columns to synchronize input and output columns. Note that the row connection feeds automatically the output schema. For more information about schema types, see Setting a built-in schema and Setting a Repository schema of Talend Open Studio User Guide. In the design workspace, select the tFileInputDelimited component. Click the Component tab to define the basic settings of tFileInputDelimited.

Set property type to Build in. Click in the File Name field and use the Ctrl+Space bar combination to access the variable completion list. To read data in the created temporary file, select $_globals{tCreateTemporaryFile_1}{FILEPATH} on the Perl global variable list.
480 Talend Open Studio Components Creative Commons License

File components
tCreateTemporaryFile

Set the row and field separators in their corresponding fields as needed. Set Schema to Built in and click Edit schema to define the data to pass on to the tLogRow component. The schema consists of one column here, value. Save the Job and press F6 to execute the Job.

The temporary file is created in the defined directory during job execution and the five generated rows are written in it. The temporary file is deleted when job execution is over.

Creative Commons License

Talend Open Studio Components

481

File components
tFileCompare

tFileCompare
tFileCompare properties
Component family File/Management

Function Purpose Basic settings

Compares two files and provides comparison data (based on a read-only schema) Helps at controlling the data quality of files being processed. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository but in this case, the schema is read-only. Filepath to the file to be checked. Filepath to the file, the comparison is based on. Type in a message to be displayed in the Run console based on the result of the comparison.

File to compare Reference file If differences are detected, display If no difference detected, display Print to console Usage Limitation

Select this check box to display the message.

This component can be used as standalone component but it is usually linked to an output component to gather the log data. n/a

Scenario: Comparing unzipped files


This scenario describes a Job unarchiving a file and comparing it to a reference file to make sure it didnt change. The output of the comparison is stored into a delimited file and a message displays in the console.

Drag and drop the following components: tFileUnarchive, tFileCompare, and tFileOutputDelimited. Link the tFileUnarchive to the tFileCompare with Iterate connection. Connect the tFileCompare to the output component, using a Main row link. In the tFileUnarchive component Basic settings, fill in the path to the archive to unzip.

482

Talend Open Studio Components

Creative Commons License

File components
tFileCompare

In the Extraction Directory field, fill in the destination folder for the unarchived file. In the tFileCompare Basic settings, set the File to compare. Press Ctrl+Space bar to display the list of global variables. Select $_globals{tFileUnarchive_1}{CURRENT_FILEPATH} or "((String)globalMap.get("tFileUnarchive_1_CURRENT_FILEPATH"))" according to the language you work with, to fetch the file path from the tFileUnarchive component.

And set the Reference file to base the comparison on it. In the messages fields, set the messages you want to see in case the files differ or in case the files are identical, for example: '[job '.$_globals{job_name}.'] Files differ' if you work with Perl or "[job " + jobName + "] Files differ" if you work in Java. Select the Print to Console check box, for the message defined to display at the end of the execution. The schema is read-only and contains standard information data. Click Edit schema to have a look to it.

Then set the output component as usual with semi-colon as data separators. Save your Job and press F6 to run it.

The message set is displayed to the console and the output shows the schema information data.

Creative Commons License

Talend Open Studio Components

483

File components
tFileCompare

484

Talend Open Studio Components

Creative Commons License

File components
tFileCopy

tFileCopy
tFileCopy Properties
Component family File/Management

Function Purpose Basic settings

Copies a source file into a target directory and can remove the source file if so defined. Helps to streamline processes by automating recurrent and tedious tasks such as copy. File Name Destination Remove source file Replace existing file Path to the file to be copied or moved Path to the directory where the file is copied/moved to. Select this check box to move the file to the destination. Select this check box to overwrite any existing file with the newly copied file.

Usage Limitation

This component can be used as standalone component. n/a

Scenario: Restoring files from bin


This scenario describes a Job that iterates on a list of files, copies each file from the defined source directory to a target directory. It then removes the copied files from the source directory.

Drop a tFileList and a tFileCopy from the Palette to the design workspace. Link both components using an Iterate link. In the tFileList Basic settings, set the directory for the iteration loop.

Set the Filemask to *.txt to catch all files with this extension. For this use case, the case is not sensitive.
Creative Commons License Talend Open Studio Components 485

File components
tFileCopy

Then select the tFileCopy to set its Basic settings.

In the File Name field, press Ctrl+Space bar to access the list of variables. Select the global variable ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH")) if you work in Java, or $_globals{tFileList_1}{CURRENT_FILEPATH} if you work in Perl. This way, all files from the source directory can be processed. Select the Remove Source file check box to get rid of the file that have been copied. Select the Replace existing file check box to overwrite any file possibly present in the destination directory. Save your Job and press F6. The files are copied onto the destination folder and are removed from the source folder.

486

Talend Open Studio Components

Creative Commons License

File components
tFileDelete

tFileDelete
tFileDelete Properties
Component family File/Management

Function Purpose Basic settings Usage Limitation

Suppresses a file from a defined directory. Helps to streamline processes by automating recurrent and tedious tasks such as delete. File Name Path to the file to be copied or moved

This component can be used as standalone component. n/a

Scenario: Deleting files


This very simple scenario describes a Job deleting files from a given directory.

Drop the following components: tFileList, tFileDelete, tJava from the Palette to the design workspace. In the tFileList Basic settings, set the directory to loop on in the Directory field.

The filemask is *.txt and no case check is to carry out. In the tFileDelete Basic settings panel, set the File Name field in order for the current file in selection in the tFileList component be deleted. This allows to delete all files contained in the directory defined earlier on.

Creative Commons License

Talend Open Studio Components

487

File components
tFileDelete

press Ctrl+Space bar to access the list of global variables. In Java, the relevant variable to collect the current file is: ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH")). Then in the tJava component, define the message to be displayed in the standard output (Run console). In this Java use case, type in the Code field, the following script: System.out.println( ((String)globalMap.get("tFileList_1_CURRENT_FILE")) + " has been deleted!" ); Then save your Job and press F6 to run it.

The message set in the tJava component displays in the log, for each file that has been deleted through the tFileDelete component.

488

Talend Open Studio Components

Creative Commons License

File components
tFileExist

tFileExist
tFileExist Properties
Component family File/Management

Function Purpose Basic settings Usage Limitation

tFileExist checks if a file exists or not. tFileExists helps to streamline processes by automating recurrent and tedious tasks such as checking if a file exists. File Name Path to the file you want to check if it exists or not.

This component can be used as standalone component. n/a

Scenario: Checking for the presence of a file and creating it if it does not exist
This scenario describes a simple Job that: checks if a given file exists, displays a graphical message to confirm that the file does not exist, reads the input data in another given file and writes it in an output delimited file. Drop the following components from the Palette onto the design workspace: tFileExist, tFileInputDelimited, tFileOutputDelimited, and tMsgBox. Connect tFileExist to tFile InputDelimited using an OnSubjobOk and to tMsBox using a Run If link.

Connect tFileInputDelimited to tFileOutputDelimite using a Row Main link. In the design workspace, select tFileExist and click the Component tab to define its basic settings.

Creative Commons License

Talend Open Studio Components

489

File components
tFileExist

In the File name field, enter the file path or browse to the file you want to check if it exists or not. In the design workspace, select tFileInputDelimited and click the Component tab to define its basic settings.

Browse to the input file you want to read to fill out the File Name field. Set the row and field separators in their corresponding fields. Set the header, footer and number of processed rows as needed. In this scenario, there is one header in our table. Set Schema to Built in and click the Edit schema button to define the data to pass on to the tFileOutputDelimited component. Define the data present in the file to read, file2 in this scenario. For more information about schema types, see Setting a built-in schema and Setting a Repository schema of Talend Open Studio User Guide.

490

Talend Open Studio Components

Creative Commons License

File components
tFileExist

The schema in file2 consists of five columns: Num, Ref, Price, Quant, and tax. In the design workspace, select the tFileOutputDelimited component. Click the Component tab to define the basic settings of tFileOutputDelimited.

Set property type to Build in. In the File name field, press Ctrl+Space to access the variable list and select the global variable FILENAME. Set the row and field separators in their corresponding fields. Select the Include Header check box as file2 in this scenario includes a header. Set Schema to Built in and click Sync columns to synchronize the output file schema (file1) with the input file schema (file2).

In the design workspace, select the tMsBox component. Click the Component tab to define the basic settings of tMsBox.

Creative Commons License

Talend Open Studio Components

491

File components
tFileExist

Click the If link to display its properties in the Basic settings view. In the Condition panel, press Ctrl+Space to access the variable list and select the global variable EXISTS. Type an exclamation mark before the variable to negate the meaning of the variable.

Save your Job and press F6 to execute it.

A dialog box appears to confirm that the file does not exists. Click OK to close the dialog box and continue the job execution process. The missing file, file1 in this scenario, got written in a delimited file in the defined place.

492

Talend Open Studio Components

Creative Commons License

File components
tFileFetch

tFileFetch
tFileFetch belongs to two component families: File and Internet. For more information on it, see tFileFetch on page 548.

Creative Commons License

Talend Open Studio Components

493

File components
tFileInputDelimited

tFileInputDelimited
tFileInputDelimited properties
Component family File/Input

Function Purpose Basic settings

tFileInputDelimited reads a given file row by row with simple separated fields. Opens a file and reads it row by row to split them up into fields then sends fields as defined in the Schema to the next job component, via a Row link. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the Repository file where Properties are stored. The following fields are pre-filled in using fetched data. File Name Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide String (ex: \non Unix) to distinguish rows. Character, string or regular expression to separate fields. Select this check box to include CSV specific parameters such as Escape char and Text enclosure. Number of rows to be skipped in the beginning of file Number of rows to be skipped at the end of the file. Maximum number of rows to be processed. If Limit = 0, no row is read or processed. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Click Sync columns to retrieve the schema from the previous component connected in the Job. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Skip empty rows Die on error Select this check box to skip empty rows. Clear this check box to skip the row on error and complete the process for error-free rows.

Row separator Field separator CSV options Header Footer Limit Schema type and Edit Schema

494

Talend Open Studio Components

Creative Commons License

File components
tFileInputDelimited

Advanced settings

Advanced separator (for number)

Select this check box to modify the separators used for numbers.

Extract lines at random Select this check box to set the number of lines to be extracted randomly. Encoding Type Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select this check box to remove leading and trailing whitespace from all columns. Select this check box to synchronize every row against the input schema. Select the check box next to the column name you want to remove leading and trailing whitespace from. Select this check box to split rows before splitting fields. Select this check box to gather the processing metadata at the Job level as well as at each component level.

Trim all columns Check each row structure against schema Check columns to trim Split row before field tStatCatcher Statistics Usage

Use this component to read a file and separate fields contained in this file using a defined separator.

Scenario: Delimited file content display


The following scenario creates a two-component Job, which aims at reading each row of a file, selecting delimited data and displaying the output in the Run log console.

Drop a tFileInputDelimited component from the Palette to the design workspace. Drop a tLogRow component the same way. Right-click on the tFileInputDelimited component and select Row > Main. Then drag it onto the tLogRow component and release when the plug symbol shows up. Select the tFileInputDelimited component again, and define its Basic settings:

Creative Commons License

Talend Open Studio Components

495

File components
tFileInputDelimited

Fill in a path to the file in the File Name field. This field is mandatory. Define the Row separator allowing to identify the end of a row. Then define the Field separator used to delimit fields in a row. In this scenario, the header and footer limits are not set. And the Limit number of processed rows is set on 50. Select either a local (Built-in) or a remotely managed (Repository) Schema type to define the data to pass on to the tLogRow component. You can load and/or edit the schema via the Edit Schema function. Related topics: Setting a built-in schema and Setting a Repository schema of Talend Open Studio User Guide. As selected, the empty rows will be ignored. Enter the encoding standard the input file is encoded in. This setting is meant to ensure encoding consistency throughout all input and output files. Select the tLogRow and define the Field separator to use for the output display. Related topic: tLogRow on page 628. Select the Print schema column name in front of each value check box to retrieve the column labels in the output displayed. Go to Run tab, and click on Run to execute the Job. The file is read row by row and the extracted fields are displayed on the Run log as defined in both components Basic settings.

The Log sums up all parameters in a header followed by the result of the Job.

496

Talend Open Studio Components

Creative Commons License

File components
tFileInputMSDelimited

tFileInputMSDelimited
tFileInputMSDelimited belongs to two component families: File and MultiSchema. For more information on tFileInputMSDelimited, see tFileInputMSDelimited on page 662.

Creative Commons License

Talend Open Studio Components

497

File components
tFileInputEBCDIC

tFileInputEBCDIC
tFileInputEBCDIC properties
Component family File/Input

Function Purpose

tFileInputEBCDIC reads an EBCDIC file and extracts data depending on the selected schema. tFileInputEBCDIC opens a file and reads it in order to separate the data, based on the file structure description (schemas), and to send the file data and metadata to the next job component(s), via a Row link. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Schema(s) Data file Xc2j file Add the various schemas to output to the next job component(s). Select the EBCDIC file containing the data to be processed. Select the xc2j file, transforming the EBCDIC schema(s) into an intermediary XML file.

Basic settings

Usage

Use this component to read an EBCDIC file and to output the data separately depending on the schemas identified in the file.

Scenario: Extracting data from an EBCDIC file and populating a database


This scenario uses the [Copybook Connection] wizard that guides users through the different steps necessary to create a Copybook connection and to retrieve the EBCDIC schemas. This wizard is available only for Talend Integration Suite users. If you are using Talend Open Studio or Talend On Demand, you need to set the basic settings for the tFileInputEBCDIC component manually.

The following scenario is a four-component Job that aims at: reading an EBCDIC file which contains information concerning clients and their financial transactions, extracting and transforming this data, and finally creating two tables in a database, based on the two schemas, clients and transactions, extracted from the original EBCDIC file.

498

Talend Open Studio Components

Creative Commons License

File components
tFileInputEBCDIC

This Java scenario uses the EBCDIC Connection wizard to set up a connection to the Copybook file and to generate an xc2j file, which allows the retrieval and transformation of the different file schemas. Create a connection to the Copybook file, which describes the structure of your EBCDIC file. In this scenario, the Copybook connection is called EBCDIC. Retrieve the file schemas. Once the Copybook connection has been created and the schemas retrieved, using the EBCDIC and Schema wizards, the new schemas appear under the node Metadata > Copybook. They are called 01, 04 and 05.

In order to retrieve the different file structures and to use them in Talend Open Studio: Drop schema 01 from the Repository tree view to the design workspace. This automatically creates the tFileInputEBCDIC input component. Drop the tMysqlOutput component from the Palette to the design workspace. Double-click tFileInputEBCDIC to display the Basic settings view, then define the component properties:

Creative Commons License

Talend Open Studio Components

499

File components
tFileInputEBCDIC

The metadata is automatically defined in the Property Type, Schema(s), Data file and Xc2j file fields. The Property Type field shows which metadata has been used for the component. The Schema field shows which schema will be transmitted to the following component. The Data file field shows the path to the file that holds the EBCDIC data. The Xc2j file field shows the path to the file which enables to extract the schema describing the EBCDIC file structure. If you are in Built-In mode, you have to fill these fields manually. In the design workspace, right-click tFileInputEBCDIC, select Row > row_01_1 from the menu, then click tMysqlOutput to connect the components together. Double-click tMysqlOutput to display the Basic settings view, then define the component properties.

In the Property Type list, select Repository and click the button [...]. Select the database connection you want to use, which is centralized in the metadata of the Repository. The Host, Port, Database, Username and Password fields are automatically filled. If you are in Built-In mode, you have to fill these fields manually. In the Table field, enter the name of the table to be created, which will contain the data extracted from the EBCDIC file. In the Action on table field, select the option Create table.

500

Talend Open Studio Components

Creative Commons License

File components
tFileInputEBCDIC

At this stage, the Job retrieves the schema 01 from the EBCDIC file and transfers it, as well as the corresponding data, to the database. We now need to retrieve, from the EBCDIC file, the schema 04 and its data, then transform and transmit the data to the same database. To do this: Drop the tMap and tMysqlOutputBulkExec components to the design workspace. Double-click the tFileInputEBCDIC to display the Basic settings view, then define the component properties.

In the Schema(s) field, click the plus button to add a line. Click in this line and then click the three-dot button that displays to open a dialog box. Select the Create schema from repository button to retrieve the schema defined in the EBCDIC metadata, then select 04 from the drop-down list. Click OK to close the dialog box. If you did not retrieve the schema from the Repository tree view, select Create schema for built-in and manually enter the name and description of your schema. The two schemas 01 and 04 appear in the Schema(s) field of the tFileInputEBCDIC component. In order to connect these two components, right-click tFileInputEBCDIC, select Row > row_04_1 in the menu and click the tMap component. Then right-click tMap, drag a link over to tMysqlOutputBulkExec and release the right-click button. In the dialog box that opens up, fill in the name of the ebcdic_04 output file. Double-click tMap to open up the tMap Editor.

Creative Commons License

Talend Open Studio Components

501

File components
tFileInputEBCDIC

Select all the columns from the row_04_1 table and drag them towards the ebcdic_04 table. In the table ebcdic_04, located in the Schema editor area at the bottom of the editor, click the plus button to add a column to the schema. Name this column SUM_AG_NUMBER. In the table row_04_1, to the left of the editor, press Ctrl and select the CC01404_L_11_MENAG_1_1 and CC01404_AG_CAM_1_1 columns. Drag them to the new column SUM_AG_NUMBER in table ebcdic_04. Add the sign + between the two concatenated columns so that you have: row_04_1.CC01404_L_11_MENAG_1_1 + row_04_1.CC01404_AG_CAM_1_ 1. Click OK. to validate your changes and close the editor. In the design workspace, double-click tMysqlOutputBulkExec to display the Basic settings view, then define the component properties:

502

Talend Open Studio Components

Creative Commons License

File components
tFileInputEBCDIC

In the Property Type list, select Repository and click the three-dot button to display a dialog bow where you can select the database connection you want to use, which is centralized in the Metadata folder of the Repository tree view. The Host, Port, Database, Username and Password fields are automatically filled. If you are in Built-In mode, you have to fill these fields manually. In the Table field, enter the name of the table to be created, which will contain the data extracted from the EBCDIC file. In the Action on table field, select the option Create table. Press Ctrl+S to save your Job and click the Run view. Select the Statistics and Exec time check boxes, then click Run to execute the Job. The two tables are created in the database. They contain the structure, as well as the clients and transaction data, from the original EBCDIC file.

Creative Commons License

Talend Open Studio Components

503

File components
tFileInputExcel

tFileInputExcel
tFileInputExcel properties
Component family File/Input

Function Purpose

tFileInputExcel reads an Excel file (.xls or .xlsx) and extracts data line by line. tFileInputExcel opens a file and reads it row by row to split data up into fields using regular expressions. Then sends fields as defined in the schema to the next component in the job via a Row link. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Click this icon to open a connection wizard and store the Excel file connection parameters you set in the component Basic settings view. For more information about setting up and storing file connection parameters, see Setting up a File XML schema of Talend Open Studio User Guide. File Name Name and path of the .xls file to be processed. Related topic: Defining variables from the Component view of Talend Open Studio User Guide. Select this check box to process all sheets of the Excel file. Click the plus button to add as many lines as needed to the list of the excel sheets to be processed: Sheet (name or position): enter the name or position of the excel sheet to be processed. Use Regex: select this check box if you want to use a regular expression to filter the sheets to process. Number of records to be skipped in the beginning of the file. Number of records to be skipped at the end of the file. Maximum number of lines to be processed. Select this check box if you want to apply the parameters set in the Header and Footer fields to all excel sheets to be processed. Clear this check box to skip the row on error and complete the process for error-free rows. Define the range of the columns to be processed through setting the first and last columns in the First column and Last column fields respectively.

Basic settings

All sheets Sheet list

Header Footer Limit Affect each sheet(header&footer) Die on error First column and Last column

504

Talend Open Studio Components

Creative Commons License

File components
tFileInputExcel

Schema type and Edit Schema

A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Click Sync columns to retrieve the schema from the previous component connected in the Job. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Advanced settings

Advanced separator Encoding Type

Select this check box to change the used data separators. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select this check box to read numbers in real values. Select this check box to ignore empty lines. Select this check box to in order not to validate data. Select this check box to ignore all warnings generated to indicate errors in the Excel file. Select this check box to gather the job processing metadata at a job level as well as at each component level.

Read real values for numbers Stop to read on empty rows Dont validate the cells Ignore the warning tStateCatcher Statistics Usage

Use this component to read an Excel file and to output the data separately depending on the schemas identified in the file.

Related scenarios
No scenario is available for this component yet.

Creative Commons License

Talend Open Studio Components

505

File components
tFileInputFullRow

tFileInputFullRow
tFileInputFull Row properties
Component family File/Input

Function Purpose Basic settings

tFileInputFullRow reads a given file row by row. tFileInputFullRow opens a file and reads it row by row and sends complete rows as defined in the Schema to the next job component, via a Row link. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Click Sync columns to retrieve the schema from the previous component connected to tFileInputFullRow. Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide. String (ex: \non Unix) to separate rows. Number of rows to be skipped at the beginning of a file Number of rows to be skipped at the end of a file. Maximum number of rows to be processed. If Limit = 0, no row is read or processed. Select this check box to skip empty rows.

File Name

Row separator Header Footer Limit Skip empty rows Usage

Use this component to read full rows in delimited files that can get very large.

Scenario: Reading full rows in a delimited file


The following scenario creates a two-component Job that aims at reading complete rows in a file and displaying the output in the Run log console. Drop a tFileInputFullRow and a tLogRow from the Palette onto the design workspace. Right-click on the tFileInputFullRow component and connect it to tLogRow using a Row Main link.

506

Talend Open Studio Components

Creative Commons License

File components
tFileInputFullRow

In the design workspace, select tFileInputFullRow. Click the Component tab to define the basic settings for tFileInputFullRow.

In the Basic settings view, set Schema to Built-In. Click the three-dot [...] button next to the Edit schema field to see the data to pass on to the tLogRow component. Note that the schema is read-only and it consists of one column, line.

Fill in a path to the file to process in the File Name field, or click the three-dot [...] button. This field is mandatory. In this scenario, the file to read is test5. It holds three rows where each row consists of tow fields separated by a semi colon. Define the Row separator that allows to identify the end of a row. Set the Header to 1, in this scenario the footer and the number of processed rows are not set. In the design workspace, select tLogRow and click the Component tab to define its basic settings. For more information, see tLogRow on page 628. Save your Job and press F6 to execute it.

Creative Commons License

Talend Open Studio Components

507

File components
tFileInputFullRow

tFileInputFullRow reads the three rows one by one ignoring field separators, and the complete rows are displayed on the Run console.
To extract only fields from rows, you must use tExtractDelimitedFields, tExtractPositionalFields, and tExtractRegexFields. For more information, see tExtractDelimitedFields on page 736, tExtractPositionalFields on page 740 and tExtractRegexFields on page 742.

508

Talend Open Studio Components

Creative Commons License

File components
tFileInputMail

tFileInputMail
tFileInputMail properties
Component family File/Input

Function Purpose Basic settings

reads the header and content parts of an email file defined helps to extract standard key data from emails File name Schema type and Edit Schema Browse to the source email file A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Click Sync columns to retrieve the schema from the previous component connected in the Job. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Mail parts Column: This field is automatically populated with the columns defined in the schema that you propagated. Mail part: Type in the label of the header part or body to be displayed on the output.

Usage Limitation

This component handles flow of data therefore it requires output, hence is defined as an intermediary step. n/a

Scenario: Extracting key fields from email


This two-component scenario is aimed at extracting some key standard fields and displaying the values on the Run console.

Creative Commons License

Talend Open Studio Components

509

File components
tFileInputMail

Drop a tFileInputMail and a tLogRow component from the Palette to the design workspace. On the Basic settings tab, define the email parameters:

Browse to the mail File to be processed. Define the schema including all columns you want to retrieve on your output. Once the schema is defined, click OK to propagate it into the Mail parts table On the Mail part column of the table, type in the actual header or body standard keys that will be used to retrieve the values to be displayed. Define the tLogRow in order for the values to be separated by a carriage return. On Windows OS, type in \n between double quotes. Press F6 to run the Job and display the output flow on the execution console.

The header key values are extracted as defined in the Mail parts table. Indeed, the author, topic, delivery date and number of lines are part of the output displayed.

510

Talend Open Studio Components

Creative Commons License

File components
tFileInputMSPositional

tFileInputMSPositional
tFileInputMSPositional belongs to two component families: File and MultiSchema. For more information on tFileInputMSPositional, see tFileInputMSDelimited on page 662.

Creative Commons License

Talend Open Studio Components

511

File components
tFileInputPositional

tFileInputPositional
tFileInputPositional properties
Component family File/Input

Function Purpose Basic settings

tFileInputPositional reads a given file row by row and extracts fields based on a pattern. This component opens a file and reads it row by row to split them up into fields then sends fields as defined in the schema to the next job component, via a Row link. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the Repository file where Properties are stored. The fields that follow are pre-filled in using fetched data. File Name Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide String (ex: \non Unix) to distinguish rows. Select this check box to customize the data format of the positional file and define the table columns: Column: Select the column you want to customize. Size: Enter the column size. Padding char: Type in between quotes the padding characters used. A space by default. Alignment: Select the appropriate alignment parameter. Length values separated by commas, interpreted as a string between quotes. Make sure the values entered in this field are consistent with the schema defined. select this check box to skip empty rows. Clear this check box to skip the row on error and complete the process for error-free rows. Number of rows to be skipped in the beginning of file Number of rows to be skipped at the end of the file. Maximum number of rows to be processed. If Limit = 0, no row is read or processed. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide.

Row separator Customize

Pattern

Skip empty rows Die on error Header Footer Limit Schema type and Edit Schema

512

Talend Open Studio Components

Creative Commons License

File components
tFileInputPositional

Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Advanced settings Needed to process rows longer than 100 000 characters Advanced separator Trim all columns Encoding Select this check box if the rows to be processed in the input file are longer than 100 000 characters. Select this check box to change the expected data separator. Select this check box to remove leading and trailing whitespaces from defined columns. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select this check box to gather the job processing metadata at a job level as well as at each component level.

tStatCatcher Statistics

Usage

Use this component to read a file and separate fields using a position separator value.

Scenario: From Positional to XML file


The following scenario creates a two-component Job, which aims at reading data of an Input file and outputting selected data (according to the data position) into an XML file.

Drop a tFileInputPositional component from the Palette to the design workspace. The file contains raw data, in this case, contract nr, customer references and insurance numbers. Drop a tFileOutputXML component as well. This file is meant to receive the references in a structured way. Right-click the tFileInputPositional component and select Row > Main. Then drag it onto the tFileOutputXML component and release when the plug symbol shows up. Select the tFileInputPositional component again, and define its properties. The job properties are built-in for this scenario. As opposed to the Repository, this means that the Property type is set for this station only.

Creative Commons License

Talend Open Studio Components

513

File components
tFileInputPositional

Fill in a path to the file in the File Name field. This field is mandatory. Define the Row separator identifying the end of a row, by default, a carriage return. Then define the Pattern to delimit fields in a row. The pattern is a series of length values corresponding to the values of your input files. The values should be entered between quotes, and separated by a comma. Make sure the values you enter match the schema defined. In this scenario, the header, footer and limit fields are not set. But depending on the input file structure, you may need to define them. Select a Schema type to define the data to pass on to the tFileOutputXML component. You can load and/or edit the schema via the Edit Schema function. For this schema, define three columns, respectively Contracts, CustomerRef and InsuranceNr matching the three value lengths defined.

Then define the second component Basic settings: Enter the XML output file path.

514

Talend Open Studio Components

Creative Commons License

File components
tFileInputPositional

Enter a root tag (or more), to wrap the XML structure output, in this case ContractsList. Define the row tag that will wrap each line data, in this case ContractRef. Select the Column name as tag name check box to reuse the column label from the input schema as tag label. By default, field is used for each column value data. Enter the Encoding standard, the input file is encoded in. Note that, for the time being, the encoding consistency verification is not supported. Select the Schema type. If the row connection is already implemented, the schema is automatically synchronized with the Input file schema. Else, click on Sync columns. Go to the Run tab, and click on Run to execute the Job. The file is read row by row and split up into fields based on the length values defined in the Pattern field. You can open it using any standard XML editor.

Creative Commons License

Talend Open Studio Components

515

File components
tFileInputPositional

516

Talend Open Studio Components

Creative Commons License

File components
tFileInputProperties

tFileInputProperties
tFileInputProperties properties
Component family File/Input

Function Purpose Basic settings

tFileInputProperties reads a text file row by row and extracts the fields. tFileInputProperties opens a text file and reads it row by row then separates the fields according to the model key = value. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository but for this component, the schema is read-only. It is made of two column, Key and Value, corresponding to the parameter name and the parameter value to be copied. Select from the list your file format, either: .properties or .ini. .properties: data in the configuration file is written in two lines and structured according to the following way: key = value. .ini: data in the configuration file is written in two lines and structured according to the following way: key = value and re-grouped in sections. Section Name: enter the section name on which the iteration is based. File Name Name or path to the file to be processed. Related topic: Defining variables from the Component view of Talend Open Studio User Guide.

File format

Usage

Use this component to read a text file and separate data according to the structure key = value.

Scenario: Reading and matching the keys and the values of different .properties files and outputting the results in a glossary
This four-component Java Job reads two .properties files, one in French and the other in English. The data in the two input files is mapped to output a glossary matching the English and French terms. The two input files used in this scenario hold localization strings for the tMysqlInput component in Talend Open Studio.

Creative Commons License

Talend Open Studio Components

517

File components
tFileInputProperties

Drop the following components from the Palette onto the design workspace: tFileInputProperties (x2), tMap, and tLogRow. Connect the component together using Row > Main links. The second properties file, FR, is used as a lookup flow.

Double-click the first tFileInputProperties component to open its Basic settings view and define its properties.

518

Talend Open Studio Components

Creative Commons License

File components
tFileInputProperties

In the File Format field, select your file format. In the File Name field, click the three-dot button and browse to the input .properties file you want to use. Do the same with the second tFileInputProperties and browse to the French properties file this time.

Double-click the tMap component to open the tMap editor.

Select all columns from the English_terms table and drop them to the output table. Select the key column from the English_terms table and drop it to the key column in the French_terms table. In the glossary table in the lower right corner of the tMap editor, rename the value field as EN because it will hold the values of the English file.
Creative Commons License Talend Open Studio Components 519

File components
tFileInputProperties

Click the plus button to add a line to the glossary table and rename it as FR. In the Length field, set the maximum length to 255. In the upper left corner of the tMap editor, select the value column in the English_terms table and drop it to the FR column in the French_terms table. Click OK to validate your changes and close the editor. In the design workspace, double-click tLogRow to display its Basic settings and define the component properties. Click Sync Columns to retrieve the schema from the preceding component. Save your Job and press F6 to execute it.

The glossary displays on the console listing three columns holding: the key name in the first column, the English term in the second, and the corresponding French term in the third.

520

Talend Open Studio Components

Creative Commons License

File components
tFileInputRegex

tFileInputRegex
tFileInputRegex properties
Component family File/Input

Function Purpose

Powerful feature which can replace number of other components of the File family. Requires some advanced knowledge on regular expression syntax Opens a file and reads it row by row to split them up into fields using regular expressions. Then sends fields as defined in the Schema to the next job component, via a Row link. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the Repository file where Properties are stored. The following fields are pre-filled in using fetched data. File Name Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide. String (ex: \non Unix) to distinguish rows. This field is Perl or Java compatible and can contain multiple lines. Type in your regular expressions including the subpattern matching the fields to be extracted. Note: In Java, antislashes need to be doubled in regexp Regex syntax is different in Java/Perl and requires doubel/single quotes respectively. Header Footer Limit Schema type and Edit Schema Number of rows to be skipped in the beginning of file Number of rows to be skipped at the end of the file. Maximum number of rows to be processed. If Limit = 0, no row is read or processed. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Skip empty rows Select this check box to skip empty rows.

Basic settings

Row separator Regex

Creative Commons License

Talend Open Studio Components

521

File components
tFileInputRegex

Encoding

Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling.

Usage Limitation

Use this component to read a file and separate fields contained in this file according to the defined Regex. n/a

Scenario: Regex to Positional file


The following scenario creates a two-component Job, reading data from an Input file using regular expression and outputting delimited data into an XML file.

Drop a tFileInputRegex component from the Palette to the design workspace. Drop a tFileOutputPositional component the same way. Right-click on the tFileInputRegex component and select Row > Main. Drag this main row link onto the tFileOutputPositional component and release when the plug symbol displays. Select the tFileInputRegex again so the Component view shows up, and define the properties:

The Job is built-in for this scenario. Hence, the Properties are set for this station only. Fill in a path to the file in File Name field. This field is mandatory. Define the Row separator identifying the end of a row.

522

Talend Open Studio Components

Creative Commons License

File components
tFileInputRegex

Then define the Regular expression in order to delimit fields of a row, which are to be passed on to the next component. You can type in a regular expression using Perl code, and on mutiple lines if needed.
Make sure to use the correct Regex syntax according to the generation language in use as the syntax is different in Java/Perl, and include the regex in double/single quotes respectively.

In this expression, make sure you include all subpatterns matching the fields to be extracted. In this scenario, ignore the header, footer and limit fields. Select a local (Built-in) Schema type to define the data to pass on to the tFileOutputPositional component. You can load or create the schema through the Edit Schema function. Then define the second component properties:

Enter the Positional file output path. Enter the Encoding standard, the output file is encoded in. Note that, for the time being, the encoding consistency verification is not supported. Select the Schema type. Click on Sync columns to automatically synchronize the schema with the Input file schema. Now go to the Run tab, and click on Run to execute the Job. The file is read row by row and split up into fields based on the Regular Expression definition. You can open it using any standard file editor.

Creative Commons License

Talend Open Studio Components

523

File components
tFileInputRegex

524

Talend Open Studio Components

Creative Commons License

File components
tFileInputXML

tFileInputXML
tFileInputXML belongs to two component families: File and XML. For more information on tFileInputXML, see tFileInputXML on page 825.

Creative Commons License

Talend Open Studio Components

525

File components
tFileInputMSXML

tFileInputMSXML
tFileInputMSXML belongs to two component families: File and MultiSchema. For more information on tFileInputMSXML, see tFileInputMSXML on page 673.

526

Talend Open Studio Components

Creative Commons License

File components
tFileList

tFileList
tFileList properties
Component family File/Management

Function Purpose Basic settings

tFileList iterates on files or folders of a set directory. tFileList retrieves a set of files or folders based on a filemask pattern and iterates on each unity. Directory FileList Type Path to the directory where files are stored Select in the list the type of the input you want to iterate on: Files if the input is a set of files, Directories if the input is a set of directories, Both if the input is a set of the above two types. Select this check box if the selected input source type include sub-directories. Set the case mode from the list to either create or not create case sensitive filter on filenames.

Include subdirectories Case Sensitive

Generate Error if no Select this check box to generate an error file found message if no files or directories are found. Use Glob Expressions as Filemask (Unchecked means Perl5 Regex Expressions) Files This check box is selected by default. It allows to filter the results using a Global Expression (Glob Expressions). Clear this check box to filter results using a Regex Expression of the type Perl5. Click the plus button to add as many filter lines as needed: Filemask: in the added filter lines, type in a filename or a filemask using special characters or regular expressions.

Usage

tFilelist provides a list of files or folders from a defined directory on which it iterates

Scenario: Iterating on a file directory


The following scenario creates a three-component Job, which aims at listing files from a defined directory, reading each file by iteration, selecting delimited data and displaying the output in the Run log console.

Creative Commons License

Talend Open Studio Components

527

File components
tFileList

Drop the following components from the Palette to the design workspace: tFileList, tFileInputDelimited, and tLogRow. Right-click on the tFileList component, and pull an Iterate connection to the tFileInputDelimited component. Then pull a Main row from the tFileInputDelimited to the tLogRow component. Double-click tFileList to display its Basic settings view and define its properties.

Browse to the Directory that holds the files you want to process. To display the path on the Job itself, use the label (__DIRECTORY__) that shows up when you put the pointer anywhere in the Directory field. Type in this lable in the Label Format field you can find if you click the View tab in the Basic settings view.

In the Basic settings view and from the FileList Type list, select the source type you want to process, Files in this example. In the Case sensitive list, select a case mode, Yes in this example to create case sensitive filter on file names. Keep the Use Glob Expressions as Filemask check box selected if you want to use global expressions to filter files. In the Filemask field, define a file mask, use special characters if need be. Double-click tFileInputDelimited to display its Basic settings view and set its properties.

528

Talend Open Studio Components

Creative Commons License

File components
tFileList

Enter the File Name field using a variable containing the current filename path, as you filled in the Basic settings of tFileList. Press Ctrl+Space bar to access the autocomplete list of variables. Select the global variable ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH")) if you work in Java and, or $_globals{tFileList_1}{CURRENT_FILEPATH} if you work in Perl. This way, all files in the input directory can be processed. Fill in all other fields as detailed in the tFileInputDelimited section. Related topic: tFileInputDelimited properties on page 494. Select the last component, tLogRow, to display its Basic settings view and fill in the separator to be used to distinguish field content displayed on the console. Related topic: tLogRow on page 628.

Creative Commons License

Talend Open Studio Components

529

File components
tFileList

The Job iterates on the defined directory, and reads all included files. Then delimited data is passed on to the last component which displays it on the console. For other scenarios using tFileList, see tFileCopy on page 485.

530

Talend Open Studio Components

Creative Commons License

File components
tFileOutputEBCDIC

tFileOutputEBCDIC
tFileOutputEBCDIC properties
Component family File/Output

Function Purpose Basic settings

The tFileOutputEBCDIC writes ab EBCDIC file based on various source data files, each of them with a different schema. This component writes an EBCDIC file with data extracted from files based on their schemas. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where Properties are stored. The fields that come after are pre-filled in using the fetched data. Data file Xc2j file Select the EBCDIC file containing the data to process. Select the xc2j transformation file.

Usage

Use this component to write an EBCDIC file and to output the data separately depending on the schemas identified in the incoming file.

Scenario: Creating an EBCDIC file using two delimited files


This scenario uses the [Copybook Connection] wizard that guides users through the different steps to create a Copybook connection and to retrieve the EBCDIC schemas. This wizard is available only for Talend Integration Suite users. If you are using Talend Open Studio or Talend On Demand, you need to set the basic settings for the tFileInputEBCDIC component manually.

The following scenario is a three-component Job that aims at writing an EBCDIC-format file using two delimited files with different schemas.

Creative Commons License

Talend Open Studio Components

531

File components
tFileOutputEBCDIC

This Java scenario uses the EBCDIC Connection wizard to set up a connection to the Copybook file and to generate an xc2j file, which allows the retrieval and transformation of the different file schemas. Create a connection to the Copybook file, which describes the structure of your EBCDIC file. In this scenario, the Copybook connection is called EBCDIC. Retrieve the file schemas. Once the Copybook connection has been created and the schemas retrieved, using the EBCDIC and Schema wizards, the new schemas appear under the node Metadata > Copybook. They are called 01, 04 and 05. To create an EBCDIC file based on two delimited files in Talend Open Studio : Drop the following components from the Palette to the design workspace: tFileInputDelimited (x2) and tFileOutputEBCDIC. To connect them together, right-click on each tFileInputDelimited component, select Row > Main in the contextual menu and click on the tFileOutputEBCDIC component. Double-click on the first tFileInputDelimited component to display the Basic settings view and set the component properties.

In the File Name field, browse to the delimited file via the three-dot button [...]. In the Schema field, select Repository, then click the three-dot button and, when prompted, select the schema corresponding to your file, under the Copybook node. In the Header field, set the number of fields that are used as headers, 1 in this example. Set the properties for the second tFileInputDelimited component the same way as for the first component. Double-click the tFileOutputEBCDIC component to display the Basic settings view and set the component properties:

532

Talend Open Studio Components

Creative Commons License

File components
tFileOutputEBCDIC

In the Data file field, enter or browse to the directory path and the EBCDIC file name that is to be created based on both delimited files. In the Xc2j file field, enter or browse to the path to the file allowing to extract the schema that describes the EBCDIC structure file. Save your Job via Ctrl+S and click on the Run view, select the Statistics and Exec time check boxes then click Run to execute the Job.

Creative Commons License

Talend Open Studio Components

533

File components
tFileOutputExcel

tFileOutputExcel
tFileOutputExcel Properties
Component family File/Output

Function Purpose Basic settings

tFileOutputExcel outputs data to an MS Excel type of file. tFileOutputExcel writes an MS Excel file with separated data value according to a defined schema. File name Name or path to the output file. Related topic: Defining variables from the Component view of Talend Open Studio User Guide Name of the xsl sheet. Select this check box to include a header row to the output file. Select this check box to add the new lines at the end of the file. Append existing sheet: Select this check box to add the new lines at the end of the Excel sheet. Select this check box to add information in specified cells: First cell X: cell position on the X-axis (X-coordinate or Abcissa). First cell Y: cell position on the Y-axis (Y-coordinate). Keep existing cell format: select this check box to retain the original layout and format of the cell you want to write into. Select in the list the font you want to use. Select this check box if you want the size of all your columns to be defined automatically. Otherwise, select the Auto size check boxes next to the column names you want their size to be defined automatically. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job designs. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Sheet name Include header Append existing file

Is absolute Y pos.

Font Define all columns auto size

Schema type and Edit Schema

534

Talend Open Studio Components

Creative Commons License

File components
tFileOutputExcel

Advanced settings

Create directory if not This check box is selected by default. This option exists creates the directory that will hold the output files if it does not already exist. Advanced separator (for number) Select this check box to modify the separators you want to use for numbers: Thousands separator: define separators for thousands. Decimal separator: define separators for decimals. Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling.

Encoding Type

tStatCatcher Statistics Select this check box to gather the job processing metadata at a job level as well as at each component level. Usage Limitation Use this component to write an XML file with data passed on from other components using a Row link. n/a

Related scenario
For tFileOutputExcel related scenario, see tSugarCRMInput on page 83.

Creative Commons License

Talend Open Studio Components

535

File components
tFileOutputLDIF

tFileOutputLDIF
tFileOutputLDIF Properties
Component family File/Output

Function Purpose

tFileOutputLDIF outputs data to an LDIF type of file which can then be loaded into a LDAP directory. tFileOutputLDIF writes or modifies a LDIF file with data separated in respective entries based on the schema defined,.or else deletes content from an LDIF file. File name Name or path to the output file. Related topic: Defining variables from the Component view of Talend Open Studio User Guide. Wraps the file content, every defined number of characters. Select Add, Modify or Delete to respectively create an LDIF file, modify or remove an existing LDIF file. In case of modification, set the type of attribute changes to be made. Select Add, Modify or Delete to respectively add a new attribute to the file, replace the attributes with new ones or suppress attributes from the file defined. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job designs. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Sync columns Click to synchronize the output file schema with the input file schema. The Sync function only displays once the Row connection is linked with the Output component. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling.

Basic settings

Wrap Change type

Change on attributes

Schema type and Edit Schema

Encoding

Usage Limitation

Use this component to write an XML file with data passed on from other components using a Row link. n/a

536

Talend Open Studio Components

Creative Commons License

File components
tFileOutputLDIF

Scenario: Writing DB data into an LDIF-type file


This scenario describes a two component Job which aims at extracting data from a database table and writing this data into a new output LDIF file.

Drop a tDBInput and a tFileOutputLDIF component from the Palette to the design area. Bind them together using a Row > Main link. Select the tDBInput component, and go to the Component panel then select the Basic settings tab. If you stored the DB connection details in a Metadata entry in the Repository, set the Property type as well as the Schema type on Repository and select the relevant metadata entry. All other fields are filled in automatically, and retrieve the metadata-stored parameters.

Alternatively select Built-in as Property type and Schema type and fill in the DB connection and schema fields manually. Then double-click on tFileOutpuLDIF and define the Basic settings. Browse to the folder where you store the Output file. In this use case, a new LDIF file is to be created. Thus type in the name of this new file. In the Wrap field, enter the number of characters held on one line. The text coming afterwards will get wrapped onto the next line.

Creative Commons License

Talend Open Studio Components

537

File components
tFileOutputLDIF

Select Add as Change Type as the newly created file is by definition empty. In case of modification type of Change, youll need to define the nature of the modification you want to make to the file. As Schema Type, select Built-in and use the Sync Columns button to retrieve the input schema definition. Press F6 to short run the Job.

The LDIF file created contains the data from the DB table and the type of change made to the file, in this use case, addition.

538

Talend Open Studio Components

Creative Commons License

File components
tFileOutputProperties

tFileOutputProperties
tFileOutputProperties properties
Component family File/Output

Function Purpose Basic settings

tFileInputProperties writes a configuration file of the type .ini or .properties. tFileInputProperties writes a configuration file containing text data organized according to the model key = value. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository but for this component, the schema is read-only. It is made of two column, Key and Value, corresponding to the parameter name and the parameter value to be copied. Select from the list file format: either .properties or .ini. .properties: data in the configuration file is written in two lines and structured according to the following way: key = value. .ini: data in the configuration file is written in two lines and structured according to the following way: key = value and re-grouped in sections. Section Name: enter the section name on which the iteration is based. File Name Name or path to the file to be processed. Related topic: Defining variables from the Component view of Talend Open Studio User Guide.

File format

Usage

Use this component to write files where data is organized according to the structure key = value.

Related scenarios
For a related scenario, see Scenario: Reading and matching the keys and the values of different .properties files and outputting the results in a glossary on page 517 of the tFileInputProperties component.

Creative Commons License

Talend Open Studio Components

539

File components
tFileOutputXML

tFileOutputXML
tFileOtputXML belongs to two component families: File and XML. For more information on tFileOutputXML, see tFileOutputXML on page 828.

540

Talend Open Studio Components

Creative Commons License

File components
tFileProperties

tFileProperties
tFileProperties Properties
Component family File/Management

Function Purpose Basic settings

tFileProperties creates a single row flow that displays the properties of the processed file. tFileProperties allows to have information about the main properties of a defined file. Schema type A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Built-in: You create and store the schema locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: You have already created the schema and stored it in the Repository. You can reuse it in various projects and job designs. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Edit schema File The number of the read-only lines is different between Java and Perl. Name or path to the file to be processed. Related topic: Defining variables from the Component view of Talend Open Studio User Guide.

Usage Limitation

This component can be used as standalone component. n/a

Scenario: Displaying the properties of a processed file


This Java scenario describes a very simple Job that displays the properties of the specified file. Drop a tFileProperties component and a tLogRow component from the Palette onto the design workspace. Right-click on tFileProperties and connect it to tLogRow using a Main Row link.

Creative Commons License

Talend Open Studio Components

541

File components
tFileProperties

In the design workspace, select tFileProperties. Click the Component tab to define the basic settings of tFileProperties.

Set Schema Type to Built in.. If desired, click the Edit schema button to see the read-only columns. In the File field, enter the file path or browse to the file you want to display the properties for. In the design workspace, select tLogRow and click the Component tab to define its basic settings. For more information, see tLogRow on page 628. Press F6 to execute the Job.

The properties of the defined file are displayed on the console.

542

Talend Open Studio Components

Creative Commons License

File components
tFileUnarchive

tFileUnarchive
tFileUnarchive Properties
Component family File/Management

Function Purpose Basic settings

Decompresses the archive file provided as parameter and put it in the extraction directory. Unarchives a file of any format (zip, rar...) that is mostlikely to be processed. Archive file Extract Directory Java only File path to the archive Folder where the unarchived file is put

Use archive name as Select this check box to reproduce the whole path root directory / to the file or if none exists create a new folder Extract file paths Use Command line tools Select this check box to use another unarchiving tool than the one provided by default in the Perl package.

Perl only

Usage Limitation

This component can be used as a standalone component but it can also be used within a Job as a Start component using an Iterate link. n/a

Related scenario
For tFileUnarchive related scenario, see tFileCompare on page 482.

Creative Commons License

Talend Open Studio Components

543

File components
tPivotOutputDelimited

tPivotOutputDelimited
tPivotOutputDelimited Properties
Component family File/Output

Function Purpose Basic settings

tPivotOutputDelimited outputs data based on an aggregation operation carried out on a pivot column. tPivotOutputDelimited allows to fine-tune the selection of data to output Pivot column Aggregation column Aggregation function Group by Select the column from the incoming flow that will be used as pivot for the aggregation operation. Select the column from the incoming flow that contains the data to be aggregated. Select the function to be used in case several values are available for the pivot column. Define the aggregation sets, the values of which will be used for calculations. Input Column: Match the input column label with your output columns, in case the output label of the aggregation set needs to be different. File Name Name or path to the output file. Related topic: Defining variables from the Component view of Talend Open Studio User Guide. Character, string or regular expression to separate fields of the output file. String (ex: \non Unix) to distinguish rows in the output file.

Field separator Row separator Usage Limitation

This component requires an input flow. n/a

Scenario: Using a pivot column to aggregate data


The following scenario describes a Job that aggregates data from a delimited input file, using a defined pivot column.

Drop the following component from the Palette to the design workspace: tFileInputDelimited, tPivotOutputDelimited.

544

Talend Open Studio Components

Creative Commons License

File components
tPivotOutputDelimited

The file to use as input file is made of 3 columns, including: ID, Question and the corresponding Answer

On your design workspace, select the tFileInputDelimited component Define the basic settings, on the Component view.

Browse to the input file to fill out the File Name field. Define the Row and Field separators, in this example, respectively: carriage return and semi-colon As the file contains a header line, define it also. Set the schema describing the three columns: ID, Questions, Answers. Then select the tPivotOutputDelimited and set its properties on the Basic Settings tab of the Component view.

Creative Commons License

Talend Open Studio Components

545

File components
tPivotOutputDelimited

In the Pivot column field, select the pivot column from the input schema. this is often the column presenting most duplicates (pivot aggregation values). In the Aggregation column field, select the column from the input schema that should gets aggregated. In the Aggregation function field, select the function to be used in case duplicates are found out. In the Group by table, add an Input column, that will be used to group by the aggregation column. In the File Name field, browse to the output file path. And on the Row and Field separator fields, set the separators for the aggregated output rows and data. Then, press F6 to execute the Job. The output file shows the newly aggregated data.

546

Talend Open Studio Components

Creative Commons License

Internet components
This chapter details the major components that you can find in Internet group of the Palette of Talend Open Studio. The Internet family groups all components that help you access content stored on the Internet, through various means including Web services, RSS flows, SCP, MOM, Emails, FTP and so on.

Internet components
tFileFetch

tFileFetch
tFileFetch properties
Component family Internet

Function Purpose Basic settings

tFileFetch retrieves a file from HTTP tFileFetch allows to fetch data contained in a file through HTTP protocol. URI Destination Directory Destination Filename Type in the URI of the HTTP site where the file is to be fetched from. Browse to the destination folder where the file fetched will be placed. Type in a new name for the file fetched, if need be.

Usage Limitation

This component is generally used as a start component to feed the input flow of a Job and is often connected to the Job through a ThenRun link. n/a

Scenario: Fetching data through HTTP


This scenario describes a three-component Job which retrieves data from an HTTP website and select data that will be stored into a delimited file.

Drop a tFileFetch, a tFileInputRegex and a tFileOutputDelimited onto your design workspace. In the tFileFetch Basic settings panel, type in the URI where the file to be fetched can retrieved from. In the Destination directory field, browse to the folder where the fetched file is to be stored. In the Filename field, type in a new name for the file if you want it to be changed. In this example, filefetch.txt.

548

Talend Open Studio Components

Creative Commons License

Internet components
tFileFetch

Select the tFileInputRegex, set the File name so that it corresponds to the file fetched earlier. Using a regular expression, in the Regex field, select the relevant data from the fetched file. In this example: <td(?: class="leftalign")?> \s* (t\w+) \s* </td>
Make sure to use the correct Regex syntax according to the generation language in use as the syntax is different in Java/Perl, and include the Regex in double/single quotes accordingly.

Define the header, footer and limit if need be. In this case, well ignore these fields. Define also the schema describing the flow to be passed on to the final output. The schema should be automatically propagated to the final output, but to be sure, check the schema in the Basic settings panel of the tFileOutputDelimited component. Then press F6 to run the Job.

Creative Commons License

Talend Open Studio Components

549

Internet components
tFTPConnection

tFTPConnection
tFTPConnection properties
Component family Internet/FTP

Function Purpose Basic settings

tFTPConnection opens an FTP connection for the current transaction. tFTPConnection allows to open an FTP connection to transfer files in one transaction. Host Port Username and Password Connect mode IP address of the FTP server. Number of listening port of the FTP server. FTP user authentication data. Select the mode to use: Active or Passive

Usage Limitation

This component is typically used as a single-component sub-job. It is used along with other FTP components. n/a

Related scenarios
For a related scenario, see Scenario: Putting files on a remote FTP server on page 557. For a related scenario, see Scenario: Iterating on a remote directory on page 553. For a related scenario using a different protocol, see Scenario: Getting files from a remote SCP server on page 582.

550

Talend Open Studio Components

Creative Commons License

Internet components
tFTPDelete

tFTPDelete
tFTPDelete properties
Component family Internet/FTP

Function Purpose Basic settings

This component deletes defined files via an FTP connection. tFTPDelete deletes files on a remote FTP server. Host Port Username and Password Remote directory Files FTP IP address Listening port number of the FTP site. FTP user authentication data. Source directory where the files to be deleted are located. File name or path to the files to be deleted.

Usage Limitation

This component is typically used as a single-component sub-job but can also be used as an output or end object. n/a

Related scenario
For tFTPDelete related scenario, see Scenario: Putting files on a remote FTP server on page 557. For tFTPDelete related scenario using a different protocol, see Scenario: Getting files from a remote SCP server on page 582.

Creative Commons License

Talend Open Studio Components

551

Internet components
tFTPFileList

tFTPFileList
tFTPFileList properties
Component family Internet/FTP

Function Objective

tFTPFileList iterates on files and/or folders of a given directory on a remote host. tFTPFileList retrieves files and /or folders based on a defined filemask pattern and iterates on each of them by connecting to a remote directory via an FTP protocol. Use an existing Select this check box and in the Component List connection/Compon click the relevant connection component to reuse ent List the connection details you already defined. Host Port Username and Password (or Private key) Remote directory SFTPSupport/ Authentication method FTP IP address. Listening port number of the FTP server. User authentication information.

Basic settings

Path to the remote directory. Select this check box and then in the Authentication method list, select the SFTP authentication method: Password: Type in the password required in the relevant field. Public key: Type in the private key or click the three dot button next to the Private key field to browse to it. If you select Public Key as the SFTP authentication method, make sure that the key is added to the agent or that no passphrase (secret phrase) is required. Click the plus button to add the lines you want to use as filters: Filemask: enter the filename or filemask using wildcharacters (*) or regular expressions. Select the SFTP connection mode you want to use: Active: You determine the connection port to use to allow data transfer. Passive: the FTP server determines the connection port to use to allow data transfer.

Files

Connect Mode

Usage

This component is typically used as a single-component sub-job but can also be used with other components.

552

Talend Open Studio Components

Creative Commons License

Internet components
tFTPFileList

Scenario: Iterating on a remote directory


The following Java scenario describes a three-component Job that connects to an FTP server, lists files held in a remote directory based on a filemask and finally recuperates and saves the files in a defined local directory. Drop the following components from the Palette to the design workspace: tFTPConnection, tFTPFileList and tFTPGet.

Link tFTPConnection to tFTPFileList using an OnSubjobOk connection and then tFTPFileList to tFTPGet using an Iterate connection. Double-click tFTPConnection to display its Basic settings view and define the component properties.

In the Host field, enter the IP address of the FTP server. In the Port field, enter the listening port number. In the Username and Password fields, enter your authentication information for the FTP server. In the Connect Mode list, select the FTP connection mode you want to use, Passive in this example. Double-click tFTPFileList to open its Basic settings view and define the component properties.

Creative Commons License

Talend Open Studio Components

553

Internet components
tFTPFileList

Select the Use an existing connection check box and in the Component list, click the relevant FTP connection component, tFTPConnection_1 in this scenario. Connection information are automatically filled in. In the Remote directory field, enter the relative path of the directory that holds the files to be listed. In the Filemask field, click the plus button to add one line and then define a file mask to filter the data to recuperate. You can use special characters if need be. In this example, we want only to recuperate delimited files (*csv). In the Connect Mode list, select the FTP server connection mode you want to use, Active in this example. Double-click tFTPGet to display its Basic settings view and define the components properties.

554

Talend Open Studio Components

Creative Commons License

Internet components
tFTPFileList

Select the Use an existing connection check box and in the Component list, click the relevant FTP connection component, tFTPConnection_1 in this scenario. Connection information are automatically filled in. In the Local directory field, enter the relative path for the output local directory where you want to write the recuperated files. In the Remote directory field, enter the relative path of the remote directory that holds the file to be recuperated. In the Transfer Mode list, select the FTP transfer mode you want to use, ascii in this example. In the Overwrite file field, select an option for you want to use for the transferred files. In the Files area, click the plus button to add a line in the Filemask list, then click in the added line and pressCtrl+Space to access the variable list. In the list, select the global variable ((String)globalMap.get("tFTPFileList_1_CURRENT_FILEPATH")) to process all files in the remote directory. In the Connect Mode list, select the connection mode to the FTP server you want to use. Save your Job and press F6 to execute it.

All .csv files held in the remote directory on the FTP server are listed in the defined directory, as defined in the filemask. Then the files are recuperated and saved in the defined local output directory.

Creative Commons License

Talend Open Studio Components

555

Internet components
tFTPGet

tFTPGet
tFTPGet properties
Component family Internet/FTP

Function Purpose Basic settings

This component retrieves defined files via an FTP connection. tFTPGet retrieves selected files from a defined remote FTP directory and copy them into a local directory. Host Port Username Password Local directory Remote directory Transfer mode Overwrite file Files FTP IP address Listening port number of the FTP server. FTP user name. FTP password. Path to destination location of the file. Path to source directory where the files can be fetched. Different FTP transfer modes. List of available options for the transferred file. File names or path to the files to be transferred.

Usage Limitation

This component is typically used as a single-component sub-job but can also be used as output or end object. n/a

Related scenario
For tFTPGet related scenario, see Scenario: Putting files on a remote FTP server on page 557. For tFTPGet related scenario, see Scenario: Iterating on a remote directory on page 553. For tFTPGet related scenario using a different protocol, see Scenario: Getting files from a remote SCP server on page 582.

556

Talend Open Studio Components

Creative Commons License

Internet components
tFTPPut

tFTPPut
tFTPPut properties
Component family Internet/FTP

Function Purpose Basic settings

This component copies defined files via an FTP connection. tFTPPut copies selected files from a defined local directory to a destination remote FTP directory. Use an existing A connection needs to be open to allow the loop connection/Compon to check for FTP data on the defined DB. ent List Host Port Username Password Local directory Remote directory Transfer mode Overwrite file or Append SFTP Support and Authentication method Files FTP IP address. Listening port number of the FTP server. FTP user name. FTP password. Path to the source location of the file(s). Path to the destination directory of the file(s). Different FTP transfer modes. List of available options for the transferred file SFTP Support: select this check box to set an authentication method. Authentication method: select the authentication method from the list. Click the [+] button to add a new line, then fill in the columns. Filemask: file names or path to the files to be transferred. New name: name to give the FTP file after the transfer.

Usage Limitation

This component is typically used as a single-component sub-job but can also be used as output or end object. n/a

Scenario: Putting files on a remote FTP server


This two-component Job allows to open a connection to a remote FTP server in order to put specific files on the remote server in one transaction. Drop tFTPConnection and tFTPPut from the Palette onto the design workspace. tFTPConnection allows to perform all operations in one transaction. Connect the two components together using an OnSubJobOK link.
Creative Commons License Talend Open Studio Components 557

Internet components
tFTPPut

Double-click tFTPConnection to display its Basic settings view and define its properties.

In the Host field, enter the IP address of the server. In the Port field, enter the number of the listening port. In the Username and Password fields, enter your login and password for the remote server. From the Connect Mode list, select the FTP connection mode you want to use, Active in this example. In the design workspace, double-click tFTPPut to display its Basic settings view and define its properties.

558

Talend Open Studio Components

Creative Commons License

Internet components
tFTPPut

Select the Use an existing connection check box and then select tFTPConnection_1 from the Component List. Connection information are automatically filled in. In the Local directory field, enter the path to the local directory containing the files, if all your files are in the same directory. If files are in different directories, enter the path for each file in the Filemask column of the Files table. In the Remote directory field, enter the path to the destination directory on the remote server. From the Transfer mode list, select the transfer mode to use. From the Overwrite file list, select an option for the transferred file. In the Files table, click twice the plus button to add two lines to the Filemask column and then fill in the filemasks of all files to be copied onto the remote directory. Save you Job and click F6 to execute it. Files defined in the Filemask column are copied on the remote server.

Creative Commons License

Talend Open Studio Components

559

Internet components
tMomInput

tMomInput
tMomInput Properties
Component family Internet

Function Purpose Basic settings

Fetches a message from a queue on a Message-Oriented middle ware system and passes it to the next component. tMomInput makes it possible to set up asynchronous communications via a MOM server. MQ Server Select in the list the MOM server to be used. According to the server selected, the parameters required slightly differ. Fill in the Host name or IP address of the MOM server as well as the Port. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. In the context of tMomInput usage, the schema is read-only. It is made of two columns: From and Message Select this check box to keep listening the MOM server for fetching any new message. Set the frequency of verification in seconds. Type in the message source, exactly as expected by the server; this must include the type and name of the source. e.g.: queue/A or topic/testtopic Note that the field is case-sensitive. Select the message type, either: topic or queue. Value by default is Channel Fill in the server driver details Source of the message Select this check box to fetch messages according to their ids. Enter the relevant message id.

Host/Port Schema type and Edit Schema

JBoss Messaging

Keep listening/Sleeping time Message From

Message Type Websphere Channel Queue Manager Message Queue Is using message id to fetch Message id Usage Limitation

This component is generally used as a start component. It requires to be linked to an output component. Make sure the relevant JBoss or Websphere server is launched.

Scenario: asynchronous communication via a MOM server


This scenario is made of two Jobs. The first Job aims at posting messages onto a JBoss server queue and the second Job fetches the message from the server.

560

Talend Open Studio Components

Creative Commons License

Internet components
tMomInput

In the first Job, a string message is created using a tRowGenerator and put on a JBoss server using a tMomOutput. An intermediary tLogRow component displays the flow being passed.

Drop the three components of this first Job from the Palette to the design workspace and right-click to connect them using a Main row link. Double-click on the tRowGenerator to set the schema to be randomly generated.

Set only one column called message. This is the message to be put on the MOM queue. This column is of String type and is nullable.To produce the data, use a preset function which concatenates randomly chosen ascii characters to form a 6-char string. This function is getAsciiRandomString. (Java version). Click the Preview button to view a random sample of data generated. Set the Number of rows to be generated to 10. Click OK to validate. The tLogRow is only used to display a intermediary state of the data to be handled. In this example, it doesnt require any specific configuration. Then select the tMomOutput component.

In this use case, the MQ server to be used is JBoss. In Host and Port fields, fill in the relevant connection information. Select the Message type in the list. The message can be of Queue or Topic type. In this example, select the Queue type on the list. In the To field, type in the message source information strictly as expected by the server. This should match the Message Type you selected, such as: queue/A.

Creative Commons License

Talend Open Studio Components

561

Internet components
tMomInput

The message name is case-sensitive, therefore queue/A and Queue/A are different.

Then click Sync Columns to pass on the schema from the preceding component. The schema being read-only, it cannot be changed. The data posted onto the MQ come from the first encountered column of the schema. Press F6 to execute the Job and see the console the data flow being passed on thanks to the tLogRow component.

Then set the second Job in order to fetch the queuing messages from the MOM server.

Drop the tMomInput component and a tLogRow from the Palette to the design workspace. Select the tMomInput to set the parameters.

Select the MQ server on the list. In this example, a JBoss messaging server is used. Set the server Host and Port information. Set the Message From and the Message Type to match the source and type expected by the messaging server. The Schema is read-only and is made of two columns: From and Message. Select the Keep listening check box and set the frequency of verification to 5 seconds.
When using the Keep Listening option, youll need to kill the Job to end it.

No need to change any default setting from the tLogRow. Save the Job and run it (when launching for the first time or if you killed it on a previous run).

562

Talend Open Studio Components

Creative Commons License

Internet components
tMomInput

The messages fetched on the server are displayed on the console.

Creative Commons License

Talend Open Studio Components

563

Internet components
tMomMessageIdList

tMomMessageIdList
tMomMessageIdList Properties
Component family Internet

Function Purpose

tMomMessageIdList fetches a message ID list from a queue on a Message-Oriented middle ware system and passes it to the next component. tMomMessageIdList makes it possible to iterate on certain message IDs. It is usually used with tMomInput, for more information, see tMomInput Properties on page 560. MQ Server Select in the list the MOM server to be used. According to the server selected, the parameters required slightly differ. Fill in the Host name or IP address of the MOM server and of the Port. Channel on the queue. Fill in the server driver details. Source of the message.

Basic settings

Host/Port Websphere Channel Queue Manager Message Queue Usage Limitation

This component is generally used as a start component. Make sure the relevant Websphere server is launched.

Related scenario
For a related scenario, see tMomInput on page 560.

564

Talend Open Studio Components

Creative Commons License

Internet components
tMomOutput

tMomOutput
tMomOutput Properties
Component family Internet

Function Purpose Basic settings

Puts a message in a queue of a Message-Oriented middle ware system in order for it to be fetched asynchronously. tMomOutput makes it possible to set up asynchronous communications via a MOM server. MQ Server Select in the list the MOM server to be used. According to the server selected, the parameters required slightly differ. Fill in the Host name or IP address of the MOM server as well as the Port. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. In the context of tMomOutput usage, the schema is read-only but will change according to the incoming schema. Only one-column schema is expected by the server to contain the Messages Type in the message destination, exactly as expected by the server; this must include the type and name of the target folder. e.g.: queue/A or topic/testtopic Note that the field is case-sensitive. Select the message type, either: topic or queue. Value by default is Channel Fill in the server driver details Destination of the message Select this check box to set messages according to their ids

Host/Port Schema type and Edit Schema

JBoss Messaging

To

Message Type Websphere Channel Queue Manager Message Queue Is using message id to set Usage Limitation

This component requires to be linked to an input or intermediary component. Make sure the relevant JBoss or Websphere server is launched.

Related scenario
For a related scenario, see tMomInput on page 560.

Creative Commons License

Talend Open Studio Components

565

Internet components
tPOP

tPOP
tPOP properties
Component family Internet

Function Purpose

The tPOP component fetches one or more email messages from a server using the POP3 or IMAP protocol. The tPOP component uses the POP or IMAP protocol to connect to a specific email server. Then it fetches one or more email messages and write the recovered information in defined files. Parameters in the Advanced settings view allows to use filters on your selection. Host Port Username and Password IP address of the email server you want to connect to. Port number of the email server. User authentication data for the email server. Username: enter the username you use to access your email box. Password: enter the password you use to access your email box. Enter the path to the file in which you want to store the email messages you retrieve from the email server, or click the three-dot button next to the field to browse to the file. Define the syntax of the names of the files that will hold each of the email messages retrieved from the email server, or press Ctrl+Space to display the list of predefined patterns. By default, all email messages present on the specified server are retrieved. To retrieve only a limited number of these email messages, clear this check box and in the Number of emails to retrieve.field, enter the number of messages you want to retrieve. email messages are retrieved starting from the most recent. Select this check box if you do not want to keep the retrieved email messages on the server. Select in the list the protocol to use for retrieving the email messages from the server. This protocol is the one used by the email server. Select this check box if your email server uses this protocol for authentication and communication confidentiality. This option is obligatory for users of the Gmail email.

Basic settings Java-only field

Output directory

Filename pattern

Retrieve all emails?

Delete emails from server Java-only field Choose the protocol

Java-only field

Use SSL

Advanced settings

tStatCatcher Statistics Select this check box to gather the job processing metadata at a job level as well as at each component level.

566

Talend Open Studio Components

Creative Commons License

Internet components
tPOP

Java-only field

Filter

Click the plus button to add as many lines as needed to filter email messages and retrieve only a specific selection: Filter item: select one of the following filter types from the list: From: email messages are filtered according to the sender email address. To: email messages are filtered according to the recipient email address. Subject: email messages are filtered according to the message subject matter. Before date: email messages are filtered by the sending or receiving date. All messages before the set date are retrieved. After date: email messages are filtered by the sending or receiving date. All messages after the set date are retrieved. Pattern: press Ctrl+Space to display the list of available values. Select the value to use for each filter.

Java-only field

Filter condition relation

Select the type of logical relation you want to use to combine the specified filters: and: the conditions set by the filters are combined together, the research is more restrictive. or: the conditions set by the filters are independent, the research is large.

Usage Limitation

This component does not handle data flow, it can be used alone. n/a

Scenario: Retrieving a selection of email messages from an email server


This Java scenario is a one-component Job that retrieves a predefined number of email messages from an email server. Drop the tPOP component from the Palette to the design workspace. Double click tPOP to display the Basic settings view and define the component properties. Enter the email server IP address and port number in the corresponding fields. Enter the username and password for your email account in the corresponding fields. In this example, the email server is called Free.

Creative Commons License

Talend Open Studio Components

567

Internet components
tPOP

In the Output directory field, enter manually the path to the output directory or click the three-dot button next to the field and browse to the output directory where to store the email messages retrieved from the email server. In the Filename pattern field, define the syntax you want to use to name the output files that will hold the messages retrieved from the email server, or press Ctrl+Space to display a list of predefined patterns. The syntax used in this example is the following: TalendDate.getDate("yyyyMMdd-hhmmss") + "_" + (counter_tPOP_1 + 1) + ".txt" The output files will be stored as .txt files and are defined by date, time and arrival chronological order. Clear the Retrieve all emails? field and in the Number of emails to retrieve field, enter the number of email messages you want to retrieve, 10 in this example. Select the Delete emails from server check box to delete the email messages from the email server once they are retrieved and stored locally. In the Choose the protocol field, select the protocol type you want to use. This depends on the protocol used by the email server. Certain email suppliers, like Gmail, use both protocols. In this example, the protocol used is pop3. Save your Job and press F6 to execute it.

568

Talend Open Studio Components

Creative Commons License

Internet components
tPOP

The tPOP component retrieves the 10 recent messages from the specified email server. In the tPOP directory stored locally, a .txt file is created for each retrieved message. Each file holds the metadata of the email message headings (senders address, recipients address, subject matter) in addition to the message content.

Creative Commons License

Talend Open Studio Components

569

Internet components
tRSSInput

tRSSInput
tRSSInput Properties
Component family Internet

Function Purpose Basic settings

tRSSInput reads RSS-Feeds using URLs. tRSSInput makes it possible to keep track of blog entries on websites to gather and organize information for you quickly and easily. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. In the context of tRSSInput usage, the schema is made of four columns: TITLE, DESCRIPTION, PUBDATE, and Link. The parameter titles are read-only while their type and length are not. Enter the URL for the RSS_Feed to read. If selected, tRSSInput reads articles on the RSS_Feed from the date set through the three-dot [...] button next to the date time field. If selected, tRSSInput reads as many articles as the number entered in the max amount field. Clear this check box to skip errors and complete the process.

RSS URL Read articles from

Max number of articles Die on error Usage Limitation

This component is generally used as a start component. It requires to be linked to an output component. n/a.

Scenario: Fetching frequently updated blog entries.


This two-component Java scenario aims at retrieving frequently updated blog entries from a Talend local news RSS feed using the tRSSInput component. Drop the following components from the Palette onto the design workspace: tRSSInput and tLogRow. Right-click to connect them using a Row Main link.

570

Talend Open Studio Components

Creative Commons License

Internet components
tRSSInput

In the design workspace, select tRSSInput. Click the Component tab to define the basic settings for tRSSInput.

Set the Schema Type to Built-In and click the three-dot [...] button next to Edit Schema to change the type and length of the schema parameters if necessary. Click OK to close the dialog box.

The scheme for tRSSInput is made up of four columns, TITLE, Description, PUBDATE, and LINK, and it is read-only apart from the type and length of parameters.

In the Basic settings view of tRSSInput, enter the URL for the RSS_Feed to access. In this scenario, tRSSInput links to the Talend RSS_Feed: http://feeds.feedburner.com/Talend. Select/clear the other check boxes as needed. In this scenario, we want to display the information about two articles dated from July 20, 2008.

Creative Commons License

Talend Open Studio Components

571

Internet components
tRSSInput

In the design workspace, select tLogRow and click the Component tab to define its basic settings. For more information about tLogRow properties, see tLogRow properties on page 628. Save the Job and press F6 to execute it.

The tRSSInput component accessed the RSS feed of Talend website on your behalf and organized the information for you. Two blog entries are displayed on the console. Each entry has its own title, description, publication date, and the corresponding RSS feed URL address. Blogs show the last entry first, and you can scroll down to read earlier entries.

572

Talend Open Studio Components

Creative Commons License

Internet components
tRSSOutput

tRSSOutput
tRSSOutput Properties
Component family Internet

Function Purpose Basic settings

TRSSOutput writes RSS_Feed XML files. tRSSOutput makes it possible to create XML files that hold RSS feeds. File name Name or path to the output XML file. Related topic: Defining variables from the Component view of Talend Open Studio User Guide. Select an encoding type from the list, or select Custom and define it manually. This field is compulsory for DB data handling. Note: the information to type in here is about your entire input data, site...etc, rather than about a particular item. Title: Enter a meaningful title. Description: Enter a description that you think will describe your content. Publication date: Enter the relevant date. Link: Enter the relevant UR. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. In the context of tRSSInput usage, the schema is made of four columns: TITLE, DESCRIPTION, PUBDATE, and Link. The parameter titles are read-only while their type and length are not.

Encoding type

Channel

Schema type and Edit Schema

Usage Limitation

This component requires to be linked to an input or intermediary component. n/a

Scenario: Creating an RSS flow.


This Java scenario aims at: creating an RSS flow for files that you would like to share with other people, and storing the complete files on an FTP server. This scenario writes an RSS feed XML file about a Mysql table holding information about books. It adds links to the files stored on an FTP server in case users want to have access to the complete files.

Creative Commons License

Talend Open Studio Components

573

Internet components
tRSSOutput

Drop the following components from the Palette onto the design workspace: tMysqlInput, tRSSOutput, and tFTPPut. Right-click tMysqlInput and connect it to tRSSOutpu using a Row Main link. Right-click tMysqlInput and connect it to tFTPPut using an OnSubjobOk link.

In the design workspace, select tMysqlInput. click the Component tab to define the basic settings for tMysqlInput.

Set the Property type to Repository and click the three-dots button [...] to select the relevant DB entry from the list. The connection details along with the schema get filled in automatically. In the Table Name field, either type your table name or click the three dots button [...] and select your table name from the list. In this scenario, the Mysql input table is called rss_talend and the schema is made up of four columns, TITLE, Description, PUBDATE, and LINK. In the Query field, enter your DB query paying particular attention to properly sequence the fields in order to match the schema definition, or click Guess Query. In the design workspace, select tRSSOutput.

574

Talend Open Studio Components

Creative Commons License

Internet components
tRSSOutput

click the Component tab to define the basic settings for tRSSOutput.

In the File name field, use the par default file name and path, or browse to set your own for the output XML file. Select the encoding type on the Encoding Type list. On the Channel panel, enter a title, a description, a publication date, and a link to define your input data as a whole. Select your schema type on the Schema Type list and click Edit Schema to modify the schema if necessary.
You can click Sync Column to retrieve the generated schema from the preceding component.

Save your Job and press F5 to execute this first part.

Creative Commons License

Talend Open Studio Components

575

Internet components
tRSSOutput

The tRSSOutput created an output RSS flow in an XML format for the defined files. To store the complete files on an FTP server: In the design workspace, select FTPPut. Click the Component tab to define the basic settings for tFTPPut.

576

Talend Open Studio Components

Creative Commons License

Internet components
tRSSOutput

Enter the host name and the port number in their corresponding fields. Enter your connection details in the corresponding Username and Password fields. Browse to the local directory, or enter it manually in the Local directory field. Enter the details of the remote server directory. Select the transfer mode from the Transfer mode list. On the Files panel, click on the plus button to add new lines and fill in the filemasks of all files to be copied onto the remote directory. In this scenario, the files to be saved on the FTP server are all text files. Save your Job and press F6 to execute it. Files defined in the Filemask are copied on the remote server.

Creative Commons License

Talend Open Studio Components

577

Internet components
tSCPConnection

tSCPConnection
tSCPConnection properties
Component family Internet/SCP

Function Purpose Basic settings

tSCPConnection opens an SCP connection for the current transaction. tSCPConnection allows to open an SCP connection to transfer files in one transaction. Host Port Username Authentication method Password IP address of the SCP server. Number of listening port of the SCP server. User name for the SCP server. SCP authentication method. User password for the SCP server.

Usage Limitation

This component is typically used as a single-component sub-job. It is used along with other SCP components. n/a

Related scenarios
For a related scenario, see Scenario: Putting files on a remote FTP server on page 557. For a related scenario using a different protocol, see Scenario: Getting files from a remote SCP server on page 582.

578

Talend Open Studio Components

Creative Commons License

Internet components
tSCPDelete

tSCPDelete
tSCPDelete properties
Component family Internet/SCP

Function Purpose Basic settings

This component deletes files from remote hosts over a fully encrypted channel. tSCPDelete allows to remove a file from the defined SCP server. Host Port Username Authentication method Password Filelist SCP IP address. Listening port number of the SCP server. SCP user name. SCP authentication method. SCP password. File name or path to the files to be deleted.

Usage Limitation

This component is typically used as a single-component sub-job but can also be used with other components. n/a

Related scenario
For tSCPDelete related scenario, see Scenario: Getting files from a remote SCP server on page 582. For tSCPDelete related scenario using a different protocol, see Scenario: Putting files on a remote FTP server on page 557.

Creative Commons License

Talend Open Studio Components

579

Internet components
tSCPFileExists

tSCPFileExists
tSCPFileExists properties
Component family Internet/SCP

Function Purpose Basic settings

This component checks, over a fully encrypted channel, if a file exists on a remote host. tSCPFileExists allows to verify the existence of a file on the defined SCP server. Host Port Username Authentication method Password Remote directory Filename SCP IP address. Listening port number of the SCP server. SCP user name. SCP authentication method. SCP password. File path on the remote directory. Name of the file to check.

Usage Limitation

This component is typically used as a single-component sub-job but can also be used with other components. n/a

Related scenario
For tSCPFileExists related scenario, see Scenario: Getting files from a remote SCP server on page 582. For tSCPFileExists related scenario using a different protocol, see Scenario: Putting files on a remote FTP server on page 557.

580

Talend Open Studio Components

Creative Commons License

Internet components
tSCPFileList

tSCPFileList
tSCPFileList properties
Component family Internet/SCP

Function Purpose Basic settings

This component iterates, over a fully encrypted channel, on files of a given directory on a remote host. tSCPFileList allows to list files from the defined SCP server. Host Port Username Authentication method Password SCP IP address. Listening port number of the SCP server. SCP user name. SCP authentication method. SCP password.

Command separator The character used to separate multiple commands. Filelist Usage Limitation Directory name or path to the directory holding the files to list.

This component is typically used as a single-component sub-job but can also be used with other components. n/a

Related scenario
For tSCPFileList related scenario, see Scenario: Getting files from a remote SCP server on page 582. For tSCPFileList related scenario using a different protocol, see Scenario: Putting files on a remote FTP server on page 557.

Creative Commons License

Talend Open Studio Components

581

Internet components
tSCPGet

tSCPGet
tSCPGet properties
Component family Internet/SCP

Function Purpose Basic settings

This component transfers defined files via an SCP connection over a fully encrypted channel. tSCPGet allows to copy files from the defined SCP server. Host Port Username Authentication method Password Local directory Overwrite or Append Filelist SCP IP address. Listening port number of the SCP server. SCP user name. SCP authentication method. SCP password. Path to the destination folder. List of available options for the transferred files. File name or path to the file(s) to copy.

Usage Limitation

This component is typically used as a single-component sub-job but can also be used with other components. n/a

Scenario: Getting files from a remote SCP server


This Java scenario creates a single-component Job which gets the defined file from a remote SCP server. Drop a tSCPGet component from the Palette onto the design workspace. In the design workspace, select tSCPGet and click the Component tab to define its basic settings.

582

Talend Open Studio Components

Creative Commons License

Internet components
tSCPGet

Fill in the Host IP address, the listening Port number, and the user name in the corresponding fields. On the Authentication method list, select the appropriate authentication method. Note that the field to follow changes according to the selected authentication method. The authentication form used in this scenario is password. Fill in the local directory details where you want to copy the fetched file. On the Overwrite or Append list, select the action to be carried out. In the Filelist area, click the plus button to add a line in the Source list and fill in the path to the given file on the remote SCP server. In this scenario, the file to copy from the remote SCP server to the local disk is backport. Save the Job and press F6 to execute it. The given file on the remote server is copied on the local disk.

Creative Commons License

Talend Open Studio Components

583

Internet components
tSCPPut

tSCPPut
tSCPPut properties
Component family Internet/SCP

Function Purpose Basic settings

This component copies defined files to a remote SCP server over a fully encrypted channel. tSCPPut allows to copy files to the defined SCP server. Host Port Username Authentication method Password Remote directory Filelist SCP IP address. Listening port number of the SCP server. SCP user name. SCP authentication method. SCP password. Path. to the destination folder. File name or path to the file(s) to copy.

Usage Limitation

This component is typically used as a single-component sub-job but can also be used with other components. n/a

Related scenario
For tSCPPut related scenario, see Scenario: Getting files from a remote SCP server on page 582. For tSCPut related scenario using a different protocol, see Scenario: Putting files on a remote FTP server on page 557.

584

Talend Open Studio Components

Creative Commons License

Internet components
tSCPRename

tSCPRename
tSCPRename properties
Component family Internet/SCP

Function Purpose Basic settings

This component renames files on a remote SCP server. tSCPRename allows to rename file(s) on the defined SCP server. Host Port Username Authentication method Password File to rename Rename to SCP IP address. Listening port number of the SCP server. SCP user name. SCP authentication method. SCP password. Enter the name or path to the file you want to rename. Enter the file new name.

Usage Limitation

This component is typically used as a single-component sub-job but can also be used with other components. n/a

Related scenario
For tSCPRename related scenario, see Scenario: Getting files from a remote SCP server on page 582.

Creative Commons License

Talend Open Studio Components

585

Internet components
tSCPTruncate

tSCPTruncate
tSCPRename properties
Component family Internet/SCP

Function Purpose Basic settings

This component removes all the data from a file via an SCP connection. tSCPTruncate allows to remove data from file(s) on the defined SCP server. Host Port Username Authentication method Password Remote directory Filelist SCP IP address. Listening port number of the SCP server. SCP user name. SCP authentication method. SCP password. Path. to the destination file. File name or path to the file(s) to truncate.

Usage Limitation

This component is typically used as a single-component sub-job but can also be used with other components. n/a

Related scenario
For tSCPTruncate related scenario, see Scenario: Getting files from a remote SCP server on page 582.

586

Talend Open Studio Components

Creative Commons License

Internet components
tSendMail

tSendMail
tSendMail Properties
Component family Internet

Function Purpose Basic settings

tSendMail sends emails and any attachments to defined recipients. tSendMail purpose is to notify recipients about a particular state of a Job or possible errors. To From Main recipient email address. Sending server email address.

Show senders name Select this check box if you want the sender name to show in the messages. Cc Bcc Email addresses of secondary recipients of the email message directed to another. Email addresses of secondary recipients of the email message. Recipients listed in the Bcc field receive a copy of the message but are not shown on any other recipient's copy. Heading of the mail. Body message of the email. Press Ctrl+Space to display the list of available variables.

Subject Message

Die if the attachment This check box is selected by default. Clear this file doesnt exist check box if you want the message to be sent even if there are no attachments. Attachments Click the plus button to add as many lines as needed where you can put Filemask or path to the file to be sent along with the mail, if any. Click the plus button to add as many lines as needed where you can type the key and the corresponding value of any header information that does not belong to the standard header.

Other Headers

SMTP Host and Port IP address of SMTP server used to send emails. SSL Support STARTTLS Support Importance Need authentication / Username and Password Die on error Select this check box to authenticate the server at the client side via an SSL protocol. Select this check box to authenticate the server at the client side via a STARTTLS protocol. Select in the list the priority level of your messages. Select this check box and enter a username and a password in the corresponding fields if this is necessary to access the service. Clear this check box to skip the row on error and complete the process for error-free rows.

Creative Commons License

Talend Open Studio Components

587

Internet components
tSendMail

Advanced settings

MIME subtype from Select in the list the structural form for the text of the text MIME type the message. Encoding type tStatCatcher Statistics Select the encoding from the list or select Custom and define it manually. Select this check box to gather the job processing metadata at a job level as well as at each component level.

Usage

This component is typically used as one sub-job but can also be used as output or end object. It can be connected to other components with either Row or Iterate links. Note that email with or without attachment require two different perl modules.

Limitation

Scenario: Email on error


This scenario creates a three-component Job which sends an email to defined recipients when an error occurs.

Drop the following components from your Palette to the design workspace: tFileInputDelimited, tFileOutputXML, tSendMail. Define tFileInputdelimited properties. Related topic: tFileInputDelimited on page 494. Right-click on the tFileInputDelimited component and select Row > Main. Then drag it onto the tFileOutputXML component and release when the plug symbol shows up. Define tFileOutputXML properties. Drag a Run on Error link from tFileDelimited to tSendMail component. Define the tSendMail component properties:

588

Talend Open Studio Components

Creative Commons License

Internet components
tSendMail

Enter the recipient and sender email addresses, as well as the email subject. Enter a message containing the error code produced using the corresponding global variable. Access the list of variables by pressing Ctrl+Space. Add attachments and extra header information if any. Type in the SMTP information.

In this scenario, the file containing data to be transferred to XML output cannot be found. tSendmail runs on this error and sends a notification email to the defined recipient.

Creative Commons License

Talend Open Studio Components

589

Internet components
tSocketInput

tSocketInput
tSocketInput properties
Component family Internet

Function Purpose JAVA Basic settings

tSocketInput component opens the socket port and listens for the incoming data. tSocketInput component is a listening component, allowing to pass data via a defined port Host name Port Timeout Uncompress Die on error Field separator Row separator Escape Char Text enclosure Schema type and Edit Schema Name or IP address of the Host server Listening port to open Number of seconds for the port to listen before closing. Select this check box to unzip the data if relevant Clear this check box to skip the row on error and complete the process for error-free rows. Character, string or regular expression to separate fields. String (ex: \non Unix) to distinguish rows. Character of the row to be escaped Character used to enclose text. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Encoding type Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling.

Usage Limitation

This component opens a point of access to a workstation or server. This component starts a Job and only stops after the time goes out. n/a

590

Talend Open Studio Components

Creative Commons License

Internet components
tSocketInput

The Perl properties being slightly different from the Java properties, they are described in a separate table below.
PERL basic settings Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Host name Port Field separator End of Line separator End of data Opening message /Message /Acknowledge message /Closing message Usage Name or IP address of the Host server Listening port to open Character, string or regular expression to separate fields. String (ex: \non Unix) to distinguish row. Character, string or regular expression that points out the end of the data section Description of the message if relevant.

This component opens a point of access to a workstation or server. This component starts a Job and only stops after it receives a closing message.

Scenario: Passing on data to the listening port (Java)


The following scenario describes a double Job aiming at passing data via a listening port.Another application for the Socket components would be to allow controlled communication between servers which cannot communicate directly.

Creative Commons License

Talend Open Studio Components

591

Internet components
tSocketInput

Create two Jobs: a first Job (SocketInput) opens the listening port and waits for the data to be sent over. The second Job (SocketOutput) passes delimited data from a file to a defined port number corresponding to the listening port. On the first Job, Drop the following components: tSocketInput and tLogRow from the Palette to the design workspace. On the second Job, Drop the following components from the Palette to the design workspace: tFileInputDelimited and tSocketOutput. Lets set the parameters of the second Job first... Select the tFileInputDelimited and on the Basic Settings tab of the Component view, set the access parameters to the input file.

In File Name, browse to the file. Define the Row and Field separators, as well as the Header.

592

Talend Open Studio Components

Creative Commons License

Internet components
tSocketInput

Describe the Schema of the data to be passed on to the tSocketOutput component. Select the tSocketOutput component and set the parameters on the Basic Settings tab of the Component view.

Define the Host IP address and the Port number where the data will be passed on to. Set the number of retries in the Retry field and the amount of time (in seconds) after which the Job will time out. Define the rest of elements if need be. The schema should be propagated from the preceding component. Now on the other Job (SocketInput) design, define the parameters of the tSocketInput component.

Define the Host IP address and the listening Port number where the data are passed on to. Set the amount of time (in seconds) after which the Job will time out. Define the rest of elements if need be. Edit the schema and set it to reflect the whole or part of the other Jobs schema.

Creative Commons License

Talend Open Studio Components

593

Internet components
tSocketInput

The tLogRow does not require any particular setting for this Job. Press F6 to execute this Job (SocketInput) first, in order to open the listening port and prepare it to receive the passed data. Before the time-out, launch the other Job (SocketOutput) to pass on the data. The result displays on the Run view, along with the opening socket information.

594

Talend Open Studio Components

Creative Commons License

Internet components
tSocketOutput

tSocketOutput
tSocketOutput properties
Component family Internet

Function Purpose Basic settings

tSocketOutput component writes data to a listening port. tSocketOutput sends out the data from the incoming flow to listening socket port. Host name Port Compress Retry times Timeout Die on error Field separator Row separator Escape Char Text enclosure Schema type and Edit Schema Name or IP address of the Host server Listening port to open Select this check box to zip the data if relevant. Number of retries before the Job fails. Number of seconds for the port to listen before closing. Clear this check box to skip the row on error and complete the process for error-free rows. Character, string or regular expression to separate fields. String (ex: \non Unix) to distinguish rows. Character of the row to be escaped Character used to enclose text. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Encoding type Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling.

Usage Limitation

This component opens a point of access to a workstation or server. This component starts a Job and only stops after the time goes out. n/a

Creative Commons License

Talend Open Studio Components

595

Internet components
tSocketOutput

Related Scenario
For use cases in relation with tSocketOutput, see Scenario: Passing on data to the listening port (Java) on page 591.

596

Talend Open Studio Components

Creative Commons License

Internet components
tWebServiceInput

tWebServiceInput
tWebServiceInput Properties
Component family Internet

Function Purpose

Calls the defined method from the invoked Web service, and returns the class as defined, based on the given parameters. Invokes a Method through a Web service. To handle complex hierarchical data, use the advanced features of tWebServiceInput and provide Java code directly in the Code field of the Advanced Settings view. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the Repository file where properties are stored. The fields that come after are pre-filled in using fetched data. Click this icon to open a WSDL schema wizard and store your WSDL connection in the Repository tree view. For more information about setting up and storing database connection parameters, see Setting up a WSDL schema of Talend Open Studio User Guide. Perl only field Encoding type Select the encoding type from the list or select Custom and define the type manually. This field is obligatory to manipulate data in a database. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Click Sync columns to retrieve the schema from the previous component in the Job. Built-in: You create the schema and store it locally for the relevant component. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: You have already created the schema and stored it in the Repository. You can reuse it in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Basic settings

Schema type and Edit Schema

Perl only field

End Point URI WSDL

Resource identifier of the Web service. Description of Web service bindings and configuration.

Creative Commons License

Talend Open Studio Components

597

Internet components
tWebServiceInput

Java only field

Need authentication / Username and Password Use http proxy Trust server with SSL

Select this check box and enter a username and a password in the corresponding fields if this is necessary to access the service. Select this check box if you are using a proxy server and fill in the necessary information. Select this check box to validate the server certificate to the client via an SSL protocol and fill in the corresponding fields: TrustStore file: enter the path (including filename) to the certificate TrustStore file that contains the list of certificates that the client trusts. TrustStore password: enter the password used to check the integrity of the TrustStore data. Set a value in seconds for Web service connection time out. Enter the exact name of the Method to be invoked. The Method name MUST match the corresponding method described in the Web Service. The Method name is also case-sensitive. Enter the parameters expected and the sought values to be returned. Make sure that the parameters entered fully match the names and the case of the parameters described in the method. Select this check box to display the fields dedicated for the advanced use of tWebServiceInput: WSDL2java: click the three-dot button to generate Talend routines that hold the Java code necessary to connect and query the Web service. Code: replace the generated model Java code with the code necessary to connect and query the specified Web service using the code in the generated Talend routines. Match Brackets: select the number of brackets to be used to close the for loop based on the number of open brackets.

Java only field Java only field

Java only field

Time out (second) Method Name

Parameters

Advanced settings

Advanced Use Java only field

tStatCatcher Statistics Select this check box to gather the job processing metadata at a job level as well as at each component level. Usage Limitation This component is generally used as a Start component. It requires to be linked to an output component. n/a

Scenario 1: Extracting images through a Web service


This scenario describes a two-component Job aiming at using a Web service method and displaying the output on the Run console view. The method takes a full url as an input string and returns a string array of images from a given Web page.

598

Talend Open Studio Components

Creative Commons License

Internet components
tWebServiceInput

Drop a tWebServiceInput component and a tLogRow component from the Palette to the design workspace. On the Component view of the tWebServiceInput component, define the WSDL specifications, such as End Point URI, WSDL and SOAPAction URI where required. If the Web service you invoke requires authentication details, select the Need authentication check box and provide the relevant authentication information.

If you are using a proxy server, select the Use http proxy check box and fill in the necessary connection information. In the Method Name field, type in the method name as defined in the Web Service description. The name and the case of the method entered must match exactly the corresponding Web service method.

In the Parameters area, click the plus (+) button to add a line to the table. In the Value column, type in the URL of the Website, the images are to be extracted from. Link the tWebServiceInput component to the standard output component, tLogRow. Then save your Job and press F6 to execute it.

Creative Commons License

Talend Open Studio Components

599

Internet components
tWebServiceInput

All images extracted from the given Web site are returned as a list of URLs on the Run view.

Scenario 2: Reading the data published on a Web service using the tWebServiceInput advanced features (Java only)
This Java scenario describes a two-component Job that aims at fetching a list of funds published by a financial Web service (distributed by www.xignite.com) and displaying the output on the standard console (the Run view). This scenario is designed for advanced users with Java basics. Since the aim of this Job is to fetch complex hierarchical data, you need to code in Java the necessary functions.

Drop the following components from the Palette onto the design workspace: tWebServiceInput and tLogRow. Connect the two components together using the Row Main link. Double-click tWebServiceInput to show the Component view and set the component properties:

600

Talend Open Studio Components

Creative Commons License

Internet components
tWebServiceInput

In the Basic settings view: In the Property Type list, select the option Built-in and fill in manually the fields that follow. In the Schema Type list, select Built-in and click the three-dot button to configure manually the data structure (schema) as shown by the figure below:

In the WSDL field, type in the URL where to get the WSDL. In the Time out field, type in the duration in seconds of the connection to the Web Service. Click the Advanced settings tab to display the corresponding view where you can set the tWebServiceInput advanced features:

Select the check box next to Advanced Use to display the advanced configuration fields. Click the three-dot [...] button next to the field WSDL2Java in order to generate automatically a number of routines from the WSDL information provided.

Creative Commons License

Talend Open Studio Components

601

Internet components
tWebServiceInput

The generated routines display automatically under Code > Routines in the Repository tree view. These routines can thus easily be called in the code to build the function required to fetch complex hierarchical data from the Web Service. Type in the relevant function in the Code field. By default two code examples are provided in the Code field. The first example returns one piece of data, and the second example returns several data. In this scenario, several data are to be returned. Therefore, remove the first example of code and use the second example of code to build the function. Replace the pieces of code provided as examples with the relevant routines that have been automatically generated from the WSDL. Change TalendJob_PortType to the routine name ending with _Port_Type, such as: XigniteFundHoldingsSoap_PortType. Replace the various instances of TalendJob with a more relevant name such as the name of the method in use. In this use case: fundHolding Replace TalendJobServiceLocator with the name of the routine ending with Locator, such as: XigniteFundHoldingLocator.

602

Talend Open Studio Components

Creative Commons License

Internet components
tWebServiceInput

Replace both instances of TalendJobSoapBindingStub with the routine name ending with BindingStub, such as: XigniteFundHoldingsSoap_BindingStub. Within the brackets corresponding to the pieces of code: stub.setUsername and stub.setPassword, type in respectively your username and password between quotes. For the sake of confidentiality or maintenance, you can store your username and password in context variables. The list of funds provided by the Xignite Web service is identified using so-called symbols, which are of string type. In this example, we intend to fetch the list of funds whom symbol is between I and J. To do so, define the following statements: string startSymbol=I and string endSymbol=J. Then enter the piece of code to create the result table showing the list of funds (listFunds) of funds holdings using the statements defined earlier on: routines.Fund[] result = fundHoldings.listFunds(startSymbol, endSymbol); Loop on the fund list to fetch the funds ranging from I to J: for(int i = 0; i < result.length; i++) {. Define the results to return, for example: fetch the CIK data from the Security schema using the code getSecurity().getCIK(), then pass them on to the CIK output schema. The function that operates the Web service should read as follows: routines.XigniteFundHoldingsSoap_PortType fundHoldings = new routines.XigniteFundHoldingsLocator().getXigniteFundHoldingsSoap( ); routines.XigniteFundHoldingsSoap_BindingStub stub = (routines.XigniteFundHoldingsSoap_BindingStub)fundHoldings; stub.setUsername(identifiant); Stub.setPassword(mot de passe); String startSymbol="I"; String endSymbol="J"; routines.Fund[ ] result = fundHoldings.listFunds(startSymbol, endSymbol); for(int i = 0; i < result.length; i++) { output_row.CIK = (result[i]).getSecurity().getCIK(); output_row.cusip = (result[i]).getSecurity().getCusip(); output_row.symbol = (result[i]).getSecurity().getSymbol(); output_row.ISIN = (result[i]).getSecurity().getISIN(); output_row.valoren = (result[i]).getSecurity().getValoren(); output_row.name = (result[i]).getSecurity().getName(); output_row.market = (result[i]).getSecurity().getMarket(); output_row.category = (result[i]).getSecurity().getCategoryOrIndustry(); output_row.asOfDate = (result[i]).getAsOfDate();
The outputs defined in the Java function output_row.output should match exactly the columns defined in the component schema. Indeed, the case need to match in order for the data to be fetched.

Creative Commons License

Talend Open Studio Components

603

Internet components
tWebServiceInput

In the Match Brackets field, select the number of brackets to use to end the For loop, based on the number of open brackets. For this scenario, select one bracket only as only one bracket has been opened in the function. Double-click the component tLogRow to display the Component view and set its parameters. Click the three-dot [...] button next to the field Edit Schema, in order to check that the preceding component schema was properly propagated to the output component. If needed, click the Sync Columns button to retrieve the schema. Save your Job and press F6 to run it.

The funds comprised between I and J are returned and displayed in the console of Talend Open Studio.

604

Talend Open Studio Components

Creative Commons License

Internet components
tXMLRPC

tXMLRPC
tXMLRPC Properties
Component family Internet

Function Purpose Basic settings

Calls the defined method from the invoked RPC service, and returns the class as defined, based on the given parameters. Invokes a Method through a Web service and for the described purpose Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Click Sync columns to retrieve the schema from the previous component connected in the Job. In the RPC context, the schema corresponds to the output parameters. If two parameters are meant to be returned, then the schema should contain two columns. URL of the RPC service to be accessed Select this check box and fill in a username and password if required to access the service. Enter the exact name of the Method to be invoked. The Method name MUST match the corresponding method described in the RPC Service. The Method name is also case-sensitive. Select the type of data to be returned by the method. Make sure it fully matches the one defined in the method. Enter the parameters expected by the method as input parameters.

Server URL Need authentication / Username and Password Method Name

Return class

Parameters Usage Limitation

This component is generally used as a Start component. It requires to be linked to an output component. n/a

Scenario: Guessing the State name from an XMLRPC


This scenario describes a two-component Job aiming at using a RPC method and displaying the output on the console view.

Creative Commons License

Talend Open Studio Components

605

Internet components
tXMLRPC

Drop the tXMLRPC and a tLogRow components from the Palette to the design workspac. Set the tXMLRPC basic settings.

Define the Schema type as Built-in for this use case. Set a single-column schema as the expected output for the called method is only one parameter: StateName.

Then set the Server url. For this demo, use: http://phpxmlrpc.sourceforge.net/server.php No authentication details are required in this use case. The Method to be called is: examples.getStateName The return class is not compulsory for this method but might be strictly required for another. Leave the default setting for this use case. Then set the input Parameters required by the method called. The Name field is not used in the code but the value should follow the syntax expected by the method. In this example, the Name used is State Nr and the value randomly chosen is 42. The class has not much impact using this demo method but could have with another method, so leave the default setting.

606

Talend Open Studio Components

Creative Commons License

Internet components
tXMLRPC

On the tLogRow component Component view, check the box: Print schema column name in front of each value. Then save the Job and press F6 to execute it.

South Dakota is the state name found using the GetStateName RPC method and corresponds the 42nd State of the United States as defined as input parameter.

Creative Commons License

Talend Open Studio Components

607

Internet components
tXMLRPC

608

Talend Open Studio Components

Creative Commons License

Logs & Errors components


This chapter details the major components that you can find in Logs & Errors group of the Palette of Talend Open Studio. The Logs & Errors family groups the component dedicated to log information catching and job error handling.

Logs & Errors components


tChronometerStart

tChronometerStart
tChronometerStart Properties
Component family Log/Error

Function Purpose

Starts measuring the time a subjob takes to be executed. Operates as a chronometer device that starts calculating the processing time of one or more subjobs in the main Job, or that starts calculating the processing time of part of your subjob. You can use tChronometerStart as a start or middle component. It can precede one or more processing tasks in the subjob. It can precede one or more subjobs in the main Job. n/a

Usage

Limitation

Related scenario
For related scenario, see Scenario: Measuring the processing time of a subjob and part of a subjob on page 611.

610

Talend Open Studio Components

Creative Commons License

Logs & Errors components


tChronometerStop

tChronometerStop
tChronometerStop Properties
Component family Log/Error

Function Purpose

Measures the time a subjob takes to be executed. Operates as a chronometer device that stops calculating the processing time of one or more subjobs in the main Job, or that stops calculating the processing time of part of your subjob. tChronometerStop displays: the total execution time, number of runs, number of rows processed per second, and the average, minimum and maximum processing time of a row. Since options Select either check box to select measurement starting point: Since the beginning: stops time measurement launched at the beginning of a subjob. Since a tChronometerStart: stops time measurement launched at one of the tChronometerStart components used on the data flow of the subjob. When selected, it displays subjob execution information on the console. When selected, it displays the name of the component on the console. Enter desired text, to identify your subjob for example. When selected, it displays subjob execution information in readable time unites.

Basic settings

Display duration in console Display component name Caption Display human readable duration Usage Limitation

Cannot be used as a start component. n/a

Scenario: Measuring the processing time of a subjob and part of a subjob


This scenario is a Perl subjob that does the following in a sequence: generates 1000 000 rows of first and last names, replaces first names with last names, stores the output data in a delimited file, measures the duration of the subjob as a whole, measures the duration of the name replacement operation, displays the gathered information about the processing time on the Run log console. To measure the processing time of the subjob:
Creative Commons License Talend Open Studio Components 611

Logs & Errors components


tChronometerStop

Drop the following components from the Palette onto the design workspace: tRowGenerator, tMap, tFileOutputDelimited, and tChronometerStop. Connect the first three components using Main Row links.
When connecting tMap to tFileOutputDelimited, you will be prompted to name the output table. The name used in this example is new-order.

Connect tFileOutputDelimited to tChronometerStop using an OnComponentOk link. Select tRowGenerator and click the Component tab to display the component view. In the component view, click Basic settings.The Component tab opens on the Basic settings view by default.

Click Edit schema to define the schema of the tRowGenerator. For this Job, the schema is composed of two columns: First_Name and Last_Name, generated using Perl script. Click the RowGenerator Editor three-dot button to open the editor and define the data to be generated.

In the RowGenerator Editor, specify the number of rows to be generated in the Number of Rows for RowGenerator field and click OK. The RowGenerator Editor closes.

612

Talend Open Studio Components

Creative Commons License

Logs & Errors components


tChronometerStop

Double-click on the tMap component to open the Map editor. The Map editor opens displaying the input metadata of the tRowGenerator component.

In the Schema editor panel of the Map editor, click the plus button of the output table to add two rows and define them. In the Map editor, drag the First_Name row from the input table to the Last_Name row in the output table and drag the Last_Name row from the input table to the First_Name row in the output table. Click OK to close the editor.

Creative Commons License

Talend Open Studio Components

613

Logs & Errors components


tChronometerStop

Select tFileOutputDelimited and click the Component tab to display the component view. In the Basic settings view, set tFileOutputDelimited properties as needed.

Select tChronometerStop and click the Component tab to display the component view. In the Since options panel of the Basic settings view, select Since the beginning check box to measure the duration of the subjob as a whole.
t

614

Talend Open Studio Components

Creative Commons License

Logs & Errors components


tChronometerStop

Select/clear the other check boxes as needed. In this scenario, we want to display the subjob duration on the console preceded by the component name. If needed, enter a text in the Caption field. Save your Job and press F6 to execute it.

You can measure the duration of the subjob the same way by placing tChronometerStop below tRowGenerator, and connecting the latter to tChronometerStop using an OnSubjobOk link.

To measure only part of the subjob, the duration of the replacement task processed by tMap in this scenario: Drop tChronometerStart from the Palette to the design workspace. Connect tRowGenerator, tChronometerStart, and tMap using Main Row links via a right-click on each component

Place tChronometerStop between tMap and tFileOutputDelimited. Connect tMap to tChronometerStop using the Main Row link new_order, and tChronometerStop to tFileOutputDelimited using a Main Row link. In the Basic settings of the tChronometerStop component, select the Since a tChronometerStart check box and select tChronometerStart_1 from the component list.

Creative Commons License

Talend Open Studio Components

615

Logs & Errors components


tChronometerStop

Select/clear the other check boxes as needed. If needed, enter a text in the Caption field. Press F6 to execute the Job and display its result

Such usage of tChronometerStart and tChronometerStop can display the performance rate of desired components in your subjob.

616

Talend Open Studio Components

Creative Commons License

Logs & Errors components


tDie

tDie
tDie properties
Both tDie and tWarn components are closely related to the tLogCatcher component.They generally make sense when used alongside a tLogCatcher in order for the log data collected to be encapsulated and passed on to the output defined.
Component family Log & Error

Function Purpose Basic settings

Kills the current Job. Generally used with a tCatch for log purpose. Triggers the tLogCatcher component for exhaustive log before killing the Job. Die message Error code Priority Enter the message to be displayed before the Job is killed. Enter the error code if need be, as an integer Set the level of priority, as an integer

Usage Limitation

Cannot be used as a start component. n/a

Related scenarios
For uses cases in relation with tDie, see tLogCatcher scenarios: Scenario1: warning & log on entries on page 624 Scenario 2: log & kill a Job on page 626

Creative Commons License

Talend Open Studio Components

617

Logs & Errors components


tFlowMeter

tFlowMeter
tFlowMeter Properties
Component family Log/Error

Function Purpose Basic settings

Counts the number of rows processed in the defined flow. The number of rows is then meant to be caught by the tFlowMeterCatcher for logging purpose. Use input connection name as label Mode Select this check box to reuse the name given to the input main row flow as label in the logged data. Select the type of values for the data measured: Absolute: the actual number of rows is logged Relative: a ratio (%) of the number of rows is logged. When selecting this option, the reference Adds a threshold to watch proportions in volumes measured. you can decide that the normal flow has to be between low and top end of a row number range, and if the flow is under this low end, there is a bottleneck.

Thresholds

Usage Limitation

Cannot be used as a start component as it requires an input flow to operate. n/a

If you have a need of log, statistics and other measurement of your data flowsAutomating statistics & logs use in Talend Open Studio User Guide.

Related scenario
For related scenario, see Scenario: Catching flow metrics from a Job on page 620.

618

Talend Open Studio Components

Creative Commons License

Logs & Errors components


tFlowMeterCatcher

tFlowMeterCatcher
tFlowMeterCatcher Properties
Component family Log & Error

Function

Based on a defined sch.ema, the tFlowMeterCatcher catches the processing volumetric from the tFlowMeter component and passes them on to the output component. Operates as a log function triggered by the use of a tFlowMeter component in the Job. Schema type A schema is a row description, i.e., it defines the fields to be processed and passed on to the next component. In this particular case, the schema is read-only, as this component gathers standard log information including: Moment: Processing time and date Pid: Process ID Father_pid: Process ID of the father Job if applicable. If not applicable, Pid is duplicated. Root_pid: Process ID of the root Job if applicable. If not applicable, pid of current Job is duplicated. System_pid: Process id generated by the system Project: Project name, the Job belongs to. Job: Name of the current Job Job_repository_id: ID generated by the application. Job_version: Version number of the current Job Context: Name of the current context Origin: Name of the component if any Label: Label of the row connection preceding the tFlowMeter component in the Job, and that will be analyzed for volumetrics. Count: Actual number of rows being processed Reference: Name of the reference row as defined in the tFlowMeter component for relative counting mode. Thresholds: Only used when the relative mode is selected in the tFlowMeter component.

Purpose Basic settings

Usage Limitation

This component is the start component of a secondary Job which triggers automatically at the end of the main Job. The use of this component cannot be separated from the use of the tFlowMeter. For more information, see tFlowMeter on page 618.

Creative Commons License

Talend Open Studio Components

619

Logs & Errors components


tFlowMeterCatcher

Scenario: Catching flow metrics from a Job


The following basic Job aims at catching the number of rows being passed in the flow processed. The measures are taken twice, once after the input component, that is, before the filtering step and once right after the filtering step, that is, before the output component.

Drop the following components from the Palette to the design workspace: tMysqlInput, tFlowMeter (x2), tMap, tLogRow, tFlowMeterCatcher and tFileOutputCSV. Link components using row main connections and click on the label to give consistent name throughout the Job, such as US_States from the input component and filtered_states for the output from the tMap component, for example. Link the tFlowMeterCatcher to the tFileOutputCSV component using a row main link also as data is passed. On the tMysqlInput Component view, configure the connection properties as Repository, if the table metadata are stored in the Repository. Or else, set the Type as Built-in and configure manually the connection and schema details if they are built-in for this Job.

The Schema is simply made of two columns: idState and LabelState. The Query type is Built-in for this Job example. The 50 States of the USA are recorded in the table us_states. In order for all 50 entries of the table to get selected, the query to run onto the Mysql database is as follows: select * from us_states. Select the relevant Encoding type in the list. Then select the following component which is a tFlowMeter and set its properties.

620

Talend Open Studio Components

Creative Commons License

Logs & Errors components


tFlowMeterCatcher

Select the check box Use input connection name as label, in order to reuse the label you chose in the log output file (tFileOutputCSV). The mode is Absolute as there is no reference flow to meter against, also no Threshold is to be set for this example. Then launch the tMap editor to set the filtering properties. For this use case, drag and drop the ID and States columns from the Input area of the tMap towards the Output area. No variable is used in this example.

On the Output flow area (labelled filtered_states in this example), click the arrow & plus button to activate the expression filter field. Drag the LabelState column from the Input area (row2) towards the expression filter field and type in the rest of the expression in order to filter the state labels starting with the letter M. The final expression looks like: row2.LabelState.startsWith("M") Click OK to validate the setting. Then select the second tFlowMeter component and set its properties.

Creative Commons License

Talend Open Studio Components

621

Logs & Errors components


tFlowMeterCatcher

Select the check box Use input connection name as label. Select Relative as Mode and in the Reference connection list, select US_States as reference to be measured against. Once again, no threshold is used for this use case. No particular setting is required in the tLogRow. Neither does the tFlowMeterCatcher as this components properties are limited to a preset schema which includes typical log information. So eventually set the log output component (tFileOutputCSV).

Select the Append check box in order to log all tFlowMeter measures. Then save your Job and press F6 to execute it.

622

Talend Open Studio Components

Creative Commons License

Logs & Errors components


tFlowMeterCatcher

The Run view shows the filtered state labels as defined in the Job.

In the delimited csv file, the number of rows shown in column count varies between tFlowMeter1 and tFlowMeter2 as the filtering has then been carried out. The reference column shows also this difference.

Creative Commons License

Talend Open Studio Components

623

Logs & Errors components


tLogCatcher

tLogCatcher
tLogCatcher properties
Both tDie and tWarn components are closely related to the tLogCatcher component.They generally make sense when used alongside a tLogCatcher in order for the log data collected to be encapsulated and passed on to the output defined.
Component family Log & Error

Function Purpose Basic settings

Fetches set fields and messages from Java Exception/PerlDie, tDie and/or tWarn and passes them on to the next component. Operates as a log function triggered by one of the three: Java exception/PerlDie, tDie or tWarn, to collect and transfer log data. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide Catch PerlDie Select this check box to trigger the tCatch function Catch Java Exception when a PerlDie/Java Exception occurs in the Job Catch tDie Catch tWarn Select this check box to trigger the tCatch function when a tDie is called in a Job Select this check box to trigger the tCatch function when a tWarn is called in a Job

Usage Limitation

This component is the start component of a secondary Job which automatically triggers at the end of the main Job n/a

Scenario1: warning & log on entries


In this basic scenario made of three components, a tRowGenerator creates random entries (id to be incremented). The input hits a tWarn component which triggers the tLogCatcher subjob. This subjob fetches the warning message as well as standard predefined information and passes them on to the tLogRow for a quick display of the log data.

624

Talend Open Studio Components

Creative Commons License

Logs & Errors components


tLogCatcher

Drop a tRowGenerator, a tWarn, a tLogCatcher and a tLogRow from the Palette, on your design workspace Connect the tRowGenerator to the tWarn component. Connect separately the tLogCatcher to the tLogRow. On the tRowGenerator editor, set the random entries creation using a basic Perl function:

On the tWarn Component view, set your warning message, the code the priority level. In this case, the message is this is a warning. For this scenario, we will concatenate a Perl function to the message above, in order to collect the first value from the input table.

On the Basic settings view of tLogCatcher, select the tWarn check box in order for the message from the latter to be collected by the subjob. Click Edit Schema to view the schema used as log output. Notice that the log is comprehensive.

Creative Commons License

Talend Open Studio Components

625

Logs & Errors components


tLogCatcher

Press F6 to execute the Job. Notice that the Log produced is exhaustive.

Scenario 2: log & kill a Job


This scenario uses a tLogCatcher and a tDie component. A tRowGenerator is connected to a tFileOutputDelimited using a Row link. On error, the tDie triggers the catcher subjob which displays the log data content on the Run console.

Drop all required components from various folders of the Palette to the design workspace: tRowGenerator, tFileOutputDelimited, tDie, tLogCatcher, tLogRow. On the tRowGenerator Component view, define the setting of the input entries to be handled.

Edit the schema and define the following columns as random input examples: id, name, quantity, flag and creation. Set the Number of rows onto 0. This will constitute the error which the Die operation is based on. On the Values table, define the Perl array functions to feed the input flow. Define the tFileOutputDelimited to hold the possible output data. The row connection from the tRowGenerator feeds automatically the output schema. The separator is a simple semi-colon.
626 Talend Open Studio Components Creative Commons License

Logs & Errors components


tLogCatcher

Connect this output component to the tDie using a Trigger > If connection. Double-click on the newly created connection to define the if: $_globals{tRowGenerator_1}{NB_LINE} <= 0 Then double-click to select and define the Basic settings of the tDie component.

Enter your Die message to be transmitted to the tLogCatcher before the actual kill-job operation happens. Next to the Job but not physically connected to it, drop a tLogCatcher from the Palette to the design workspace and connect it to a tLogRow component. Define the tLogCatcher Basic settings. Make sure the tDie box is selected in order to add the Die message to the Log information transmitted to the final component.

Press F6 to run the Job and notice that the log contains a black message and a red one. The black log data come from the tDie and are transmitted by the tLogCatcher. In addition the normal PerlDie message in red displays as a Job abnormally died.

Creative Commons License

Talend Open Studio Components

627

Logs & Errors components


tLogRow

tLogRow
tLogRow properties
Component family Log & Error

Function Purpose Basic settings

Displays data or results in the Run console tLogRow helps monitoring data processed. Print values in table cells Separator The output flow displays in table cells. Enter the separator which will delimit data on the Log display

Print component Select this check box in case several LogRow unique name in front components are used. Allows to differentiate of each output row outputs Print schema column name in front of each value Use fixed length for values Usage Limitation Select this check box to retrieve column labels from output schema. Select this check box to set a fixed width for the value display.

This component can be used as intermediate step in a data flow or as a n end object in the job flowchart. n/a

Scenario: Delimited file content display


Related topics using a tLogRow component: tFileInputDelimited Scenario: Delimited file content display on page 495. tContextLoad Scenario: Dynamic context use in MySQL DB insert on page 652 tWarn, tDie, tLogCatcher Scenario1: warning & log on entries on page 624 and Scenario 2: log & kill a Job on page 626

628

Talend Open Studio Components

Creative Commons License

Logs & Errors components


tStatCatcher

tStatCatcher
tStatCatcher Properties
Component family Log & Error

Function Purpose

Based on a defined sch.ema, gathers the job processing metadata at a job level as well as at each component level. Operates as a log function triggered by the StatsCatcher Statistics check box of individual components, and collects and transfers this log data to the output defined. Schema type A schema is a row description, i.e., it defines the fields to be processed and passed on to the next component. In this particular case, the schema is read-only, as this component gathers standard log information including: Moment: Processing time and date Pid: Process ID Father_pid: Process ID of the father Job if applicable. If not applicable, Pid is duplicated. Root-pid: Process ID of the root Job if applicable. If not applicable, pid of current Job is duplicated. Project: Project name, the Job belongs to. Job: Name of the current Job Context: Name of the current context Origin: Name of the component if any Message: Begin or End.

Basic settings

Usage

This component is the start component of a secondary Job which triggers automatically at the end of the main Job. The processing time is also displayed at the end of the log. n/a

Limitation

Scenario: Displaying job stats log


This scenario describes a four-component Job, aiming at displaying on the Run console the statistics log fetched from the file generation through the tStatCatcher component.

Creative Commons License

Talend Open Studio Components

629

Logs & Errors components


tStatCatcher

Drop the required components: tRowGenerator, tFileOutputDelimited, tStatCatcher and tLogRow from the Palette to the design workspace. In the Basic settings panel of tRowGenerator, define the data to be generated. For this Job, the schema is composed of three columns: ID_Owners, Name_Customer and ID_Insurance, generated using Perl script.

The number of rows can be restricted to 100. Click on the Main tab of the Component view.

And select the tStatCatcher Statistics check box to enable the statistics fetching operation. Then, define the output components properties. In the tFileOutputDelimited Component view, browse to the output file or enter a name for the output file to be created. Define the delimiters, such as semi-colon, and the encoding. Click on Edit schema and make sure the schema is recollected from the input schema. If need be, click on Sync Columns. Then click on the Basic settings tab of the Component view, and select here as well the tStatCatcher Statistics check box to enable the processing data gathering.

630

Talend Open Studio Components

Creative Commons License

Logs & Errors components


tStatCatcher

In the secondary Job, double-click on the tStatCatcher component. Note that the Properties are provided for information only as the schema representing the processing data to be gathered and aggregated in statistics, is defined and read-only.

Define then the tLogRow to set the delimiter to be displayed on the console. Eventually, press F6 to run the Job and display the job result.

The log shows the Begin and End information for the Job itself and for each of the component used in the Job.

Creative Commons License

Talend Open Studio Components

631

Logs & Errors components


tWarn

tWarn
tWarn Properties
Both tDie and tWarn components are closely related to the tLogCatcher component.They generally make sense when used alongside a tLogCatcher in order for the log data collected to be encapsulated and passed on to the output defined.
Component family Log/Error

Function Purpose Basic settings

Provides a priority-rated message to the next component Triggers a warning often caught by the tLogCatcher component for exhaustive log. Warn message Code Priority Type in your warning message Define the code level Enter the priority level as an integer

Usage Limitation

Cannot be used as a start component. If an output component is connected to it, an input component should be preceding it. n/a

Related scenarios
For uses cases in relation with tWarn, see tLogCatcher scenarios: Scenario1: warning & log on entries on page 624 Scenario 2: log & kill a Job on page 626

632

Talend Open Studio Components

Creative Commons License

Misc group components


This chapter details the major components that you can find in Misc group of the Palette of Talend Open Studio. The Misc family gathers miscellaneous components covering needs such as creating set of dummy data rows, buffering data, loading context variables.

Misc group components


tAddLocationFromIP

tAddLocationFromIP
tAddLocationFromIP Properties
Component family Misc

Function Purpose

tAddLocationFromIP replaces IP addresses with geographical locations. tAddLocationFromIP helps you to geolocate visitors through their IP addresses. It identifies visitors geographical locations i.e. country, region, city, latitude, longitude, ZIP code...etc.using an IP address lookup database file. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository. Built-in: You create and store the schema locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: Select the Repository file where Properties are stored. When selected, the fields that follow are pre-defined using fetched data. Database Filepath Input parameters The path to the IP address lookup database file. Input column: Select the input column from which the input values are to be taken. input value is a hostname: Check if the input column holds hostnames. input value is an IP address: Check if the input column holds IP addresses. Location type Country code: Check to replace IP with country code. Country name: Check to replace IP with country name.

Basic settings

Usage

This component is an intermediary step in the data flow allowing to replace IP with geolocation information. It can not be a start component as it requires an input flow. It also requires an output component. n/a

Limitation

Scenario: Identifying a real-world geographic location of an IP


The following Java scenario creates a three-component Job that associates an IP with a geographical location. It obtains a site visitors geographical location based on its IP.
634 Talend Open Studio Components Creative Commons License

Misc group components


tAddLocationFromIP

Drop the following components from the Palette onto the design workspace: tFixedFlowInput, tAddLocationFromIP, and tLogRow. Connect the three components using Row Main links.

In the design workspace, select tFixedFlowInput. Click the Component tab to define the basic settings for tFixedFlowInput. Set the Schema Type to Built-In and click the three-dot [...] button next to Edit Schema to define the data you want to use as input. In this scenario, the schema is made of one column that holds an IP address.

Click OK to close the dialog box, and accept propagating the changes when prompted by the system. The defined column displays in the Values panel of the Basic settings view. Click in the Value cell and set the value for the IP address.

In the Number of rows field, enter the number of rows to be generated. In the design workspace, select tAddLocationFromIP. Click the Component tab to define the basic settings for tAddLocationFromIP.

Creative Commons License

Talend Open Studio Components

635

Misc group components


tAddLocationFromIP

Click the Sync columns button to synchronize the schema with the input schema set with tFixedFlowInput. Browse to the GeoIP.dat file to set its path in the Database filepath field.
Make sure to download the latest version of the IP address lookup database file from the relevant site as indicated in the Basic settings view of tAddLocationFromIp.

In the Input parameters panel, set your input parameters as needed. In this scenario, the input column is the ip column defined earlier that holds an IP address. In the Location type panel, set location type as needed. In this scenario, we want to display the country name. In the design workspace, select tLogRow. Click the Component tab and define the basic settings for tLogRow as needed. In this scenario, we want to display values in cells of a table. Save your Job and press F6 to execute it.

The only row is generated to display the country name that is associated with the set IP address.

636

Talend Open Studio Components

Creative Commons License

Misc group components


tBufferInput

tBufferInput
tBufferInput properties
Component family Misc

Function Purpose Basic settings

This component retrieves bufferized data in order to process it in a second subjob. The tBufferInput component retrieves data bufferized via a tBufferOutput component, for example, to process it in another subjob. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. In the case of tBufferInput, the column position is more important than the column label as this will be taken into account. Built-in: You create the schema and store it locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: You have already created the schema and stored it in the Repository, hence can be reused in various projects and job designs. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Usage

This component is the start component of a secondary Job which is triggered automatically at the end of the main Job.

Scenario: Retrieving bufferized data (Java)


This scenario describes a Job that retrieves bufferized data from a subjob and displays it on the console.

Creative Commons License

Talend Open Studio Components

637

Misc group components


tBufferInput

Drop the following components from the Palette onto the design workspace: tFileInputDelimited and tBufferOutput. Select the tFileInputDelimited and on the Basic Settings tab of the Component view, set the access parameters to the input file.

In the File Name field, browse to the delimited file holding the data to be bufferized. Define the Row and Field separators, as well as the Header. Click [...] next to the Schema type field to describe the structure of the file.

Describe the Schema of the data to be passed on to the tBufferOutput component. Select the tBufferOutput component and set the parameters on the Basic Settings tab of the Component view.

638

Talend Open Studio Components

Creative Commons License

Misc group components


tBufferInput

Generally speaking, the schema is propagated from the input component and automatically fed into the tBufferOutput schema. But you can also set part of the schema to be bufferized if you want to. Drop the tBufferInput and tLogRow components from the Palette onto the design workspace below the subjob you just created. Connect tFileInputDelimited and tBufferInput via a Trigger > OnSubjobOk link and connect tBufferInput and tLogRow via a Row > Main link. Double-click tBufferInput to set its Basic settings in the Component view. In the Basic settings view, click [...] next to the Edit Schema field to describe the structure of the file.

Use the schema defined for the tFileInputDelimited component and click OK. The schema of the tBufferInput component is automatically propagated to the tLogRow. Otherwise, double-click tLogRow to display the Component view and click Sync column. Save your Job and press F6 to execute it.

The standard console returns the data retrieved from the buffer memory.

Creative Commons License

Talend Open Studio Components

639

Misc group components


tBufferOutput

tBufferOutput
tBufferOutput properties
Component family Misc

Function Purpose

This component collects data in a buffer in order to access it later via webservice for example. This component allows a Webservice to access data. Indeed it had been designed to be exported as Webservice in order to access data on the web application server directly. For more information, see Exporting Jobs as Webservice in Talend Open Studio User Guide. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. In the case of the tBufferOutput, the column position is more important than the column label as this will be taken into account. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job designs. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Basic settings

Usage

This component is not startable (green background) and it requires an output component.

Scenario1: Buffering data (Java)


This scenario describes an intentionally basic Job that bufferizes data in a child job while a parent Job simply displays the bufferized data onto the standard output console. For an example of how to use tBufferOutput to access output data directly on the Web application server, see Scenario 2: Buffering output data on the webapp server on page 643.

640

Talend Open Studio Components

Creative Commons License

Misc group components


tBufferOutput

Create two Jobs: a first Job (BufferFatherJob) runs the second Job and displays its content onto the Run console. The second Job (BufferChildJob) stores the defined data into a buffer memory. On the first Job, drop the following components: tRunJob and tLogRow from the Palette to the design workspace. On the second Job, drop the following components: tFileInputDelimited and tBufferOutput the same way. Lets set the parameters of the second Job first: Select the tFileInputDelimited and on the Basic Settings tab of the Component view, set the access parameters to the input file.

In File Name, browse to the delimited file whose data are to be bufferized. Define the Row and Field separators, as well as the Header.

Creative Commons License

Talend Open Studio Components

641

Misc group components


tBufferOutput

Describe the Schema of the data to be passed on to the tBufferOutput component. Select the tBufferOutput component and set the parameters on the Basic Settings tab of the Component view.

Generally the schema is propagated from the input component and automatically fed into the tBufferOutput schema. But you could also set part of the schema to be bufferized if you want to. Now on the other Job (BufferFatherJob) Design, define the parameters of the tRunJob component.

Edit the Schema if relevant and select the column to be displayed. The schema can be identical to the bufferized schema or different. You could also define context parameters to be used for this particular execution. To keep it simple, the default context with no particular setting is used for this use case. Press F6 to execute the parent Job. The tRunJob looks after executing the child Job and returns the data onto the standard console:

642

Talend Open Studio Components

Creative Commons License

Misc group components


tBufferOutput

Scenario 2: Buffering output data on the webapp server


This scenario describes a Job that is called as a Webservice and stores the output data in a buffer directly on the server of the Web application. This scenario creates first a Webservice oriented Job with context variables, and next exports the Job as a Webservice. Creating a Webservice oriented Job with context variables: Drop the following components from the Palette onto the design workspace: tFixedFlowInput and tBufferOutput. Connect tFixedFlowInput to tBufferOutput using a Row Main link.

In the design workspace, select tFixedFlowInput. Click the Component tab to define the basic settings for tFixedFlowInput. Set the Schema Type to Built-In and click the three-dot [...] button next to Edit Schema to describe the data structure you want to create from internal variables. In this scenario, the schema is made of three columns, now, firstname, and lastname.

Click the plus button to add the three parameter lines and define your variables. Click OK to close the dialog box and accept propagating the changes when prompted by the system. The three defined columns display in the Values panel of the Basic settings view of tFixedFlowInput.

Creative Commons License

Talend Open Studio Components

643

Misc group components


tBufferOutput

Click in the Value cell of each of the first two defined columns and press Ctrl+Space to access the global variable list. From the global variable list, select TalendDate.getCurrentDate() and talendDatagenerator.getFirstName, for the now and firstname columns respectively. For this scenario, we want to define two context variables: nb_lines and lastname. In the first we set the number of lines to be generated, and in the second we set the last name to display in the output list. The tFixedFlowInput component will generate the number of lines set in the context variable with the three columns: now, firstname and lastname. For more information about how to create and use context variables, see Defining variables on the Contexts view of Talend Open Studio User Guide. To define the two context variables: Select tFixedFlowInput and click the Contexts tab. In the Variables view, click the plus button to add two parameter lines and define them.

Click the Values as table tab and define the first parameter to set the number of lines to be generated and the second to set the last name to be displayed.

644

Talend Open Studio Components

Creative Commons License

Misc group components


tBufferOutput

Click the Component tab to go back to the Basic settings view of tFixedFlowInput. Click in the Value cell of lastname column and press Ctrl+Space to access the global variable list. From the global variable list, select context.lastname, the context variable you created for the last name column.

Creative Commons License

Talend Open Studio Components

645

Misc group components


tBufferOutput

Exporting your Job as a Webservice: Before exporting your Job as a Web service, see Exporting job scripts in Talend Open Studio User Guide for more information. In the Repository view, right-click on the above created Job and select Export Job Scripts. The [Export Job Scripts] dialog box displays.

Click the Brows... button to select a directory to archive your Job in. In the Export type panel, select the export type you want to use in the Tomcat webapp directory (WAR in this example) and click Finish. The [Export Job Scripts] dialog box disappears. Copy the War folder and paste it in a Tomcat webapp directory.

Scenario 3: Calling a Job with context variables from a browser


This scenario describes how to call the Job you created in scenario 2 from your browser with/without modifying the values of the context variables.

646

Talend Open Studio Components

Creative Commons License

Misc group components


tBufferOutput

Type the following URL into your browser: http://localhost:8080//export_job/services/export_job3?method=runJob where export_job is the name of the webapp directory deployed in Tomcat and export_job3 is the name of the Job.

Click Enter to execute your Job from your browser.

The Job uses the default values of the context variables: nb_lines and lastname, that is it generates three lines with the current date, first name and Ford as a last name. You can modify the values of the context variables directly from your browser. To call the Job from your browser and modify the values of the two context variables, type the following URL: http://localhost:8080//export_job/services/export_job3?method=runJob&arg1=--context_param %20lastname=MASSY&arg2=--context_param%20nb_lines=2. %20 stands for a blank space in the URL language. In the first argument arg1, you set the value of the context variable to display MASSY as last name. In the second argument arg2, you set the value of the context variable to 2 to generate only two lines. Click Enter to execute your Job from your browser.

Creative Commons License

Talend Open Studio Components

647

Misc group components


tBufferOutput

The Job generates two lines with MASSY as last name.

Scenario 4: Calling a Job exported as Webservice in another Job


This scenario describes a Job that calls another Job exported as a Webservice using the tWebServiceInput. This scenario will call the Job created in scenario 2. Drop the following components from the Palette onto the design workspace: tWebServiceInput and tLogRow. Connect tWebserviceInput to tLogRow using a Row Main link.

In the design workspace, select tWebServiceInput. Click the Component tab to define the basic settings for tWebServiceInput.

648

Talend Open Studio Components

Creative Commons License

Misc group components


tBufferOutput

Set the Schema Type to Built-In and click the three-dot [...] button next to Edit Schema to describe the data structure you want to call from the exported Job. In this scenario, the schema is made of three columns, now, firstname, and lastname.

Click the plus button to add the three parameter lines and define your variables.Click OK to close the dialog box. In the WSDL field of the Basic settings view of tWebServiceInput, enter the URL http://localhost:8080/export_job/services/export_job3?WSDL where export_job is the name od the webapp directory where the Job to call is stored and export_job3 is the name of the Job itself.

In the Method name field, enter runJob. In the Parameters panel, Click the plus button to add two parameter lines to define your context variables. Click in the first Value cell to enter the parameter to set the number of generated lines using the following syntax: --context_param nb_line=3.

Creative Commons License

Talend Open Studio Components

649

Misc group components


tBufferOutput

Click in the second Value cell to enter the parameter to set the last name to display using the following syntax: --context_param lastname=Ford. Select tLogRow and click the Component tab to display the component view. Set the Basic settings for the tLogRow component to display the output data in a tabular mode. For more information, see tLogRow on page 628. Save your Job and press F6 to execute it.

The system generates three columns with the current date, first name, and last name and displays them onto the log console in a tabular mode.

650

Talend Open Studio Components

Creative Commons License

Misc group components


tContextDump

tContextDump
tContextDump properties
Component family Misc

Function Purpose

tContextDump makes a dump copy the values of the active job context. tContextDump can be used to transform the current context parameters into a flow that can then be used in a tContextLoad. This feature is very convenient in order to define once only the context and be able to reuse it in numerous Jobs via the tContextLoad. Schema type and Edit Schema In the tContextDump use, the schema is read only and made of two columns, Key and Value, corresponding to the parameter name and the parameter value to be copied. A schema is a row description, i.e., it defines the fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Print operations Select this check box to display the context parameters set in the Run view.

Basic settings

Usage Limitation

This component creates from the current context values, a data flow, therefore it requires to be connected to an output component. tContextDump does not create any non-defined context variable.

Related Scenario
No scenario is available for this component yet.

Creative Commons License

Talend Open Studio Components

651

Misc group components


tContextLoad

tContextLoad
tContextLoad properties
Component family Misc

Function Purpose

tContextLoad modifies dynamically the values of the active context. tContextLoad can be used to load a context from a flow. This component performs also two controls. It warns when the parameters defined in the incoming flow are not defined in the context, and the other way around, it also warns when a context value is not initialized in the incoming flow. But note that this does not block the processing. Schema type and Edit Schema In the tContextLoad use, the schema must be made of two columns, including the parameter name and the parameter value to be loaded. A schema is a row description, i.e., it defines the fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Print operations Select this check box to display the context parameters set in the Run view.

Basic settings

Usage

This component relies on the data flow to load the context values to be used, therefore it requires a preceding input component and thus cannot be a start component. tContextLoad does not create any non-defined variable in the default context.

Limitation

Scenario: Dynamic context use in MySQL DB insert


This scenario is made of two subjobs. The first subjob aims at dynamically load the context parameters, and the second subjob uses the loaded context to display the content of a DB table.

652

Talend Open Studio Components

Creative Commons License

Misc group components


tContextLoad

For the first subjob, drop a tFilelist, tFileInputDelimited, tContextLoad from the Palette to the design workspace. Drop tMysqlInput and a tLogRow the same way for the second subjob. Connect all the components together. Create as many delimited files as there are different contexts and store them in a specific directory, named Contexts. In this scenario, test.txt contains the local database connection details for testing purpose. And prod.txt holds the actual production db details. Each file is made of two fields, contain the parameter name and the corresponding value, according to the context.

In the tFileList component Basic settings panel, select the directory where both context files, test and prod, are held. In the tFileInputDelimited component Basic settings panel, press Ctrl+Space bar to access the global variable list. Select $_globals{tFileList_1}{CURRENT_FILEPATH} to loop on the context files directory. Define the schema manually (Built-in). It contains two columns defined as: Key and Value. Accept the defined schema to be propagated to the next component (tContextLoad). For this scenario, select the Print operations check box in order for the context parameters in use to be displayed on the Run panel. Then double-click to open the tMySQLInput component Basic settings.

Creative Commons License

Talend Open Studio Components

653

Misc group components


tContextLoad

For each of the field values being stored in a context file, press F5 and define the user-defined context parameter. For example: The Host field has for value parameter $_context{host} (in Perl), as the parameter name is host in the context file. Its actual value being talend-dbms.

Then fill in the Schema information. If you store the schema in the Repository Metadata, then you can retrieve by selecting Repository and the relevant entry in the list. And type in the SQL Query to be executed on the DB table specified. In this case, a simple select of three columns of the table, which will be displayed on the Run tab, through the tLogRow component. Eventually, press F6 to run the Job.

The context parameters as well as the select values from the DB table are all displayed on the Run view.

654

Talend Open Studio Components

Creative Commons License

Misc group components


tMsgBox

tMsgBox
tMsgBox properties
Component family Misc

Function Purpose Basic settings

Opens a dialog box with an OK button requiring action from the user. tMsgBox is a graphical break in the job execution progress. Title Buttons Text entered shows on the title bar of the dialog box created. Listbox of buttons you want to include in the dialog box. The button combinations are restricted and cannot be changed. Icon shows on the title bar of the dialog box. Free text to display as message on the dialog box. Text can be dynamic (for example: retrieve and show a file name).

Icon Message

Usage

This component can be used as intermediate step in a data flow or as a start or end object in the job flowchart. It can be connected to the next/previous component using either a Row or Iterate link. For Perl users: Make sure the relevant package is installed.

Limitation

Scenario: Hello world! type test


The following scenario creates a single-component Job, where tMsgBox is used to display the pid (process id) in place of the traditional Hello World! message. Drop a tMsgBox component from the Palette to the design workspace. Define the dialog box display properties:

Creative Commons License

Talend Open Studio Components

655

Misc group components


tMsgBox

My Title is the message box title, it can be any variable. In the Message field comes the message text in quotes concatenated with the Perl scalar variable ($$) containing the pid for this example. Switch to the Run tab to execute the Job defined. The Message box displays the message and requires the user to click OK to go to the next component or end the Job.

After the user clicked OK, the Run log is updated accordingly. Related topic: Running a Job of Talend Open Studio User Guide.

656

Talend Open Studio Components

Creative Commons License

Misc group components


tRowGenerator

tRowGenerator
tRowGenerator properties
Component family Misc

Function Purpose Basic settings

tRowGenerator generates as many rows and fields as needed using random values taken in a list. Can be used to create an input flow in a Job for testing purpose in particular for boundary test sets Row generation editor The editor allows you to define precisely the columns and nature of data to be generated. You can use predefined routines or type in yourself the function to be used to generate the data specified

Usage Limitation

The tRowGenerator Editors ease of use allows users without any Perl or Java knowledge to generate random data for test purpose. n/a

The tRowGenerator Editor opens up on a separate window made of two parts: a Schema definition panel at the top of the window and a Function definition and preview panel at the bottom.

Defining the schema


First you need to define the structure of data to be generated. Add as many columns to your schema as needed, using the plus (+) button. Type in the names of the columns to be created in the Columns area and select the Key check box if required Make sure you define then the nature of the data contained in the column, by selecting the Type in the list. According to the type you select, the list of Functions offered will differ. This information is therefore compulsory.

Some extra information, although not required, might be useful such as Length, Precision or Comment. You can also hide these columns, by clicking on the Columns drop-down button next to the toolbar, and unchecking the relevant entries on the list.

Creative Commons License

Talend Open Studio Components

657

Misc group components


tRowGenerator

In the Function area, you can select the predefined routine/function if one of them corresponds to your needs.You can also add to this list any routine you stored in the Routine area of the Repository. Or you can type in the function you want to use in the Function definition panel. Related topic: Defining the function on page 658 of Talend Open Studio User Guide Click Refresh to have a preview of the data generated. Type in a number of rows to be generated. The more rows to be generated, the longer itll take to carry out the generation operation.
The functions list differs from Perl to Java.

Defining the function


You selected the three dots [...] as Function in the Schema definition panel, as you want to customize the function parameters. Select the Function parameters tab The Parameter area displays Customized parameter as function name (read-only)

In the Value area, type in the Perl or Java function to be used to generate the data specified. Click on the Preview tab and click Preview to check out a sample of the data generated.

Scenario: Generating random java data


The following scenario creates a two-component Job made in Java, generating 50 rows structured as follows: a randomly picked-up ID in a 1-to-3 range, a random ascii First Name and Last Name generation and a random date taken in a defined range.

Drop a tRowGenerator and a tLogRow component from the Palette to the design workspace. Right-click on the tRowGenerator component and select Row > Main. Drag this main row link onto the tLogRow component and release when the plug symbol displays.

658

Talend Open Studio Components

Creative Commons License

Misc group components


tRowGenerator

Double-click on the tRowGenerator component to open the Editor. Define the fields to be generated.

The random ID column is of integer type, the First and Last names are of string type and the Date is of date type. In the Function list, select the relevant function or set on the three dots for custom function. On the Function parameters tab, define the Values to be randomly picked up.

First_Name and Last_Name columns are to be generated using the getAsciiRandomString function that is predefined in the system routines. By default the length defined is 6 character-long. But you can change it if need be. The Date column calls the also predefined getRandomDate function. You can edit the parameter values in the Function parameters tab. Set the Number of Rows to be generated to 50. Click OK to validate the setting. Double-click on the tLogRow component to view the Basic settings. The default setting is retained for this Job. Press F6 to run the Job.

Creative Commons License

Talend Open Studio Components

659

Misc group components


tRowGenerator

The 50 rows are generated following the setting defined in the tRowGenerator editor and the output is displayed in the Run console.

660

Talend Open Studio Components

Creative Commons License

MultiSchema components
This chapter details the major components that you can find in MultiSchema group of the Palette of Talend Open Studio. The MultiSchema family groups components that read and write multiple schemas in delimited, positional, and XML file types.

MultiSchema components
tFileInputMSDelimited

tFileInputMSDelimited
tFileInputMSDelimited properties
Component family MultiSchema or File/Input tFileInputMSDelimited reads a complex multi-structured delimited file. tFileInputMSDelimited opens a complex multi-structured file, reads its data structures (schemas) and then uses Row links to send fields as defined in the different schemas to the next job components. Multi Schema Editor The [Multi Schema Editor] helps to build and configure the data flow in a multi-structure delimited file to associate one schema per output. For more information, see The Multi Schema Editor on page 662. Lists all the schemas you define in the [Multi Schema Editor], along with the related record type and the field separator that corresponds to every schema, if different field separators are used.

Function Purpose

Basic settings

Output

Usage

Use this component to read multi-structured delimited files and separate fields contained in these files using a defined separator.

The Multi Schema Editor


The [Multi Shema Editor] enables you to: set the path to the source file, define the source file properties, define data structure for each of the output schemas.
When you define data structure for each of the output schemas in the [Multi Schema Editor], column names in the different data structures automatically appear in the input schema lists of the components that come after tFileInputMSDelimited. However, you can still define data structures directly in the Basic settings view of each of these components.

The [Multi Shema Editor] also helps to declare the schema that should act as the source schema (primary key) from the incoming data to insure its unicity.The editor uses this mapping to associate all schemas processed in the delimited file to the source schema in the same file.
The editor opens with the first column, that usually holds the record type indicator, selected by default. However, once the editor is open, you can select the check box of any of the schema columns to define it as a primary key.

The below figure illustrates an example of the [Multi Schema Editor].

662

Talend Open Studio Components

Creative Commons License

MultiSchema components
tFileInputMSDelimited

For detailed information about the usage of the Multi Schema Editor, see Scenario: Reading a multi structure delimited file on page 663.

Scenario: Reading a multi structure delimited file


The following scenario creates a Java Job which aims at reading three schemas in a delimited file and displaying their data structure on the Run Job console. The delimited file processed in this example looks like the following:

Creative Commons License

Talend Open Studio Components

663

MultiSchema components
tFileInputMSDelimited

Drop a tFileInputMSDelimited and tLogRow (X3) components from the Palette onto the design workspace. Double-click tFileInputMSDelimited to open the Multi Schema Editor.

Click Browse... next to the File name field to locate the multi schema delimited file you need to process. In the File Settings area: -Select from the list the encoding type the source file is encoded in. This setting is meant to ensure encoding consistency throughout all input and output files. -Select the field and row separators used in the source file.
Select the Use Multiple Separator check box and define the fields that follow accordingly if different field separators are used to separate schemas in the source file.

A preview of the source file data displays automatically in the Preview panel.

664

Talend Open Studio Components

Creative Commons License

MultiSchema components
tFileInputMSDelimited

Column 0 that usually holds the record type indicator is selected by default. However, you can select the check box of any of the other columns to define it as a primary key.

Click Fetch Codes to the right of the Preview panel to list the type of schema and records you have in the source file. In this scenario, the source file has three schema types (A, B, C). Click each schema type in the Fetch Codes panel to display its data structure below the Preview panel. Click in the name cells and set column names for each of the selected schema. In this scenario, column names read as the following: -Schema A: Type, DiscName, Author, Date, -Schema B: Type, SongName, -Schema C: Type, LibraryName.
Creative Commons License Talend Open Studio Components 665

MultiSchema components
tFileInputMSDelimited

You need now to set the primary key from the incoming data to insure its unicity (DiscName in this scenario). To do that: In the Fetch Codes panel, select the schema holding the column you want to set as the primary key (schema A in this scenario) to display its data structure. Click in the Key cell that corresponds to the DiscName column and select the check box that displays.

Click anywhere in the editor and the false in the Key cell will become true. You need now to declare the parent schema by which you want to group the other children schemas (DiscName in this scenario). To do that: In the Fetch Codes panel, select schema B and click the right arrow button to move it to the right. Do the same with schema C.

The Cardinality field is not compulsory. It helps you to define the number (or range) of fields in children schemas attached to the parent schema. However, if you set the wrong number or range and try to execute the Job, an error message will display.

In the [Multi Schema Editor], click OK to validate all the changes you did and close the editor. The three defined schemas along with the corresponding record types and field separators display automatically in the Basic settings view of tFileInputMSDelimited.

666

Talend Open Studio Components

Creative Commons License

MultiSchema components
tFileInputMSDelimited

In the design workspace, right-click tFileInputMSDelimited and connect it to tLogRow1, tLogRow2, and tLogRow3 using the row_A_1, row_B_1, and row_C_1 links respectively.

The three schemas you defined in the [Multi Schema Editor] are automatically passed to the three tLogRow components. If needed, click the Edit schema button in the Basic settings view of each of the tLogRow components to view the input and output data structures you defined in the Multi Schema Editor or to modify them.

Creative Commons License

Talend Open Studio Components

667

MultiSchema components
tFileInputMSDelimited

Save your Job and click F6 to execute it. The multi schema delimited file is read row by row and the extracted fields are displayed on the Run Job console as defined in the [Multi Schema Editor].

668

Talend Open Studio Components

Creative Commons License

MultiSchema components
tFileInputMSPositional

tFileInputMSPositional
tFileInputMSPositional properties
Component family MultiSchema or File/Input tFileInputMSPositional reads multiple schemas from a positional file. tFileInputMSPositional opens a complex multi-structured file, reads its data structures (schemas) and then uses Row links to send fields as defined in the different schemas to the next job components. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the repository file where properties are stored. The fields that come after are pre-filled in using fetched data. File Name Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide. String (ex: \non Unix) to distinguish rows. Character, string or regular expression to separate fields. Schema: define as many schemas as needed. Header value: enter the value of the Header Pattern: set the pattern corresponding to the field separator position. Reject incorrect row size: select the check boxes of the schemas where to reject incorrect row size. Number of rows to be skipped in the beginning of file. Number of rows to be skipped at the end of the file. Maximum number of rows to be processed. If Limit = 0, no row is read or processed. Let the component die if an parsing error occurs. Length values separated by commas, interpreted as a string between quotes. Make sure the values entered in this fields are consistent with the schema defined.

Function Purpose

Basic settings

Row separator Header Field Position Records

Skip from header Skip from footer Limit Die on parse error Die on unknown header type Usage

Use this component to read a multi schemas positional file and separate fields using a position separator value.

Related scenario
For related use case, see tFileInputMSDelimited Scenario: Reading a multi structure delimited file on page 663.

Creative Commons License

Talend Open Studio Components

669

MultiSchema components
tFileOutputMSDelimited

tFileOutputMSDelimited
tFileOutputMSDelimited properties
Component family MultiSchema

Function Purpose Basic settings

tFileOutputMSDelimited writes multiple schema in a delimited file. tFileOutputMSDelimited creates a complex multi-structured delimited file, using data structures (schemas) coming from several incoming Row flows. File Name Path to the file to be created. Related topic:Defining variables from the Component view of Talend Open Studio User Guide. String (ex: \non Unix) to distinguish rows. Character, string or regular expression to separate fields. Select this check box to set a different field separator for each of the schemas using the Field separator field in the Schemas area. The table gets automatically populated by schemas coming from the various incoming rows connected to tFileOutputMSDelimited. Fill out the dependency between the various schemas: Parent row: Type in the parent flow name (based on the Row name transferring the data). Parent key column: Type in the key column of the parent row. Key column: Type in the key column for the selected row. Select this check box to modify the separators used for numbers: Thousands separator: define separators for thousands. Decimal separator: define separators for decimals. Select this check box to take into account all parameters specific to CSV files, in particular Escape char and Text enclosure parameters. This check box is selected by default. It creates the directory that holds the output delimited file, if it does not already exist. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select this check box if you do not want to generate empty files. Select this check box to gather the job processing metadata at a job level as well as at each component level.

Row Separator Field Separator Use Multi Field Separators Schemas

Advanced settings

Advanced separator (for number)

CSV options

Create directory if not exists Encoding type Dont generate empty file tStatCatcher Statistics Usage

Use this component to write a multi-schema delimited file and separate fields using a field separator value.

670

Talend Open Studio Components

Creative Commons License

MultiSchema components
tFileOutputMSDelimited

Related scenarios
No scenario is available for this component yet.

Creative Commons License

Talend Open Studio Components

671

MultiSchema components
tFileOutputMSPositional

tFileOutputMSPositional
tFileOutputMSPositional properties
Component family MultiSchema or File/Output tFileOutputMSPositional writes multiple schemas in a positional file. tFileOutputMSPositional creates a complex multi-structured file, using data structures (schemas) coming from several incoming Row flows. File Name Path to the file to be created. Related topic:Defining variables from the Component view of Talend Open Studio User Guide. String (ex: \non Unix) to distinguish rows. The table gets automatically populated by schemas coming from the various incoming rows connected to tFileOutputMSPositional. Fill out the dependency between the various schemas: Parent row: Type in the parent flow name (based on the Row name transferring the data). Parent key column: Type in the key column of the parent row Key column: Type in the key column for the selected row. Pattern: Type in the pattern that positions the fields separator for each incoming row. Padding char: type in the padding character to be used Alignment: Select the relevant alignment parameter

Function Purpose Basic settings

Row separator Schemas

Usage

Use this component to write a multi-schema positional file and separate fields using a position separator value.

Related scenario
No scenario is available for this component yet.

672

Talend Open Studio Components

Creative Commons License

MultiSchema components
tFileInputMSXML

tFileInputMSXML
tFileInputMSXML Properties
Component family MultSchema or XML or File/Input tFileInputMSXML reads and outputs multiple schema within an XML structured file. tFileInputMSXML opens a complex multi-structured file, reads its data structures (schemas) and then uses Row links to send fields as defined in the different schemas to the next job components. File Name Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide. The root of the XML tree, which the query is based on. Schema: define as many schemas as needed. Schema XPath loop: node of the tree which the loop is based on. XPath Queries: Enter the fields to be extracted from the structured input. Create empty row: select the check boxes of the schemas where you want to create empty rows.

Function Purpose

Basic settings

Root XPath query Outputs

Limitation

n/a

Scenario: Reading a multi structure XML file


The following scenario creates a Java Job which aims at reading a multi schema XML file and displaying data structures on the Run Job console. The XM file processed in this example looks like the following:

Creative Commons License

Talend Open Studio Components

673

MultiSchema components
tFileInputMSXML

Drop a tFileInputMSXML and two tLogRow components from the Palette onto the design workspace. Double-click tFileInputMSXML to open the component Basic settings view.

Browse to the XML file you want to process. In the Root XPath query field, enter the root of the XML tree, which the query will be based on. Click the plus button to add lines in the Outputs table where you can define the output schema, two lines in this scenario: record and book. In the Outputs table, click in the Schema cell and then click a three-dot button to display a dialog box where you can define the schema name.

Enter a name for the output schema and click OK to close the dialog box. The tFileInputMSXML schema editor displays. Define the schema you previously defined in the Outputs table. Do the same for all the output schemas you want to define. In the design workspace, right-click tFileInputMSXML and connect it to tLogRow1, and tLogRow2 using the record and book links respectively.

674

Talend Open Studio Components

Creative Commons License

MultiSchema components
tFileInputMSXML

In the Basic settings view and in the Schema XPath loop cell, enter the node of the XML tree, which the loop is based on. In the XPath Queries cell, enter the fields to be extracted from the structured XML input. Select the check boxes next to schemas names where you want to create empty rows. Save your Job and press F6 to execute it. The defined schemas are extracted from the multi schema XML structured file and displayed on the console. The multi schema XML file is read row by row and the extracted fields are displayed on the Run Job console as defined.

Creative Commons License

Talend Open Studio Components

675

MultiSchema components
tFileOutputMSXML

tFileOutputMSXML
tFileOutputMSXML Properties
Component family MultiSchema or File/Output tFileOutputMSXML writes multiple schema within an XML structured file. tFileOutputMSXML creates a complex multi-structured XML file, using data structures (schemas) coming from several incoming Row flows. File Name Path to the file to be created. Related topic:Defining variables from the Component view of Talend Open Studio User Guide. Opens the dedicated interface to help you set the XML mapping. For details about the interfaceDefining the MultiSchema XML tree on page 676.

Function Purpose Basic settings

Configure XML tree

Limitation

n/a

Defining the MultiSchema XML tree


Double-click on the tFileOutputMSXML component to open the dedicated interface or click on the three-dot button on the Basic settings vertical tab of the Component tab.

676

Talend Open Studio Components

Creative Commons License

MultiSchema components
tFileOutputMSXML

To the left of the mapping interface, under Linker source, the drop-down list includes all the input schemas that should be added to the multi-schema output XML file (on the condition that more than one input flow is connected to the tFileOutputMSXML component). And under Schema List, are listed all columns retrieved from the input data flow in selection. To the right of the interface, are expected all XML structures you want to create in the output XML file. You can create manually or easily import the XML structures. Then map the input schema columns onto each element of the XML tree, respectively for each of the input schemas in selection under Linker source. Importing the XML tree The easiest and most common way to fill out the XML tree panel, is to import a well-formed XML file. Rename the root tag that displays by default on the XML tree panel, by clicking on it once. Right-click on the root tag to display the contextual menu. On the menu, select Import XML tree. Browse to the file to import and click OK.

The XML Tree column is hence automatically filled out with the correct elements. You can remove and insert elements or sub-elements from and to the tree: Select the relevant element of the tree. Right-click to display the contextual menu Select Delete to remove the selection from the tree or select the relevant option among: Add sub-element, Add attribute, Add namespace to enrich the tree.

Creative Commons License

Talend Open Studio Components

677

MultiSchema components
tFileOutputMSXML

Creating manually the XML tree If you dont have any XML structure already defined, you can manually create it. Rename the root tag that displays by default on the XML tree panel, by clicking on it once. Right-click on the root tag to display the contextual menu. On the menu, select Add sub-element to create the first element of the structure. You can also add an attribute or a child element to any element of the tree or remove any element from the tree. Select the relevant element on the tree you just created. Right-click to the left of the element name to display the contextual menu. On the menu, select the relevant option among: Add sub-element, Add attribute, Add namespace or Delete.

Mapping XML data from multiple schema sources


Once your XML tree is ready, select the first input schema that you want to map. You can map each input column with the relevant XML tree element or sub-element to fill out the Related Column: Click on one of the Schema column name. Drag it onto the relevant sub-element to the right. Release the mouse button to implement the actual mapping.

A light blue link displays that illustrates this mapping. If available, use the Auto-Map button, located to the bottom left of the interface, to carry out this operation automatically. You can disconnect any mapping on any element of the XML tree: Select the element of the XML tree, that should be disconnected from its respective schema column. Right-click to the left of the element name to display the contextual menu.

678

Talend Open Studio Components

Creative Commons License

MultiSchema components
tFileOutputMSXML

Select Disconnect link. The light blue link disappears.

Defining the node status


Defining the XML tree and mapping the data is not sufficient. You also need to define the loop elements for each of the source in selection and if required the group element. Loop element The loop element allows you to define the iterating object. Generally the Loop element is also the row generator. To define an element as loop element: Select the relevant element on the XML tree. Right-click to the left of the element name to display the contextual menu. Select Set as Loop Element.

The Node Status column shows the newly added status.


There can only be one loop element at a time.

Group element The group element is optional, it represents a constant element where the Groupby operation can be performed. A group element can be defined on the condition that a loop element was defined before. When using a group element, the rows should be sorted, in order to be able to group by the selected node. To define an element as group element:

Creative Commons License

Talend Open Studio Components

679

MultiSchema components
tFileOutputMSXML

Select the relevant element on the XML tree. Right-click to the left of the element name to display the contextual menu. Select Set as Group Element.

The Node Status column shows the newly added status and any group status required are automatically defined, if needed. Click OK once the mapping is complete to validate the definition for this source and perform the same operation for the other input flow sources.

Related scenario
No scenario is available for this component yet.

680

Talend Open Studio Components

Creative Commons License

Orchestration components
This chapter details the major components that you can find in Orchestration group of the Palette of Talend Open Studio. The Orchestration family groups components that help you sequence or orchestrate tasks or processings in your Jobs and subjobs and so on.

Orchestration components
tFileList

tFileList
tFileList belongs to two component families: File and Orchestration. For more information on tFileList, see tFileList on page 527.

682

Talend Open Studio Components

Creative Commons License

Orchestration components
tFlowToIterate

tFlowToIterate
tFlowToIterate Properties
Component family Orchestration

Function Purpose Basic settings

tFlowToIterate transforms data flow into a list. Allows to transform processable flow into non processable data. Use the default (key, value) in global variables Customize When selected, the system uses the default value of the global variable in the current Job. key: Type in a name for the new global variable. Press Ctrl+Space to access all available variables either global or user-defined. value: Click in the cell to access a list of the columns attached to the defined global variable.

Usage

You can not use this component as a start component. tFlowToIterate requires an output component.

Scenario: Transforming data flow to a list


The following scenario describes a Job that reads a list of files from a defined input file, iterates on each of the files, selects input data and displays the output on the Run log console. Drop the following components from the Palette onto the design workspace: tFileInputDelimited (x2), tFlowToIterate, and tLogRow. Via a right-click on each of the components, connect the first tFileInputdelimited to tFlowToIterate using a Row Main link, tFlowToIterate to the second tFileInputdelimited using an Iterate link, and the second tFileInputdelimited to tLogRow using a Row Main link.

In the design workspace, select the first tFileInputDelimited. Click the Component tab to display the relevant view where you can define the basic settings for tFileInputDelimited. In the Basic settings view, click the three-dot [...] button next to the File Name field to select the path to the input file.

Creative Commons License

Talend Open Studio Components

683

Orchestration components
tFlowToIterate

The File Name field is mandatory.

The input file used in this scenario is called Customers. It is a text file that holds three other simple text files: Name, E-mail and Address. The first text file, Name, is made of one column holding customers names. The second text file, E-mail, is made of one column holding customers e-mail addresses. The third text file, Address, is made of one column holding customers postal addresses. Fill in all other fields as needed. For more information, see tFileInputDelimited properties on page 494. In this scenario, the header and the footer are not set and there is no limit for the number of processed rows Click Edit schema to describe the data structure of this input file. In this scenario, the schema is made of one column, FileName.

In the design workspace, select tFlowToIterate. Click the Component tab to define the basic settings for tFlowToIterate.

684

Talend Open Studio Components

Creative Commons License

Orchestration components
tFlowToIterate

If needed, select the Use the default (key, value) in global variables check box to use the default value of the global variable. Click the plus button to add new parameter lines and define your variables. Click in the key cell to modify the variable name as desired.
You can press Ctrl+Space in the key cell to access the list of global and user-specific variables.

In the design workspace, select the second tFileInputDelimited. Click the Component tab to define the basic settings for the second tFileInputDelimited.

In the File Name field, enter the file name using the variable containing the name of the file. You must use the correct syntax according to the language used, Perl or Java. In Perl, the relevant syntax is .$_globals{tFlowToIterate}{Name_of_File}.In java, the relevant syntax is +globalMap.get(file). Fill in all other fields as needed. For more information, see tFileInputDelimited properties on page 494. In the design workspace, select the last component, tLogRow. Click the Component tab to define the basic settings for tLogRow.

Creative Commons License

Talend Open Studio Components

685

Orchestration components
tFlowToIterate

Define your settings as needed. For more information, see tLogRow properties on page 628. Save your Job and press F6 to execute it

Customers names, customers e-mails, and customers postal addresses display on the console preceded by the schema column name.

686

Talend Open Studio Components

Creative Commons License

Orchestration components
tIterateToFlow

tIterateToFlow
tIterateToFlow Properties
Component family Orchestration

Function Purpose Basic settings

tIterateToFlow transforms a list into a data flow that can be processed. Allows to transform non processable data into processable flow. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. In the case of tIterateToFlow, the schema is to be defined Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job designs. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Column Value Type in a name for the columns to be created Press Ctrl+Space bar to access all available variables either global or user-defined.

Usage

This component is not startable (green background) and it requires an output component.

Scenario: Transforming a list of files as data flow


The following scenario describes a Job that iterates on a list of files, picks up the filename and current date and transforms this into a flow, that gets displayed on the console.

Drop the following components: tFileList, tIterateToFlow and tLogRow from the Palette to the design workspace. Connect the tFileList to the tIterateToFlow using an iterate link and connect the Job to the tLogRow using a Row main connection. In the tFileList Component view, set the directory where the list of files is stored.

Creative Commons License

Talend Open Studio Components

687

Orchestration components
tIterateToFlow

In this example, the files are three simple .txt files held in one directory: Countries. No need to care about the case, hence clear the Case sensitive check box. Leave the Include Subdirectories check box unchecked. Then select the tIterateToFlow component et click Edit Schema to set the new schema

Add two new columns: Filename of String type and Date of date type. Make sure you define the correct pattern in Java. Click OK to validate. Notice that the newly created schema shows on the Mapping table.

In each cell of the Value field, press Ctrl+Space bar to access the list of global and user-specific variables. For the Filename column, use the global variable: ($_globals{tFileList_1}{CURRENT_FILEPATH}. It retrieves the current filepath in order to catch the name of each file, the Job iterates on. For the Date column, use the Talend routine: Date.GetDate (Perl) or TalendDate.getCurrentDate() (in Java) Then on the tLogRow component view, select the Print values in cells of a table check box. Save your Job and press F6 to execute it.

688

Talend Open Studio Components

Creative Commons License

Orchestration components
tIterateToFlow

The filepath displays on the Filename column and the current date displays on the Date column.

Creative Commons License

Talend Open Studio Components

689

Orchestration components
tLoop

tLoop
tLoop Properties
Component family Orchestration

Function Purpose Basic settings

tLoop iterates on a task execution. tLoop allows to automatically execute a task or a Job based on a loop Loop Type Select a type of loop to be carried out: either For or While. For: The task or Job is carried out for the defined number of iteration While: The task or Job is carried until the condition is met. Type in the first instance number which the loop should start from. A start instance number of 2 with a step of 2 means the loop takes on every even number instance. Type in the last instance number which the loop should finish with. Type in the step the loop should be incremented of. A step of 2 means every second instance. Type in an expression initiating the loop. Type in the condition that should be met for the loop to end. Type in the expression showing the operation to be performed at each loop.

For

From

To Step While Declaration Condition Iteration Usage Limitation

tLoop is to be used as a start component and can only be used with an iterate connection to the next component. n/a

Scenario: Job execution in a loop


This scenario describes a Job composed of a parent Job and a child Job. The parent Job implements a loop which executes n times a child Job, with a pause between each execution.

690

Talend Open Studio Components

Creative Commons License

Orchestration components
tLoop

In the parent Job, drop a tLoop, a tRunJob and a tSleep component from the Palette to the design workspace. Connect the tLoop to the tRunJob using an Iterate connection. Then connect the tRunJob to a tSleep component using a Row connection. On the child Job, drop the following components: tPOP, tFileInputMail and tLogRow the same way. On the Basic settings panel of the tLoop component, type in the instance number to start from (1), the instance number to finish with (5) and the step (1) On the Basic settings panel of the tRunJob component, select the child Job in the list of stored Jobs offered. In this example: popinputmail Select the context if relevant. In this use case, the context is default with no variables stored. In the tSleep Basic settings panel, type in the time-off value in second. In this example, type in 3 seconds in the Pause field. Then in the child Job, define the connection parameters to the pop server, on the Basic settings panel. In the tFileInputMail Basic settings panel, select a global variable as File Name, to collect the current file in the directory defined in the tPOP component. Press Ctrl+Space bar to access the variable list. In this example, the variable to be used is: $_globals{tPOP_1}{CURRENT_FILEPATH} (for Perl) ((String)globalMap.get("tPOP_1_CURRENT_FILEPATH")) (for Java) Define the Schema, for it to include the mail element to be processed, such as author, topic, delivery date and number of lines. In the Mail Parts table, type in the corresponding Mail part for each column defined in the schema. ex: author comes from the From part of the email file. Then connect the tFileInputMail to a tLogRow to check out the execution result on the Run view.

Creative Commons License

Talend Open Studio Components

691

Orchestration components
tLoop

Press F6 to run the Job.

692

Talend Open Studio Components

Creative Commons License

Orchestration components
tPostjob

tPostjob
tPostjob Properties
Component family Orchestration

Function Purpose Usage Limitation

tPostjob starts the execution of a postjob. tPostjob triggers a task required after the execution of a Job tPostjob is a start component and can only be used with an iterate connection to the next component. n/a

For more information about the tPostjob component, see Prejob and postjob parts of Talend Open Studio User Guide.

Related scenario
No scenario is available for this component yet.

Creative Commons License

Talend Open Studio Components

693

Orchestration components
tPrejob

tPrejob
tPrejob Properties
Component family Orchestration

Function Purpose Usage Limitation

tPrejob starts the execution of a prejob. tPrejob triggers a task required for the execution of a job tPrejob is a start component and can only be used with an iterate connection to the next component. n/a

For more information about the tPrejob component, see Prejob and postjob parts of Talend Open Studio User Guide.

Related scenario
No scenario is available for this component yet.

694

Talend Open Studio Components

Creative Commons License

Orchestration components
tReplicate

tReplicate
tReplicate Properties
Component family Orchestration

Function Purpose Basic settings

Duplicate the incoming schema into two identical output flows. Allows to perform different operations on the same schema. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job designs. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Usage

This component is not startable (green background), it requires an Input component and an output component.

Related scenario
For use case showing this component in use, see tReplaceList on page 117.

Creative Commons License

Talend Open Studio Components

695

Orchestration components
tSleep

tSleep
tSleep Properties
Component family Orchestration

Function Purpose

tSleep implements a time off in a job execution. Allows to identify possible bottlenecks using a time break in the Job for testing or tracking purpose. In production, it can be used for any needed pause in the Job to feed input flow for example. Pause (in second) Time in second the job execution is stopped for.

Basic settings Usage Limitation

tSleep component is generally used as a middle component to make a break/pause in the Job, before resuming the Job. n/a

Related scenarios
For use cases in relation with tSleep, see tLoop Scenario: Job execution in a loop on page 690.

696

Talend Open Studio Components

Creative Commons License

Orchestration components
tUnite

tUnite
tUnite Properties
Component family Orchestration

Function Purpose Basic settings

Merges data from various sources, based on a common schema. Centralize data from various and heterogeneous sources. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job designs. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Usage

This component is not startable and requires one or several input components and an output component.

Scenario: Iterate on files and merge the content


The following Job iterates on a list of files then merges their content and diplays the final 2-column content on the console.

Drop the following components onto the design workspace: tFileList, tFileInputDelimited, tUnite and tLogRow. Connect the tFileList to the tFileInputDelimited using an iterate connection and connect the other component using a row main link. In the tFileList Basic settings view, browse to the directory, where the files to merge are stored.

Creative Commons License

Talend Open Studio Components

697

Orchestration components
tUnite

As Filemask, type in *.txt as all files to be merged are of this type. The Case Sensitive box is selected by default. No need to clear it. The files are pretty basic and contain a list of countries and their respective score.

Select the tFileInputdelimited component, and display this components Basic settings view. In this use case, the input files connection properties are not centrally stored in the Repository, therefore select Built-In as Property type and set every single field manually.

To fill in the File Name field, use the Ctrl+Space bar combination to access the variable completion list. To process all files from the directory defined in the tFileList, select $_globals{tFileList_1}{CURRENT_FILEPATH} on the global variable list (in Perl). Keep the default setting for the Row and Field separators as well as the other fields. Click the Edit Schema button and set manually the 2-column schema to reflect the input files content.

698

Talend Open Studio Components

Creative Commons License

Orchestration components
tUnite

For this example, the 2 columns are Country and Points .They are both nullable. Click OK to validate the setting and accept to propagate the schema throughout the Job. Then select the tUnite component and display the Component view. Notice that the output schema strictly reflects the input schema and is read-only. In the tLogRow Component view, select the Print values in cells of the table check box to display properly the output values. Save the Job and press F6 to execute it.

The console shows the data from the various files, merged into one single table. This uniformized output can then be aggregated to set

Creative Commons License

Talend Open Studio Components

699

Orchestration components
tWaitForFile

tWaitForFile
tWaitForFile properties
Component family Orchestration

Function Purpose Basic settings

tWaitForFile component iterates on a given folder for file insertion or deletion then triggers a subjob to be executed when the condition is met. This component allows a subjob to be triggered given a condition linked to file presence or removal. Wait at each iteration (in seconds) Max. iterations (infinite if empty) Directory to scan File mask Trigger action when rowcount is Set the time interval in seconds between each check for the file. Number of checks for file before the jobs times out. Name of the folder to be checked for insert or removal Mask of the file to be searched for insertion or removal. Select the condition to be met for the action to be carried out: A file is created A file is deleted Select the action to be carried out: either stop the iterations when the condition is met or continue the loop until the end of the max iteration number.

Then

Usage

This component plays the role of the start (or trigger) component of the subjob which gets executed under the condition described. Therefore this component requires a subjob to be connected to via an Iterate link. n/a

Limitation

Scenario: Waiting for a file to be removed


This scenario describes a Job scanning a directory and waiting for a file to be removed from this directory, in order for a subjob to be executed. When the condition of file removal is met, then the subjob simply displays a message box showing the file being removed.

This use case only requires two components from the Palette: tWaitForFile and tMsgbox

700

Talend Open Studio Components

Creative Commons License

Orchestration components
tWaitForFile

Click and place these components on the design workspace and connect them using an Iterate link to implement the loop. Then select the tWaitForFile component, and on the Basic Settings view of the Components tab, set the condition and loop properties:

In the Wait at each iteration field, set the time in seconds you want to wait before the next iteration starts. In this example, the directory will be scanned every 5 seconds. In the Max iterations field, fill out the number of iterations max you want to have before the whole Job is forced to end. In this example, the directory will be scanned a maximum of 5 times. In the Directory to scan field, type in the path to the folder to scan. In the Trigger action when field, select the condition to be met, for the subjob to be triggered. In this use case, the condition is a file is deleted (or moved) from the directory. In the Then field, select the action to be carried out when the condition is met before the number of iteration defined is reached. In this use case, as soon as the condition is met, the loop should be ended. Then set the subjob to be executed when the condition set is met. In this use case, the subjob simply displays a message box. Select the tMsgBox component, and on the Basic Setting view of the Component tab, set the message to be displayed. Fill out the Title and Message fields. Select the type of Buttons and the Icon

In the Message field, you can write any type of message you want to display and use global variables available in the auto-completion list via Ctrl+Space combination.

Creative Commons License

Talend Open Studio Components

701

Orchestration components
tWaitForFile

For example, in Perl, the message used for this use case is: "Deleted File: $_globals{tWaitForFile_1}{DELETED_FILE}, on Iteration : $_globals{tWaitForFile_1}{CURRENT_ITERATION}\n" The equivalent Java message is: "Deleted file: "+((String)globalMap.get("tWaitForFile_1_DELETED_FILE"))+" on iteration Nr:"+((Integer)globalMap.get("tWaitForFile_1_CURRENT_ITERATI ON"))

Then execute the Job via the F6 key. While the loop is executing, remove a file from the location defined. The message pops up and shows the defined message.

702

Talend Open Studio Components

Creative Commons License

Orchestration components
tWaitForSqlData

tWaitForSqlData
tWaitForSqlData properties
Component family Orchestration

Function

tWaitForSqlData component iterates on a given connection for insertion or deletion of rows and triggers a subjob to be executed when the condition is met. This component allows a subjob to be triggered given a condition linked to sql data presence. Wait at each iteration (in seconds) Max. iterations (infinite if empty) Set the time interval in seconds between each check for the sql data. Number of checks for sql data before the Jobs times out.

Purpose Basic settings

Use an existing A connection needs to be open to allow the loop connection/Compon to check for sql data on the defined DB. ent List Table to scan Trigger action when rowcount is Name of the table to be checked for insert or deletion Select the condition to be met for the action to be carried out: Equal to Not Equal to Greater than Lower than Greater or equal to Lower or equal to Select the action to be carried out: either stop the iterations when the condition is met or continue the loop until the end of the max iteration number.

Then

Usage

Although this component requires a Connection component to open the DB access, it plays also the role of the start (or trigger) component of the subjob which gets executed under the condition described. Therefore this component requires a subjob to be connected to via an Iterate link. n/a

Limitation

Scenario: Waiting for insertion of rows in a table


This scenario describes a Job reading a DB table and waiting for data to be put in this table in order for a subjob to be executed. When the condition of the data insertion in the table is met, then the subjob performs a Select* on the table and simply displays the content of the inserted data onto the standard console. This use case is presented in Perl, but there are no difference in setting if you implement it in Java.

Creative Commons License

Talend Open Studio Components

703

Orchestration components
tWaitForSqlData

Drop the following components from the Palette onto the design workspace: tMySqlConnection, tWaitForSqlData, tMysqlInput, tLogRow. Connect the tMysqlConnection component to the tWaitforSqlData using an OnSubjobOK link, available on the right-click menu. Then connect the tWaitForSqlData component to the subjob using an Iterate link as no actual data is transferred in this part. Indeed, simply a loop is implemented by the tWaitForSqlData until the condition is met. On the subjob to be executed if the condition is met, a tMysqlInput is connected to the standard console component, tLogRow. As the connection passes on data, use a Row main link. Now, set the connection to the table to check at regular intervals. On the Basic Settings view of the tMySqlConnection Component tab, set the DB connection properties

Fill out the Host, Port, Database, Username, Password fields to open the connection to the Database table. Select the relevant Encoding if needed. Then select the tWaitForSqlData component, and on the Basic Setting view of the Component tab, set its properties. In the Wait at each iteration field, set the time in seconds you want to wait before the next iteration starts.

704

Talend Open Studio Components

Creative Commons License

Orchestration components
tWaitForSqlData

In the Max iterations field, fill out the number of iterations max you want to have before the whole Job is forced to end. The tWaitForSqlData component requires a connection to be open in order to loop on the defined number of iteration. Select the relevant connection (if several) in the Component List combo box. In the Table to scan field, type in the name of the table in the DB to scan.In this example: test_datatypes. In the Trigger action when rowcount is and Value fields, select the condition to be met, for the subjob to be triggered. In this use case, the number of rows in the scanned table should be greater or equal to 1. In the Then field, select the action to be carried out when the condition is met before the number of iteration defined is reached. In this use case, as soon as the condition is met, the loop should be ended. Then set the subjob to be executed when the condition set is met. In this use case, the subjob simply selects the data from the scanned table and displays it on the console. Select the tMySqlInput component, and on the Basic Setting view of the Component tab, set the connection to the table.

If the connection is set in the Repository, select the relevant entry on the list. Or alternatively, select the Use an existing connection check box and select the relevant connection component on the list. In this use case, the schema corresponding to the table structure is stored in the Repository. Fill out the Table Name field with the table the data is extracted from, Test_datatypes. Then in the Query field, type in the Select statement to extract the content from the table. No particular setting is required in the tLogRow component for this use case. Then before executing the Job, make sure the table to scan (test_datatypes) is empty, in order for the condition (greater or equal to 1) to be met. Then execute the Job by pressing the F6 key on your keyboard. Before the end of the iterating loop, feed the test_datatypes table with one or more rows in order to meet the condition.

Creative Commons License

Talend Open Studio Components

705

Orchestration components
tWaitForSqlData

The Job ends when this table insert is detected during the loop, and the table content is thus displayed on the console.

706

Talend Open Studio Components

Creative Commons License

Orchestration components
tWaitForSqlData

Creative Commons License

Talend Open Studio Components

707

Orchestration components
tWaitForSqlData

708

Talend Open Studio Components

Creative Commons License

Processing components
This chapter details the major components that you can find in Processing group of the Palette of Talend Open Studio. The Processing family gathers components that help you to perform all types of processing tasks on data flows, including aggregation, mapping, transformation, denormalizing, filtering and so on.

Processing components
tAggregateRow

tAggregateRow
tAggregateRow properties
Component family Processing

Function

tAggregateRow receives a flow and aggregates it based on one or more columns. For each output line, are provided the aggregation key and the relevant result of set operations (min, max, sum...). Helps to provide a set of metrics based on values or calculations. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Group by Define the aggregation sets, the values of which will be used for calculations. Output Column: Select the column label in the list offered based on the schema structure you defined. You can add as many output columns as you wish to make more precise aggregations. Ex: Select Country to calculate an average of values for each country of a list or select Country and Region if you want to compare one countrys regions with another country regions. Input Column: Match the input column label with your output columns, in case the output label of the aggregation set needs to be different. Operations Select the type of operation along with the value to use for the calculation and the output field. Output Column: Select the destination field in the list. Function: Select the operator among: count, min, max, avg, sum, first, last, list, list(objects), count(distinct), standard deviation. Input column: Select the input column from which the values are taken to be aggregated.

Purpose Basic settings

710

Talend Open Studio Components

Creative Commons License

Processing components
tAggregateRow

Ignore null values: Select the check boxes corresponding to the names of the columns for which you want the NULL value to be ignored. Usage This component handles flow of data therefore it requires input and output, hence is defined as an intermediary step. Usually the use of tAggregateRow is combined with the tSortRow component. n/a

Limitation

Scenario: Aggregating values and sorting data


The following scenario describes a four-component Job. As input component, a CSV file contains countries and notation values to be sorted by best average value. This component is connected to a tAggregateRow operator, in charge of the average calculation then to a tSortRow component for the ascending sort. The output flow goes to the new csv file.

From the File folder in the Palette, drop a tFileInputCSV component to the design workspace. Click on the label and rename it as Countries. Or rename it from the View tab panel In the Basic settings tab panel of this component, define the filepath and the delimitation criteria. Or select the metadata file in the repository if it exists. Click on Edit schema... and set the columns: Countries and Points to match the file structure. If your file description is stored in the Metadata area of the Repository, the schema is automatically uploaded when you click on Repository in Schema type field. Then from the Processing folder in the Palette, drop a tAggregateRow component to the design workspace. Rename it as Calculation. Connect Countries to Calculation via a right-click and select Row > Main. Double-click on Calculation (tAggregateRow component) to set the properties. Click on Edit schema and define the output schema. You can add as many columns as you need to hold the set operations results in the output flow.
Creative Commons License Talend Open Studio Components 711

Processing components
tAggregateRow

In this example, well calculate the average notation value and we will display the max and the min notation for each country, given that each country holds several notations. Click OK when the schema is complete. To carry out the various set operations, back in the Basic settings panel, define the sets holding the operations in the Group By area. In this example, select Country as group by column. Note that the output column needs to be defined a key field in the schema. The first column mentioned as output column in the Group By table is the main set of calculation. All other output sets will be secondary by order of display. Choose the input column which the values will be taken from. Then fill in the various operations to be carried out. The functions are average, min, max for this use case. Select the input columns, where the values are taken from and select the check boxes in the Ignore null values list as needed.

712

Talend Open Studio Components

Creative Commons License

Processing components
tAggregateRow

Drop a tSortRow component from the Palette onto the design workspace. For more information regarding this component , see tSortRow properties on page 788. Connect the tAggregateRow to this new component using a row main link. On the Component view of the tSortRow component, define the column the sorting is based on, the sorting type and order.

In this case, the column to be sorted by is Country, the sort type is alphabetical and the order is ascending. Drop a tFileOutputDelimited from the Palette to the design workspace and define it to set the output flow. Connect the tSortRow component to this output component. In the Component view, enter the output filepath. Edit the schema if need be. In this case the delimited file is of csv type. And select the Include Header check box to reuse the schema column labels in your output flow. Press F6 to execute the Job. The csv file thus created contains the aggregating result.

Creative Commons License

Talend Open Studio Components

713

Processing components
tAggregateSortedRow

tAggregateSortedRow
tAggregateSortedRow properties
Component family Processing

Function

tAggregateSortedRow receives a sorted flow and aggregates it based on one or more columns. For each output line, are provided the aggregation key and the relevant result of set operations (min, max, sum...). Helps to provide a set of metrics based on values or calculations. As the input flow is meant to be sorted already, the performance are hence greatly optimized. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Group by Define the aggregation sets, the values of which will be used for calculations. Output Column: Select the column label in the list offered based on the schema structure you defined. You can add as many output columns as you wish to make more precise aggregations. Ex: Select Country to calculate an average of values for each country of a list or select Country and Region if you want to compare one countrys regions with another country regions. Input Column: Match the input column label with your output columns, in case the output label of the aggregation set needs to be different. Operations Select the type of operation along with the value to use for the calculation and the output field. Output Column: Select the destination field in the list. Function: Select the operator among: count, min, max, avg, first, last.

Purpose

Basic settings

714

Talend Open Studio Components

Creative Commons License

Processing components
tAggregateSortedRow

Input column: Select the input column from which the values are taken to be aggregated. Ignore null values: Select the check boxes corresponding to the names of the columns for which you want the NULL value to be ignored. Usage Limitation This component handles flow of data therefore it requires input and output, hence is defined as an intermediary step. n/a

Related scenario
For related use case, see tAggregateRow Scenario: Aggregating values and sorting data on page 711.

Creative Commons License

Talend Open Studio Components

715

Processing components
tConvertType

tConvertType
tConvertType properties
Component family Processing

Function Purpose Basic settings

tConvertType allows specific conversions at run time from one Talend java type to another. Helps to automatically convert one Talend java type to another and thus.avoid compiling errors. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Built-in: You create and store the schema locally for only the current component. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: You have already created the schema and stored it in the Repository, and thus you can reuse it in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Auto Cast This check box is selected by default. It performs an automatic java type conversion.

Usage Limitation

This component cannot be used as a start component as it requires an input flow to operate. n/a

Scenario: Converting java types


This Java scenario describes a four-component Job where the tConvertType component is used to convert Java types in three columns, and a tMap is used to adapt the schema and have as an output the first of the three columns and the sum of the two others after conversion.
In this scenario, the input schemas for the input delimited file are stored in the repository, you can simply drag and drop the relevant file node from Repository Metadata - File delimited onto the design workspace to automatically retrieve the tFileInputDelimited components setting. For more information, see Drop components from the Metadata node in Talend Open Studio User Guide.

Drop the following components from the Palette onto the design workspace: tConvertType, tMap, and tLogRow.

716

Talend Open Studio Components

Creative Commons License

Processing components
tConvertType

In the Repository tree view, expand Metadata and from File delimited drag the relevant node, JavaTypes in this scenario, to the design workspace. The [Components] dialog box displays. From the component list, select tFileInputDelimited and click Ok. A tFileInputComponent called Java types displays in the design workspace. Connect the components using Row Main links.

In the design workspace, select tFileInputDelimited and click the Component tab to define its basic settings. In the Basic settings view, set Property Type to Repository since the file details are stored in the repository. The fields to follow are pre-defined using the fetched data.

The input file used in this scenario is called input. It is a text file that holds string, integer, and float java types.

In the Basic settings view, fill in all other fields as needed. For more information, see tFileInputDelimited properties on page 494. In this scenario, the header and the footer are not set and there is no limit for the number of processed rows. Click Edit schema to describe the data structure of this input file. In this scenario, the schema is made of three columns, StringtoInteger, IntegerField, and FloatToInteger.

Creative Commons License

Talend Open Studio Components

717

Processing components
tConvertType

Click Ok to close the dialog box. In the design workspace, select tConvertType and click the Component tab to define its basic settings.

Set Schema Type to Built in, and click Sync columns to automatically retrieve the columns from the tFileInputDelimited component. If needed, click Edit schema to describe manually the data structure of this processing component.
Usually, the Auto Cast check box is selected by default.

In this scenario, we want to convert a string type data into an integer type and a float type data into an integer type. Click OK to close the [Schema of tConvertType] dialog box.

718

Talend Open Studio Components

Creative Commons License

Processing components
tConvertType

In the design workspace, double-click tMap to open the Map editor. The Map editor opens displaying the input metadata of the tFileInputDelimited component

In the Schema editor panel of the Map editor, click the plus button of the output table to add two rows and define them as StringToInteger and Sum. In the Map editor, drag the StringToInteger row from the input table to the StringToInteger row in the output table. In the Map editor, drag each of the IntegerField and the FloatToInteger rows from the input table to the Sum row in the output table and click OK to close the Map editor.

Creative Commons License

Talend Open Studio Components

719

Processing components
tConvertType

In the design workspace, select tLogRow and click the Component tab to define its basic settings. For more information, see tLogRow on page 628. Save your Job and press F6 to execute it.

The string type data is converted into an integer type and displayed in the StringToInteger column on the console. The float type data is converted into an integer and added to the IntegerField value to give the addition result in the Sum column on the console.

720

Talend Open Studio Components

Creative Commons License

Processing components
tDenormalize

tDenormalize
tDenormalize Properties
Component family Processing/Fields

Function Purpose Basic settings

Denormalizes the input flow based on one column. tDenormalize helps synthesize the input flow. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. In this component, the schema is read-only. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide.

Perl only Java only

Column to denormalize Group by

Select the column from the input flow which the normalization is based on (included in key) Select one or several columns to be grouped. We recommend to remove unused columns from the schema before processing. Enter the separator which will delimit data in the denormalized flow.

Separator Advanced settings Perl only Java only Deduplicate items Merge the same value when concatenating

Removes duplicates when concatenating denormalized values. Removes duplicates when concatenating denormalized values.

Usage Limitation

This component can be used as intermediate step in a data flow. Note that this component may change the order of the input flow data in Java, and in Perl, when the Deduplicate check box is selected.

Scenario 1: Denormalizing on one column in Perl


This scenario illustrates a Perl Job denormalizing one column in a delimited file.

Drop the following components: tFileInputDelimited, tDenormalize, tLogRow from the Palette to the design workspace.
Creative Commons License Talend Open Studio Components 721

Processing components
tDenormalize

Connect the components using Row main connections. On the tFileInputDelimited Component view, set the filepath to the file to be denormalized.

Define the Header, Row Separator and Field Separator parameters. The input file schema is made of two columns, Fathers and Children.

In the Basic settings of tDenormalize, define the column that contains multiple values to be grouped. In this use case, the column to denormalize is Children.

Set the Item Separator to separate the grouped values. Beware as only one column can be denormalized. Select the Deduplicate items check box, if you know that some values to be grouped are strictly identical. Save your Job and press F6 to execute it.

722

Talend Open Studio Components

Creative Commons License

Processing components
tDenormalize

All values from the column Children (set as column to denormalize) are grouped by their Fathers column. Values are separated by a comma.

Scenario 2: Denormalizing on multiple columns in Java


This scenario illustrates a Java Job denormalizing two columns from a delimited file.

Drop the following components: tFileInputDelimited, tDenormalize, tLogRow from the Palette to the design workspace. Connect all components using a Row main connection. On the tFileInputDelimited Basic settings panel, set the filepath to the file to be denormalized.

Define the Row and Field separators, the Header and other information if required. The file schema is made of four columns including: Name, FirstName, HomeTown, WorkTown.

Creative Commons License

Talend Open Studio Components

723

Processing components
tDenormalize

In the tDenormalize component Basic settings, select the columns that contain the repetition. These are the column which are meant to occur multiple times in the document. In this use case, FirstName and Name are the columns against which the denormalization is performed. Add as many line to the table as you need using the plus button. Then select the relevant columns in the drop-down list.

Define the delimiter for concatenated values. In this case, the comma is used. Save your Job and press F6 to execute it.

The result shows the denormalized values concatenated using a comma. Back to the tDenormalize components Basic settings, select the Deduplicate check box to remove the duplicate occurrences. Save your Job again and press F6 to execute it.
724 Talend Open Studio Components Creative Commons License

Processing components
tDenormalize

This time, the console shows the results with no duplicate instances.

Creative Commons License

Talend Open Studio Components

725

Processing components
tDenormalizeSortedRow

tDenormalizeSortedRow
tDenormalizeSortedRow properties
Component family Processing/Fields

Function

tDenormalizeSortedRow combines in a group all input sorted rows. Distinct values of the denormalized sorted row are joined with item separators. tDenormalizeSortedRow helps synthesizing sorted input flow to save memory. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Click Sync columns to retrieve the schema from the previous component in the Job. Built-in: You create the schema and store it locally for the relevant component. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: You have already created the schema and stored it in the Repository. You can reuse it in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Input rows count To denormalize Enter the number of input rows. Enter the name of the column to denormalize.

Purpose Basic settings

Usage Limitation

This component handles flows of data therefore it requires input and output components. n/a

Scenario: Regrouping sorted rows


This Java scenario describes a four-component Job. It aims at reading a given delimited file row by row, sorting input data by sort type and order, denormalizing all input sorted rows and displaying the output on the Run log console. Drop the following components from the Palette onto the design workspace: tFileInputDelimited, tSortRow, tDenormalizeSortedRow, and tLogRow. Connect the four components using Row Main links.

726

Talend Open Studio Components

Creative Commons License

Processing components
tDenormalizeSortedRow

In the design workspace, select tFileInputDelimited. Click the Component tab to define the basic settings for tFileInputDelimited.

Set Property Type to Built-In. Fill in a path to the processed file in the File Name field. The name_list file used in this example holds two columns, id and first name.

If needed, define row and field separators, header and footer, and the number of processed rows. Set Schema to Built in and click the three-dot button next to Edit Schema to define the data to pass on to the next component. The schema in this example consists of two columns, id and name.

Creative Commons License

Talend Open Studio Components

727

Processing components
tDenormalizeSortedRow

In the design workspace, select tSortRow. Click the Component tab to define the basic settings for tSortRow.

Set the Schema Type to Built-In and click Sync columns to retrieve the schema from the tFileInputDelimited component. In the Criteria panel, use the plus button to add a line and set the sorting parameters for the schema column to be processed. In this example we want to sort the id columns in ascending order. In the design workspace, select tDenormalizeSortedRow. Click the Component tab to define the basic settings for tDenormalizeSortedRow.

728

Talend Open Studio Components

Creative Commons License

Processing components
tDenormalizeSortedRow

Set the Schema Type to Built-In and click Sync columns to retrieve the schema from the tSortRow component. In the Input rows countfield, enter the number of the input rows to be processed or press Ctrl+Space to access the context variable list and select the variable: tDenormalizeSortedRow_1.NB_LINE. In the To denormalize panel, use the plus button to add a line and set the parameters to the column to be denormalize. In this example we want to denormalize the name column. In the design workspace, select tLogRow and click the Component tab to define its basic settings. For more information about tLogRow, see tLogRow on page 628. Save your Job and press F6 to execute it.

The result displayed on the console shows how the name column was denormalize.

Creative Commons License

Talend Open Studio Components

729

Processing components
tEmptyToNull

tEmptyToNull
tEmptyToNull properties
Component family Processing

Function Purpose Basic settings Advanced settings

tEmptyToNull transforms empty fields in a file or a table to NULL fields in a database table. tEmptyToNull allows to replace empty fields by undefined fields that give the NULL value (unknown value) in the output component; This component does not need any configuration. It executes automatically. tStatCatcher Statistics Select this check box to gather the job processing metadata at a job level as well as at each component level.

Usage

This component is generally used as an intermediate step in a data flow. It needs then an input and output components. The output component should be a database output component. n/a

Limitation

Scenario: Replacing empty fields by NULL fields (fields of unknown value)


This Perl scenario describes a three-component Job that makes it possible to replace input fields without character strings by undefined fields in order to generate Null values (unknown values) in the output fields. Drop the following components from the Palette onto the design workspace: tFileInputDelimited, tEmptyToNull and tMysqlOutput. Connect the three components using Row Main links.

In the design workspace, double-click tFileInputDelimited to display its Basic settings view where you can define the component properties.

730

Talend Open Studio Components

Creative Commons License

Processing components
tEmptyToNull

From the Property Type list, select: -Repository if you have already stored the metadata of your input file in the Repository, the fields that follow are filled in with the stored information automatically, or -select Built-In and fill in the fields that follow manually. For this example, we use the Built-In mode. Click the three-dot button next to the File Name field and browse to the input file. In this example, our source file is name_list and it holds four columns: id, first name, last name and login.

In the Basic settings view of tFileInputDelimited, define in the corresponding fields the row and field separators used in the source file. If needed, set Header, Footer and Limit. In this example, set Header to 1 since the first row that holds columns names is to be ignored. Footer and Limit for the number of processed rows are not set. In the Schema field, set schema to Built in then click the three-dot button next to the Edit Schema field to define the data to be passed to the following component. In this example, the source schema consists of four columns: id, first_name, last_name and login.

Creative Commons License

Talend Open Studio Components

731

Processing components
tEmptyToNull

In the design workspace, double-click tMysqlOutput to open its Basic Settings view where you can define the component properties.

Click Sync columns to retrieve the schema of the preceding component.


You can click the three-dot button next to Edit schema to check the retrieved schema.

From the Property Type list, select: -Repository if you have already stored the metadata of your database connection in the Repository, the fields that follow are filled in with the stored information automatically, or -select Built-In and fill in the connection information manually. For more information about tMysqlOutput properties, see tMysqlOutput on page 281. In the Table field, enter the name of the table that will hold the data extracted from the source delimited file. From the Action on table list, select the operation you want to carry out on the defined table. In this example, we select Create table to create the defined table.

732

Talend Open Studio Components

Creative Commons License

Processing components
tEmptyToNull

From the Action on data list, select the operation you want to carry out on the data. In this example, we select Insert. Save your Job and press F6 to execute it.

Through your data explorer, you can check that the output database table namelist is created with the defined columns and that the empty fields in the source file have been replaced by the NULL values (unknown values).

Creative Commons License

Talend Open Studio Components

733

Processing components
tExternalSortRow

tExternalSortRow
tExternalSortRow properties
Component family Processing

Function Purpose Basic settings

Uses an external sort application to sort input data based on one or several columns, by sort type and order Helps creating metrics and classification table. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Click Sync columns to retrieve the schema from the previous component connected in the Job. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide. File Name Name of the file to be processed. Related topic: Defining variables from the Component view of Talend Open Studio. User Guide. Character, string or regular expression to separate fields. Enter the path to the external file containing the sorting algorithm to use. Click the plus button to add as many lines as required for the sort to be complete. By default the first column defined in your schema is selected. Schema column: Select the column label from your schema, which the sort will be based on. Note that the order is essential as it determines the sorting priority. Sort type: Numerical and Alphabetical order are proposed. More sorting types to come. Order: Ascending or descending order.

Field separator External command sort path Criteria

734

Talend Open Studio Components

Creative Commons License

Processing components
tExternalSortRow

Advanced settings

Maximum memory

Type in the size of physical memory you want to allocate to sort processing.

Temporary directory Set the location where the temporary files should be stored. Add a dummy EOF line tStatCatcher Statistics Usage Limitation Select this check box when using the tAggregateSortedRow component. Select this check box to gather the job processing metadata at the Job level as well as at each component level.

This component handles flow of data therefore it requires input and output, hence is defined as an intermediary step. n/a

Related scenario
For related use case, see tSortRow Scenario: Sorting entries on page 789.

Creative Commons License

Talend Open Studio Components

735

Processing components
tExtractDelimitedFields

tExtractDelimitedFields
tExtractDelimitedFields properties
Component family Processing/Fields

Function Purpose Basic settings

tExtractDelimitedFields generates multiple columns from a given column in a delimited file. tExtractDelimitedFields helps to extract fields from within a string to write them elsewhere for example. Field to split Field separator Select from the list the field to split. Set field separator. Since this component uses regex to split a filed and the regex syntax uses special characters as operators, make sure to precede the regex operator you use as a field separator by a double backslash. For example, you have to use "\\|" instead of "|". A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Click Sync columns to retrieve the schema from the previous component connected to tExtractDelimitedFields. Built-in: You create the schema and store it locally for the component. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: You have already created the schema and stored it in the Repository. You can use it in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Schema type and Edit Schema

Usage Limitation

This component handles flow of data therefore it requires input and output components. n/a

Scenario: Extracting fields from a comma-delimited file


This Java scenario describes a three-component Job where the tExtractdelimitedFields component is used to extract two columns from a comma-delimited file.

736

Talend Open Studio Components

Creative Commons License

Processing components
tExtractDelimitedFields

Drop the following components from the Palette onto the design workspace: tFileInputDelimited, tExtractDelimitedFields, and tLogRow. Via a right-click on each of the three components, connect them using Row Main links.

In the design workspace, select tFileInputDelimited. Click the Component tab to define the basic settings for tFileInputDelimited. In the Basic settings view, set Property Type to Built-In. Click the three-dot [...] button next to the File Name field to select the path to the input file.
The File Name field is mandatory.

The input file used in this scenario is called test5. It is a text file that holds comma-delimited data.

In the Basic settings view, fill in all other fields as needed. For more information, see tFileInputDelimited properties on page 494. In this scenario, the header and the footer are not set and there is no limit for the number of processed rows Click Edit schema to describe the data structure of this input file. In this scenario, the schema is made of one column, name.

Creative Commons License

Talend Open Studio Components

737

Processing components
tExtractDelimitedFields

In the design workspace, select tExtractDelimitedFields. Click the Component tab to define the basic settings for tExtractDelimitedFields.

From the Field to split list, select the column to split, name in this scenario. In the Field separator field, enter the corresponding separator. Click Edit schema to describe the data structure of this processing component. In the output panel of the [Schema of tExtractRegexFields] dialog box, click the plus button to add two columns for the output schema, firstname and lastname.

I this scenario, we want to split the name column into two columns in the output flow, firstname and lastname. Click OK to close the [Schema of tExtractDelimitedFields] dialog box.
738 Talend Open Studio Components Creative Commons License

Processing components
tExtractDelimitedFields

In the design workspace, select tLogRow and click the Component tab to define its basic settings. For more information, see tLogRow on page 628. Save your Job and press F6 to execute it.

First names and last names are extracted and displayed in the corresponding defined columns on the console.

Creative Commons License

Talend Open Studio Components

739

Processing components
tExtractPositionalFields

tExtractPositionalFields
tExtractPositionalFields properties
Component family Processing/Fields

Function Purpose Basic settings

tExtractPositionalFields generates multiple columns from one column using positional fields. tExtractPositionalFields allows to use a positional pattern to extract data from a formatted string. Field Customize Select from the list the field to extract from. Select this check box to customize the data format of the positional file and define the table columns: Column: Select the column you want to customize. Size: Enter the column size. Padding char: Type in between quotes the padding characters used. A space by default. Alignment: Select the appropriate alignment parameter. Enter the pattern to use as basis for the extraction. A pattern is length values separated by commas, interpreted as a string between quotes. Make sure the values entered in this fields are consistent with the schema defined. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Click Sync columns to retrieve the schema from the previous component connected to tPositionalFields. Built-in: You create the schema and store it locally for the component. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: You have already created the schema and stored it in the Repository. You can reuse it in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Pattern

Schema type and Edit Schema

Usage Limitation

This component handles flow of data therefore it requires input and output components. n/a

740

Talend Open Studio Components

Creative Commons License

Processing components
tExtractPositionalFields

Related scenario
For related use case, see tExtractRegexFields on page 742.

Creative Commons License

Talend Open Studio Components

741

Processing components
tExtractRegexFields

tExtractRegexFields
tExtractRegexFields properties
Component family Processing/Fields

Function Purpose Basic settings

tExtractRegexFields generates multiple columns from a given column using regex matching. tExtractRegexFields allows to use regular expressions to extract data from a formatted string. Field to split Regex Schema type and Edit Schema Select on the list the field (column) to split. Enter a regular expression according to the programming language you are using. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click EditSchema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Click Sync columns to retrieve the schema from the previous component connected to tExtractRegexFields. Built-in: You create and store the schema locally for the component. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: You have already created and stored the schema in the Repository. You can reuse it in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Usage Limitation

This component handles flow of data therefore it requires input and output components. n/a

Scenario: Extracting name, domain and TLD from e-mail addresses


This Java scenario describes a three-component Job where tExtractRegexFields is used to specify a regular expression that corresponds to one column in the input data, email. The tExtractRegexFields component is used to perform the actual regular expression matching. This regular expression includes field identifiers for user name, domain name and Top-Level Domain name portions in each e-mail address. If the given e-mail address is valid, the name, domain and TLD are extracted and displayed on the console in three separate columns. Data in the other two input columns, id and age is extracted and routed to destination as well.

742

Talend Open Studio Components

Creative Commons License

Processing components
tExtractRegexFields

Drop the following components from the Palette onto the design workspace: tFileInputDelimited, tExtractRegexFields, and tLogRow. Connect the three components using Row Main links.

In the design workspace, select tFileInputDelimited. Click the Component tab to define the basic settings for tFileInputDelimited. In the Basic settings view, set Property Type to Built-In. Click the three-dot [...] button next to the File Name field to select the path to the input file.
The File Name field is mandatory.

The input file used in this scenario is called test4. It is a text file that holds three columns: id, email, and age. Fill in all other fields as needed. For more information, see tFileInputDelimited properties on page 494. In this scenario, the header and the footer are not set and there is no limit for the number of processed rows Click Edit schema to describe the data structure of this input file. In this scenario, the schema is made of the three columns, id, email and age. In the design workspace, select tExtractRegexFields. Click the Component tab to define the basic settings for tExtractRegexFields. From the Field to split list, select the column to split, email in this scenario. In the Regex panel, enter the regular expression you want to use to perform data matching, java regular expression in this scenario.

Creative Commons License

Talend Open Studio Components

743

Processing components
tExtractRegexFields

Click Edit schema to describe the data structure of this processing component. In the output panel of the [Schema of tExtractRegexFields] dialog box, click the plus button to add five columns for the output schema.

In this scenario, we want to split the input email column into three columns in the output flow, name, domain, and tld. The two other input columns will be extracted as they are. Click OK to close the [Schema of tExtractRegexFields] dialog box. In the design workspace, select tLogRow and click the Component tab to define its basic settings. For more information, see tLogRow on page 628. Save your Job and press F6 to execute it.

744

Talend Open Studio Components

Creative Commons License

Processing components
tExtractRegexFields

The tExtractRegexFields component matches all given e-mail addresses with the defined regular expression and extracts the name, domain, and TLD names and displays them on the console in three separate columns. The two other columns, id and age, are extracted as they are.

Creative Commons License

Talend Open Studio Components

745

Processing components
tFilterColumn

tFilterColumn
tFilterColumn Properties
Component family Processing

Function Purpose Basic settings

Makes specified changes to the schema defined, based on column name mapping. Helps homogenizing schemas either on the columns order or by removing unwanted columns or adding new columns. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job designs. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Usage

This component is not startable (green background) and it requires an output component.

Related Scenario
For more info regarding the tFilterColumn component in use, see tReplace Scenario: multiple replacements and column filtering on page 781

746

Talend Open Studio Components

Creative Commons License

Processing components
tFilterRows

tFilterRows
tFilterRows Properties
Component family Processing

Function Purpose Basic settings

Compares a column from the main flow with a reference column from the lookup flow and outputs the main flow data displaying the distance Helps ensuring the data quality of any source data against a reference data source. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job designs. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Logical operator used to combine conditions Conditions In the case you want to combine simple filtering and advanced mode, select the operator to combine both modes. Click the plus button to add as many conditions as needed. The conditions are performed one after the other for each row. Function: Select the function on the list Input column: Select the column of the schema the function is to be operated on Operator: Select the operator to bind the input column with the value Value: Type in the filtered value, between quotes if need be.

Use advanced mode Select this check box when the operation you want to perform cannot be carried out through the standard functions offered. In the text field, type in the regular expression as required. Usage This component is not startable (green background) and it requires an output component.

Scenario: Filtering and searching a list of names


The following scenario filters a list of first names based on the name gender. Then using a regular expression, the first names starting with rom are listed.
Creative Commons License Talend Open Studio Components 747

Processing components
tFilterRows

Drop tFileInputDelimited, tFilterRows and tLogRow from the Palette onto the design workspace. Connect the three components using a Row > Main link. Double-click tFileInputDelimited to display its Basic settings view and define its properties.

Set the file path and the row and field separators in the corresponding fields. The row separator is a carriage return and the field separator is a tabulation. From the Property Type list, select Built-in. The properties and schema are Built-in for this Job. This means, the schema is not stored in the Repository. Click the three-dot button next to Edit schema to define the schema for the input file. In this example, the schema is made of the following four columns: firstname, gender, language and frequency.

Click the Advanced settings tab to display the corresponding view then from the Encoding type list, select the type according to your file. Double-click tFilterRows to display its Basic settings view and define its properties.

748

Talend Open Studio Components

Creative Commons License

Processing components
tFilterRows

In the Conditions table, fill in the filtering parameters based on the gender column. In Function, select value of, as Input column, select gender and as operator, select Equals (Str) as the expected values are of string type. In the Value column, type in m between double quotes to filter only the male names. Then to implement the search on first names starting with the rom syllable, select the Use advanced mode check box and type in the following regular expression (in Perl) that includes the name of the column to be searched: $input_row[firstname] =~ /^rom/ To combine both conditions (simple and advanced), select And as logical operator for this example. The tLogRow component does not require any particular setting for this example. Save your Job and press F6 to execute it.

Only the male names starting with the rom syllable are listed on the console.

Creative Commons License

Talend Open Studio Components

749

Processing components
tMap

tMap
tMap properties
Component family Processing

Function Purpose Basic settings

tMap is an advanced component, which integrates itself as plugin to Talend Open Studio. tMap transforms and routes data from single or multiple sources to single or multiple destinations. Preview The preview is an instant shot of the Mapper data. It becomes available when Mapper properties have been filled in with data. The preview synchronization takes effect only after saving changes.

Mapping links Auto: the default setting is curves links display as Curves: the mapping display as curves Lines: the mapping displays as straight lines. This last option allows to slightly enhance performance. Map editor Usage It allows you to define the tMap routing and transformation properties.

Possible uses are from a simple reorganization of fields to the most complex jobs of data multiplexing or demultiplexing transformation, concatenation, inversion, filtering and more... The use of tMap supposes minimum Perl or Java knowledge in order to fully exploit its functionalities. This component is a junction step, and for this reason cannot be a start nor end component in the Job For further information, see Mapping data flows in Talend Open Studio User Guide.

Limitation

Scenario 1: Mapping with filter and simple explicit join (Perl)


The Job described below aims at reading data from a csv file stored in the Repository, looking up at a reference file also stored remotely, then extracting data from these two files based on defined filters to an output file or a reject file. This Job is presented in Perl but could also be carried out in Java. Click on File in the Palette of components, select tFileInputCSV and drop it on the design area. Rename the Label to Cars, either by double-clicking on the label in the design workspace or via the View tab of the Component view. Repeat this operation, and rename this second input component: Owners. Click on Processing in the Palette of components, select tMap and drop it on the design area.

750

Talend Open Studio Components

Creative Commons License

Processing components
tMap

Connect the two Input components to the mapping component and customize the row connection labels.

The Cars and Owners delimited files metadata are defined in the Metadata area of the repository. You can hence use their Repository reference in the Component view. Double-click on Cars, to set the Component view.

Select Repository to retrieve Property type as well as Schema type. The rest of the fields gets automatically filled in appropriately when you select the relevant Metadata entry on the list. Double-click on the Owners component and repeat the setting operation. Select the corresponding Metadata entry. For further information regarding Metadata creation in the Repository, see Defining Metadata items in Talend Open Studio User Guide. Then double-click on the tMap component to open the Mapper. Notice that the Input area is already filled with the Input component metadata tables and that the top table is the Main flow table. Notice also that the respective row connection labels display on the top bar of the tables. Create a Join between the two tables on the ID_Owner field by simply dragging the top table ID_Owner field to the lookup input table.

Creative Commons License

Talend Open Studio Components

751

Processing components
tMap

Define this link as an inner join by selecting the corresponding check box. Click on the Plus button on the Output area of the Mapper to add three Output tables

Drag and drop Input content to fill in the first output schema. For more information regarding data mapping, see Mapping data flows in Talend Open Studio User Guide. Click on the plus arrow button to add a filter row. In the Insured table, will be gathered cars and owners data which include an Insurance ID.

752

Talend Open Studio Components

Creative Commons License

Processing components
tMap

Therefore drag the ID_Insurance field to the Filter condition area and enter the formula used meaning not undefined: $Owners_data[ID_Insurance] ne '' The Reject_NoInsur table is a standard reject output flow containing all data that do not satisfy the required filter condition. Click the orange arrow to set the table as Reject Output.

The third and last table gathers the schema entries whose Inner Join could not be established. One Owners_ID from the Car database does not match any Owner_ID from the Owner file. Click the violet arrow button to set the last table as the Inner Join Reject output flow. Click OK to validate and come back to the design area. Add three tFileOutputDelimited components to the design workspace and right-click on the tMap to connect the Mapper with all three output components, using the relevant Row connection.
Creative Commons License Talend Open Studio Components 753

Processing components
tMap

Relabel the three output components accordingly.

Then double-click on each of them, one after the other, in order to define their respective output filepath. If you want a new file to be created, browse to the destination output folder, and type in a file name including the extension. Select the Include header check box to reuse the column labels from the schema as header row in the output file.

Run the Job using the F6 keystroke or via the Run panel. Output files have been created if need be.

754

Talend Open Studio Components

Creative Commons License

Processing components
tMap

Scenario 2: Mapping with Inner join rejection (Perl)


This scenario, based on scenario 1, adds one input file containing Resellers details and extra fields in the main Output table. Two filters on Inner Joins are added to gather specific rejections. Click on File in the Palette of Components, and drop a tFileInputCSV component to the design workspace. Connect it to the Mapper and put a label on the component and the connection.

Double-click on the Resellers component, to define the Reseller input properties. Browse to the Resellers.csv file. Edit the schema and add the columns as needed to match the file structure.

Creative Commons License

Talend Open Studio Components

755

Processing components
tMap

You could also create a metadata entry for this file description and select Repository as properties and schema type. For further information, see Setting up a File Delimited schema in Talend Open Studio User Guide. Double-click on the tMap component and notice that the schema is added on the Input area.

Create a join between the main input flow and the resellers input. Select the Inner Join check box to define that an Inner Join Reject output is to be created. Drag the fields from the Resellers table to the main Output table.

756

Talend Open Studio Components

Creative Commons License

Processing components
tMap

When two inner joins are defined, you either need to define two different inner join reject tables to differentiate both rejections or if there is only one Inner Join reject output, both Inner Join rejections will be stored in the same output.

On the output area, click on the plus button to add a new output table. Give a name to this new Output connection: Reject_ResellerID Click the Inner Join reject button to define this new output table as Inner Join Reject output. Drag & drop two fields from the main input flow (Cars) to the new reject output table. In this case, if the Inner Join cannot be established, these data (ID_Cars & ID_resellers) will be gathered in the output file and will help identify the bottleneck.

Now apply filters on the two Inner Join reject outputs, in order for to distinguish both types of rejection.

Creative Commons License

Talend Open Studio Components

757

Processing components
tMap

In the first Inner Join output table (Reject_OwnerID), click the plus arrow button to add a filter line and fill it in with the following formula to gather only OwnerID-related rejection: not defined $Owners_data[ID_Owner] In the second Inner Join output table (Reject_ResellerID), repeat the same operation using the following formula: not defined $Resellers_data[ID_Reseller]

Click OK to validate and close the Mapper editor. Right-click on the tMap component, click on Row and select Reject_ResellerID in the list. Connect the main row from the Mapper to the Reseller Inner Rejection output component

For this scenario, remove from the Resellers.csv the rows corresponding to Reseller ID 5 and 8. Then run the Job by pressing F6 or from the Run panel.

758

Talend Open Studio Components

Creative Commons License

Processing components
tMap

The four output files are all created in the defined folder (Outputs). Notice in the Inner Join reject output file, NoResellerID.csv, that the ID_Owners field values matching the Reseller ID 5 and 8 were rejected from the cars file to this file.

Scenario 3: Cascading join mapping


As third advanced use scenario, based on the scenario 2, add a new Input table containing Insurance details for example. Set up an Inner Join between two lookup input tables (Owners and Insurance) in the Mapper to create a cascade lookup and hence retrieve Insurance details via the Owners table data.

Creative Commons License

Talend Open Studio Components

759

Processing components
tMap

Scenario 4: Advanced mapping with filters, explicit joins and Inner join rejection
This scenario introduces a Job (in Java) tMap which allows to find the resellers customer leads who are owners of a defined make, and have between 2 and 6 children (inclusive), for upsale purpose for example.

Drag and drop the following components from the Palette: tFileInputDelimited (x3), tMap, tFileOutputDelimited (x2) Connect the input flow components to the tMap using a Main row connection. Pay attention to the file you connect first as it will automatically be set as Main flow. And all other connections will thus become Lookup flows. Define the Basic settings of each of the Input components. For example, define the Resellers file path used as Main flow in the Job.

Define the delimited file to be used, the Row and the Field Separator, the Header and Footer rows if any. Edit the Schema if it hasnt been stored in the Repository. You will retrieve this schema in the Main table at the top of the Input area of the mapper.

760

Talend Open Studio Components

Creative Commons License

Processing components
tMap

Carry out these previous steps for the other Input components: Cars and Owners. These two Lookup flows will fill in secondary (lookup) tables in the Input area of the Mapper. Then double-click on the tMap component to launch the Mapper and define the mapping and filters.

First set the explicit joins between the Main flow and the Lookup flows. Simply drag & drop the ID_Resellers column towards the corresponding column and this way fill in the Expression key field of the Lookup table.

The explicit join displays in color along with a hash key. Then in the Expr. Key of the Make column, type in (in Java) the filter. In this use case, simply type in BMW as the search is focused on the Owners of this particular Make.

Creative Commons License

Talend Open Studio Components

761

Processing components
tMap

Implement a cascading join between the two lookup tables Cars and Owners, in order to retrieve owners information regarding the number of children they have.

Simply drag and drop the ID_Owners column from the Cars table towards the Expr. Key field of the id_owner column from the Owners table. Click the Filter button next to the Inner Join button to display the Filter expression area. Type in the Filter statement to narrow down the number of rows loaded in the Lookup flows. In this use case, the statement reads: Owners.Children_Nr > 1 && Owners.Children_Nr < 6 Then, as you want to reject the null values into a separate table and exclude them from the standard output, select the Inner Join check box for each of the filtered Lookup tables.

In the Inner join, you can then choose to include only a Unique match, the First match or All Matches. In this use case, the All matches option is selected. Thus if several matches are found in the Inner Join, i.e. rows matching the explicit join as well as the filter, all of them will be added to the output flow (either in Rejection or the regular output). Then on the Output area of the Mapper, add two tables, one for the full matches and one for the rejections. Click the plus button to add the tables and give a name to the outputs.
762 Talend Open Studio Components Creative Commons License

Processing components
tMap

Drag and drop data from the Main and Lookup tables in the Input area, towards the respective output tables, following the type of information you want to fetch. In the rejection table used to direct the non-matches from the external join or the filter, click the Inner Join Reject button (violet arrow) to activate it. On the design space, right-click on the tMap and pull the respective output link to the relevant components. Define the Basic settings of the Output components.

Define the filepath, the expected Row and Field separator. And for this use case, select the Include Header check box. The Schema should be automatically propagated from the Mapper. Save you Job, then go to the Run tab and select the Statistics check box to follow the processing thread.

Creative Commons License

Talend Open Studio Components

763

Processing components
tMap

The statistics show that several matches were found and therefore the sum of the output rows (Main + rejected) exceeds the Main flow input rows.

Scenario 5: Advanced mapping with filters and a check of all rows


This scenario is a modified version of the preceding scenario. It describes a Job that applies filters and then checks each row of loaded lookup rows.

Take the same Job as in Scenario 4: Advanced mapping with filters, explicit joins and Inner join rejection on page 760. No changes are required in the Input delimited files. Launch the Mapper to change the mapping and the filters.

764

Talend Open Studio Components

Creative Commons License

Processing components
tMap

Remove all explicit joins between the Main table and the Cars Lookup table. Notice that the All Matches setting changes automatically to All Rows. In fact, as no explicit join is declared (no hash keys), all lookup rows need to be loaded and checked against all main flow rows. Remove the Expr. key filter (BMW) from the Cars table.

And click the Filters button to display the Filter area. Then type in the new filter to narrow down the search to BMW or Mercedes car makes. The statement reads as follows: Cars.Make.equals("BMW") || Cars.Make.equals("Mercedes") The filter on the Owners Lookup table doesnt change from the previous scenario. Define new file paths for the respective outputs. Save the Job and enable the Statistics on the Run tab before executing the Job.

Creative Commons License

Talend Open Studio Components

765

Processing components
tMap

The Statistics show that a cartesian product has been carried out between the Main flow rows with the filtered Lookup rows.

The content of the main output flow shows that the filtered rows have correctly been passed on.

Whereas, the Reject result clearly shows the rows that didnt match one of the filter.

766

Talend Open Studio Components

Creative Commons License

Processing components
tMap

Scenario 6: Advanced mapping with lookup reload at each row (java)


The following scenario describes a Job that retrieves people details from a lookup database, based on a join on the age. The main flow source data is read from a MySQL database table called people_age that contains people details such as numeric id, alphanumeric first name and last name and numeric age. The people age is either 40 or 60. The number of records in this table is intentionally restricted. The reference or lookup information is also stored in a MySQL database table called large_data_volume. This lookup table contains a number of records including the city where people from the main flow have been to. For the sake of clarity, the number of records is restricted but, in a normal use, the usefulness of the feature described in the example below is more obvious for very large reference data volume. To optimize performance, a database connection component is used in the beginning of the Job to open the connection to the lookup database table in order not to do that every time we want to load a row from the lookup table. An Expression Filter is applied to this lookup source flow, in order to select only data from people whose age is equal to 60 or 40. This way only the relevant rows from the lookup database table are loaded for each row from the main flow. Therefore this Job shows how, from a limited number of main flow rows, the lookup join can be optimized to load only results matching the expression key.
Generally speaking, as the lookup loading is performed for each main flow row, this option is mainly interesting when a limited number of rows is processed in the main flow while a large number of reference rows are to be looked up to.

The join is solved on the age field. Then, using the relevant loading option in the tMap component editor, the lookup database information is loaded for each main flow incoming row.

For this Job, the metadata has been prepared for the source and connection components. For more information on how to set up the DB connection schema metadata, see the relevant section in the Talend Open Studio User Guide. This Java Job is formed with five components, four database components and a mapping component.

Creative Commons License

Talend Open Studio Components

767

Processing components
tMap

Drop the DB Connection under the Metadata node of the Repository to the design workspace. In this example, the source table is called people_age. Select tMySQLInput in the list that pops up when dropping the component.

Drop the lookup DB connection table from the Metadata node to the design workspace selecting tMysqlInput from the list that pops up. In this Job, the lookup is called large_data_volume. The same way, drop the DB connection from the Metadata node to the design workspace selecting tMysqlConnection from the list that pops up. This component creates a permanent connection to the lookup database table in order not to do that every time we want to load a row from the lookup table. Then pick the tMap connector from the Processing family and the tMySQLOutput connector from the Database family in the Palette to the right hand side of the editor. Now connect all the components together. To do so, right-click on the tMySQLInput component corresponding to the people table and drag the link towards tMap. Release the link over the tMap component, the main row flow is automatically set up. Rename the Main row link to people, to identify more easily the main flow data. Perform the same operation to connect the lookup table (large_data_volume) to the tMap component and the tMap to the tMySQLOutput component.

768

Talend Open Studio Components

Creative Commons License

Processing components
tMap

A dialog box prompts for a name to the output link. In this example, the output flow is named: people_mixandmatch Rename also the lookup row connection link to large_volume, to help identify the reference data flow. Connect tMysqlConnection to tMysqlInput using the trigger link OnSubjobOk. Then double-click the tMap component to open the graphical mapping editor.

The Output table (that was created automatically when you linked the tMap to the tMySQLOutput will be formed by the matching rows from the lookup flow (large_data_volume) and the main flow (people_age). Select the main flow rows that are to be passed on to the output and drag them over to paste them in the Output table (to the right hand side of the mapping editor). In this example, the selection from the main flow include the following fields: id, first_name, last_Name and age. From the lookup table, the following column is selected: city. Drop the selected columns from the input tables (people and large_volume) to the output table. Now set up the join between the main and lookup flows. Select the age column of the main flow table (on top) and drag it towards the age column of the lookup flow table (large_volume in this example). A key icon appears next to the linked expression on the lookup table. The join is now established.

Creative Commons License

Talend Open Studio Components

769

Processing components
tMap

Now select the Reload at each row option in order for the lookup to be reloaded for each row being processed.

Click the green arrow to display the pop-up menu and select the relevant option. In this use case you also need to select the All matches option in the Lookup table, in order to gather all instances of age matches in the output flow. Now implement the filtering, based on the age column, in the Lookup table. The GlobalMapKey field is automatically created when you selected the Reload at each row option. Indeed you can use this expression to dynamically filter the reference data in order to load only the relevant information when joining with the main flow. As mentioned in the introduction of the scenario, the main flow data contains only people whose age is either 40 or 60. To avoid the pain of loading all lookup rows, including ages that are different from 40 and 60, you can use the main flow age as global variable to feed the lookup filtering.

Drop the Age column from the main flow table to the Expr. field of the lookup table.

770

Talend Open Studio Components

Creative Commons License

Processing components
tMap

Then in the globalMap Key field, put in the variable name, using the expression. In this example, it reads: people.Age Click OK to save the mapping setting and go back to the design workspace. To finalize the implementation of the dynamic filtering of the lookup flow, you need now to add a WHERE clause in the query of the database input.

At the end of the Query field, following the Select statement, type in the following where clause: WHERE AGE = " + ((Integer)globalMap.get("people.Age")) Make sure that the type corresponds to the column used as variable. In this use case, Age is of Integer type. And use the variable the way you set in the globalMap key field of the map editor. Then double-click on the tMySQLoutput component and check that the schema corresponds to the mapping setting. You are now ready to execute the Job. Click the Run view of the tab system located at the bottom of the design workspace, to display the Job execution tab.

Before running the Job, select the Traces check box to view the data processing progress. Make sure that the database types are respected (string, integer...) to avoid execution errors. Then press F6 or click the Run button to execute the Job. For more comfort, you can maximize the Job design view while executing by simply double-clicking on the Job name tab.

Creative Commons License

Talend Open Studio Components

771

Processing components
tMap

The lookup data is reloaded for each of the main flows rows, corresponding to the age constraint. All age matches are retrieved in the lookup rows and grouped together in the output flow. Therefore if you check out the data contained in the newly created people_mixandmatch table, you will find all the age duplicates corresponding to different individuals whose age equals to 60 or 40 and the city where they have been to.

772

Talend Open Studio Components

Creative Commons License

Processing components
tNormalize

tNormalize
tNormalize Properties
Component family Processing/Fields

Function Purpose Basic settings

Normalizes the input flow following SQL standard. tNormalize helps improve data quality and thus eases the data update. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. In this component, the schema is read-only. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job designs. Related topic: Setting a Repository schema of Talend Open Studio User Guide.

Java only Java only

Get rid of duplicated Select this check box to deduplicate rows in the rows from output data of the output flow. Use CSVparameters Select this check box to include CSV specific parameters such as escape mode and enclosure character. Column to normalize Item separator Select the column from the input flow which the normalization is based on Enter the separator which will delimits data in the input flow.

Usage Limitation

This component can be used as intermediate step in a data flow. n/a

Scenario: Normalizing data (in Perl)


This simple scenario illustrates a Job that normalizes a list of tags for Web forum topics and outputs them into a table in the standard output console (Run tab).

Drop the following components from the Palette to the design workspace: tFileInputDelimited, tNormalize, tLogRow.
Creative Commons License Talend Open Studio Components 773

Processing components
tNormalize

In the tFileInputDelimited Basic settings, set the input file to be normalized.

The file schema is stored in the repository for ease of use. It is made of one column, called Tags, containing rows with one or more keywords. Set the Row Separator and the Field Separator.

On the tNormalize Basic settings panel, define the column the normalization operation is based on. In this use case, the column to normalize is Tags.

The Item separator is the comma, surrounded here by single quotes as the Job is done in Perl. In the tLogRow component, select the Print values in the cells of table check box. Save the Job and press F6 to execute it.

774

Talend Open Studio Components

Creative Commons License

Processing components
tNormalize

The values are normalized and displayed in a table cell on the console.

Creative Commons License

Talend Open Studio Components

775

Processing components
tPivotToRows

tPivotToRows
tPivotToRows properties
Component family Processing

Function Purpose Basic settings

tPivotToRows transforms multiple columns into multiple key/value lines. tPivotToRows makes it possible to choose a list of columns from the input flow and transforms it into lines in the output flow. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Click Sync columns to retrieve the schema from the previous component in the Job. Built-in: You create the schema and store it locally for the relevant component. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: You have already created the schema and stored it in the Repository. You can reuse it in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Row keys Select the list of the columns of the input schema which you want to display as a unique output line. The non-selected columns will constitute the pivot. Click on the plus button to add as many lines as of columns to concatenate. click in each of the lines of the Input column list and select the name of the column. Row key concatenate delimiter Set separators for concatenated values.

Advanced settings

tStatCatcher Statistics

Select this check box to gather the job processing metadata at the job level as well as at each component level.

Usage

This component is generally used as an intermediate step in a data flow. It needs then an input and output components.

776

Talend Open Studio Components

Creative Commons License

Processing components
tPivotToRows

Scenario: Concatenating a list of columns in a table by using the other table columns as pivot
This Perl scenario describes a four-component Job that allows to concatenate in a single line the information distributed in a list of columns by using the other columns in the table as pivot. Drop the following components from the Palette onto the design workspace: tFileInputDelimited, tPivotToRows and tLogRow (x2). Connect the four components using Row Main links.

In the design workspace, double-click tFileInputDelimited to display its Basic settings view where you can define its properties.

From the Property Type list, select: -Repository if you have already stored the metadata of your input file in the Repository, the fields that follow are filled in with the stored information automatically, or -select Built-In and fill in the fields that follow manually. For this example, we use the Built-In mode. Click the three-dot button next to the File Name field and browse to the input file. In this example, our source file is use_case_tunpivotrow and it holds eight columns. The five columns: id, CustomerName, CustomerAddress, id2 and RegisterTime are to be concatenated, while the other three columns: Sum1, Sum2 and Sum3 are to be used as pivot. In the Basic settings view of tFileInputDelimited, define in the corresponding fields the row and field separators used in the source file. If needed, set Header, Footer and Limit. In this example, set Header to 1 since the first row that holds columns names is to be ignored. Footer and Limit for the number of processed rows are not set.

Creative Commons License

Talend Open Studio Components

777

Processing components
tPivotToRows

In the Schema field, set schema to Built in then click the three-dot button next to the Edit Schema field to define the data to be passed to the following component. In this example, the source schema consists of the eight columns of the source file use_case_tunpivotrow.

In the design workspace, double-click tPivotToRows to display its Basic settings view where you can define the component properties. Click Sync columns to retrieve the schema from the preceding component.
You can click the three-dot button next to Edit schema to check the retrieved schema.

Click the plus button to add in the Row keys area as many lines as the columns to concatenate. In this example, we add five lines.

Click in each of the lines of the Input column list and select the name of the column to be concatenated. The input schema columns that are not selected will be used as pivot. In the Row key concatenate delimiterfield, define a character to separate the data of the various columns once the concatenation is completed. Double-click the first tLogRow component to display its Basic settings view and define its properties.

778

Talend Open Studio Components

Creative Commons License

Processing components
tPivotToRows

In the mode area, select Table to display the source file and the tPivotToRows results together to be able to compare them. Do the same for the second tLogRow component save the Job and press F6 to execute it.

The console shows the results of the two tLogRow components. Table tLogRow_1 gives an outline of the source file and table tLogRow_2 shows the concatenation of the columns id, CustomerName, CustomerAddress, id2 and RegisterTime as well as the transformation of the columns Sum1, Sum2 and Sum3 as pivot.

Creative Commons License

Talend Open Studio Components

779

Processing components
tReplace

tReplace
tReplace Properties
Component family Processing

Function Purpose Basic settings

Carries out a Search & Replace operation in the input columns defined. Helps to cleanse all files before further processing. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Two read-only columns, Value and Match are added to the output schema automatically. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job designs. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Simple Mode Search / Replace Click Plus to add as many conditions as needed. The conditions are performed one after the other for each row. Input column: Select the column of the schema the search & replace is to be operated on Search: Type in the value to search in the input column Replace with: Type in the substitution value. Whole word: Select this check box if the searched value is to be considered as whole. Case sensitive: Select this check box to care about the case. Note that you cannot use regular expression in these columns.

Use advanced mode Select this check box when the operation you want to perform cannot be carried out through the simple mode. In the text field, type in the regular expression as required. Usage This component is not startable as it requires an input flow. And it requires an output component.

780

Talend Open Studio Components

Creative Commons License

Processing components
tReplace

Scenario: multiple replacements and column filtering


This following Job (made in Perl) searches and replaces various typos and defects in a csv file then operates a column filtering before producing a new csv file with the final output.

Click & drop the following components from the Palette: tFileInputDelimited, tReplace, tFilterColumn and tFileOutputDelimited. Connect the components using Main Row connections via a right-click on each component. Select the tFileInputDelimited component and set the input flow parameters.

The Property type for this scenario is Built-in. Therefore the following fields are to be set manually unlike the Properties stored centrally in the repository, that are retrieved automatically. The File is a simple csv file stored locally. The Row Separator is a carriage return and the Field Separator is a semi-colon. In this example no Header, no Footer and no Limit are to be set. The file contains characters such as: \t, |||, [d] or *d which should not be interpreted as special characters or wild card.

Creative Commons License

Talend Open Studio Components

781

Processing components
tReplace

The schema for this file is built in also and made of four columns of various types (string or int). Now select the tReplace component to set the search & replace parameters.

The schema can be synchronized with the incoming flow. Select the Simple mode check box as the search parameters can be easily set without requiring the use of regexp. Click the plus sign to add some lines to the parameters table. On the first parameter line, select amount as input column. In the search field look for the decimal dot separator and replace it with a comma, in between single quotes. On the second parameter line, select str as input column. In the search field, look for stret or streat or stre. Note that these values are separated by a pipe that means or in Perl language. Replace them by Street. Select the whole word check box. On the third parameter line, select again str as input column, search the pipe character using a backslash in front, to differentiate it from the or in Perl language. and replace it with nothing between single quotes (). On the fourth parameter line, select firstname as input column. In the Search field, look for the following characters: [, ], +, *. Note that these values are separated by a pipe that means or in Perl language. Replace them with nothing between single quotes ().

782

Talend Open Studio Components

Creative Commons License

Processing components
tReplace

On the fifth parameter line, select amount as input column. In the Search field, type in the dollar sign between single quotes and In the Replace field, type in the Euro sign. On the last parameter line, select firstname as input column. Search the string: \t. To differenciate it from the tabulation, add as many backslashes in front of it as there are parsing, in other words, two backlashes are used to avoid misinterpreting and two extra backslashes constitute part of the character being looked for. In total four backslahes including the one in the character it self are being searched. Replace them with nothing between single quotes (). And select the whole word check box. The advanced mode isnt used in this scenario. Select the next component in the Job, tFilterColumn.

The tFilterColumn component holds a schema editor allowing to build the output schema based on the column names of the input schema. In this use case, change the order of the input schema columns and add 3 new columns, to obtain a schema as follows: empty_field, firstname, name, str, amount, filler1, filler2. Click OK to validate.

Creative Commons License

Talend Open Studio Components

783

Processing components
tReplace

Set the tFileOutputDelimited properties manually. The schema is built-in for this scenario, and comes from the preceding component in the Job. Save the Job and press F6 to execute it.

The first column is empty and the rest of the columns have been cleaned up from the parasitical characters. The street column was moved. And the decimal delimiter has been changed from a dot to a comma, along with the currency sign.

784

Talend Open Studio Components

Creative Commons License

Processing components
tSampleRow

tSampleRow
tSampleRow properties
Component family Processing

Function Purpose Basic settings

tSampleRow filters rows according to line numbers. tSampleRow helps to select rows according to a list of single lines and/or a list of groups of lines. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Click Sync columns to retrieve the schema from the previous component in the Job. Built-in: You create the schema and store it locally for the relevant component. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: You have already created the schema and stored it in the Repository. You can reuse it in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Range Enter a range using the relevant syntax to choose a list of single lines and/or a list of groups of lines.

Usage Limitation

This component handles flows of data therefore it requires input and output components. n/a

Scenario: Filtering rows and groups of rows


This Java scenario describes a three-component Job. A tRowGenerator is used to create random entries which are directly sent to a tSampleRow where they will be filtered according to a defined range. In this scenario, we suppose the input flow contains names of salespersons along with their respective number of sold products and their years of presence in the enterprise. The result of the filtering operation is displayed on the Run console. Drop the following components from the Palette onto the design workspace: tRowGenerator, tSampleRow, and tLogRow. Connect the three components using Row Main links.

Creative Commons License

Talend Open Studio Components

785

Processing components
tSampleRow

In the design workspace, select tRowgenerator. Click the Component tab to define the basic settings for tRowGenerator. In the Basic settings view, set the Schema Type to Built-In and click the three-dot [...] button next to Edit Schema to define the data you want to use as input. In this scenario, the schema is made of five columns.

In the Basic settings view, click RowGenerator Editor to define the data to be generated. In the RowGenerator Editor, specify the number of rows to be generated in the Number of Rows for RowGenerator field and click OK. The RowGenerator Editor closes.

In the design workspace, select tSampleRow.

786

Talend Open Studio Components

Creative Commons License

Processing components
tSampleRow

Click the Component tab to define the basic settings for tSamleRow.

n the Basic settings view, set the Schema Type to Built-In and click Sync columns to retrieve the schema from the tRowGenerator component. In the Range panel, set the filter to select your rows using the correct syntax as explained. In this scenario, we want to select the first and fifth lines along with the group of lines between 9 and 12. In the design workspace, select tLogRow and click the Component tab to define its basic settings. For more information about tLogRow, see tLogRow on page 628. Save your Job and press F6 to execute it.

The filtering result displayed on the console shows the first and fifth rows and the group of rows between 9 and 12.

Creative Commons License

Talend Open Studio Components

787

Processing components
tSortRow

tSortRow
tSortRow properties
Component family Processing

Function Purpose Basic settings

Sorts input data based on one or several columns, by sort type and order Helps creating metrics and classification table. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Click Sync columns to retrieve the schema from the previous component connected in the Job. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Criteria Click + to add as many lines as required for the sort to be complete. By default the first column defined in your schema is selected. Schema column: Select the column label from your schema, which the sort will be based on. Note that the order is essential as it determines the sorting priority. Sort type: Numerical and Alphabetical order are proposed. More sorting types to come. Order: Ascending or descending order.

Advanced settings

Sort on disk

Customize the memory used to temporarily store output data. Temp data directory path: Set the location where the temporary files should be stored. Buffer size of external sort: Type in the size of physical memory you want to allocate to sort processing. Select this check box to gather the job processing metadata at the job level as well as at each component level.

tStatCatcher Statistics

788

Talend Open Studio Components

Creative Commons License

Processing components
tSortRow

Usage Limitation

This component handles flow of data therefore it requires input and output, hence is defined as an intermediary step. n/a

Scenario: Sorting entries


This scenario describes a three-component Job. A tRowGenerator is used to create random entries which are directly sent to a tSortRow to be ordered following a defined value entry. In this scenario, we suppose the input flow contains names of salespersons along with their respective sales and their years of presence in the company. The result of the sorting operation is displayed on the Run console.

Drop the three components required for this use case: tRowGenerator, tSortRow and tLogRow from the Palette to the design workspace. Connect them together using Row main links. On the tRowGenerator editor, define the values to be randomly used in the Sort component. For more information regarding the use of this particular component, see tRowGenerator on page 657.

In this scenario, we want to rank each salesperson according to its Sales value and to its number of years in the company. Double-click on tSortRow to display the Basic settings tab panel. Set the sort priority on the Sales value and as secondary criteria, set the number of years in the company.

Creative Commons License

Talend Open Studio Components

789

Processing components
tSortRow

Use the plus button to add the number of rows required. Set the type of sorting, in this case, both criteria being integer, the sort is numerical. At last, given that the output wanted is a rank classification, set the order as descending. Display the Advanced Settings tab and select the Sort on disk check box to modify the temporary memory parameters. In the Temp data directory path field, type the path to the directory where you want to store the temporary data. In the Buffer size of external sort field, set the maximum buffer value you want to allocate to the processing.
The default buffer value is 1000000 but the more rows and/or columns you process, the higher the value needs to be to prevent the Job from automatically stopping. In that event, an out of memory error message displays.

Make sure you connected this flow to the output component, tLogRow, to display the result in the job console. Press F6 to run the Job or go to the Run panel and click Run.The ranking is based first on the Sales value and second on the number of years of experience.

790

Talend Open Studio Components

Creative Commons License

System components
This chapter details the major components that you can find in System group of the Palette of Talend Open Studio. The System family groups components that help you interact with the operating system.

System components
tRunJob

tRunJob
tRunJob Properties
Component family System

Function Purpose Basic settings

tRunJob executes the Job called in the components properties, in the frame of the context defined. tRunJob helps mastering complex job systems which need to execute one Job after another. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Built-in: You create and store the schema locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: You have already created the schema and stored it in the Repository. You can reuse it in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide CopyChild Job Schema Job Click to fetch the child job schema. Select the Job to be called in and processed. Make sure you already executed once the Job called, beforehand, in order to ensure a smooth run through tRunJob. Select the child Job version that you want to use. If you defined contexts and variables for the Job to be run by the tRunJob, select the applicable context entry on the list. You can change the selected context parameters. Click the plus button to add the parameters as defined in the Context of the child Job. For more information on context parameters, see Context settings in Talend Open Studio User Guide. Clear this check box to execute the parent Job even though there is an error when executing the child Job. Select this check box to transfer all the context variables from the child Job to the parent Job.

Version Context

Context Param

Die on child error

Transmit whole context

792

Talend Open Studio Components

Creative Commons License

System components
tRunJob

Usage

This component can be used as a standalone Job or can help clarifying complex Job by avoiding having too many sub-jobs all together in one Job. n/a

Limitation

Scenario: Executing a child Job


This scenario describes a single-component Job calling in and executing another Job. The Job to be executed reads a basic delimited file and simply displays its content on the Run log console. The particularity of this Job lies in the fact that this latter Job is executed from a separate Job and uses a context variable to prompt for the input file to be processed.

Create the first Job reading the delimited file. Drop a tFileInputDelimited and a tLogRow from the Palette to the design workspace. Connect the two components together using a Row Main link. Double-click tFileInputDelimited to open its Basic settings view and define its properties.

Creative Commons License

Talend Open Studio Components

793

System components
tRunJob

Set the Property type to Built-In for this Job. Click in the File Name field and then press F5 to open the [New Context Parameter] dialog box and configure the context variable.

In the Name field, enter a name for this new context variable, File in this example. In this example, there is no need to either select the Prompt for value check box or to set a prompt message, as the default parameter value can be used.

794

Talend Open Studio Components

Creative Commons License

System components
tRunJob

Click Finish to validate the modification and press Enter on your keyboard to make sure the new context variable is stored the File Name field. In the Basic settings view, type in the field and row separators used in the input file. If needed, set Header, Footer, and Limit. In this example, no header or footer are used and no limit for the number of processed rows is set. Set Schema type to Built-in for this example. Click the three-dot button next to the field name to open the schema dialog box where you can configure the schema manually. In the dialog box, click the plus button to add two columns and name them following the first and second column names of your input file, username and age in this example.
If you store your schema in the Repository tree view, you only need to select the relevant metadata entry corresponding to your input file structure.

Double-click tLogRow to display its Basic settings view and define its properties. Click Sync columns to retrieve the schema of the input component and then set other options according to your needs. save your Job and press F6 to make sure that it executes without error. Create the second Job that will be the parent Job. Drop a tFileList and a tRunJob from the Palette to the design workspace. Connect the two components together using an Iterate link. Double-click tFileList to open its Basic settings view and define its properties.

In the Directory field, set the path to the directory that holds the files to be processed, or click the three-dot button next to the field to browse to the directory. In this example, the directory is called tRunJob and it holds three delimited files. In the FileList Type list, select Files. select the Use Glob Expressions as Filemask check box to be able to use regular expressions in your file masks.

Creative Commons License

Talend Open Studio Components

795

System components
tRunJob

In the Files area, click the plus button to add a line where you can set the filter to apply. In this example, we want only to retrieve delimited files *.csv. Double-click tRunJob to display its Basic settings view and define its properties.

Click the three-dot button next to the Job field to open the [Find a Job] dialog box.

Select the child Job you want to execute and click OK to close the dialog box. The name of the selected Job displays in the Job field in the Basic settings view of tRunJob. Click Copy Child Job Schema to retrieve the schema from the child Job. In the Context Param area, click the plus button to add a line and define the context parameter. Click in the Values cell and then press Ctrl+Espace on your keyboard to access the list of context variables.

796

Talend Open Studio Components

Creative Commons License

System components
tRunJob

In the list, select tFileList-1.CURRENT_FILEPATH. The corresponding context variable displays in the Values cell: ((String)globalMap.get(tFileList-1.CURRENT_FILEPATH)). For more information on context variables, see Context settings in Talend Open Studio User Guide. save your Job and press F6 to execute it.

The called-in Job reads the data contained in the input file, as defined by the input schema, and the result of this Job is displayed directly in the Run console. Related topic: tLoop on page 690, and Scenario1: Buffering data (Java) on page 640 of the tBufferOutput component.

Creative Commons License

Talend Open Studio Components

797

System components
tSetEnv

tSetEnv
tSetEnv Properties
Component family System

Function Purpose

tSetEnv adds variables temporarily to system environment during the execution of a Job. tSetEnv allows to create variables and execute a job script through communicating the information about the newly created variables between subjobs. After job execution, the newly created variables are deleted. Parameters Click the plus button to add the variables needed for the job. name: Enter the syntax for the new variable. value: Enter a parameter value according to the context. append: Select this check box to add the new variable at the end.

Basic settings

Usage Limitation

tSetEnv can be used as a start or an intermediate component. n/a

Scenario: Modifying the Date variable during the execution of a Job


The following scenario is a Perl Job that reads a column in an Oracle DB, retrieves the current date from the column using a DB query, creates a new variable using tSetEnv to modify the date format, and outputs date, in the modified format, on the console. To modify the date format using a new variable created by tSetEnv: Drop the following components from the Palette onto the design workspace: tSetEnv, tOracleInput, and tLogRow. Connect tSetEnv to tOracleInput using an OnSubjobOk link. Connect tOracleInput to tLogRow using a Row Main link.

798

Talend Open Studio Components

Creative Commons License

System components
tSetEnv

Select tSetEnv and click the Component tab to display the component view. In the Basic settings panel, click the plus button to add a new parameter line and define your new variable. Click in the name cell and enter the syntax for your date variable. In this example, we use NLS_DATE_FORMAT. Click in the value cell and enter the desired value for your new date variable.

In this example, we want to modify the date format DD-MMM-YY predefined in the system to display as YYYY-MM-DD. Select tOracleInput and click the Component tab to display the component view. Set the Basic settings for the tOracleInput component. For more information, see tOracleInput on page 336.

Creative Commons License

Talend Open Studio Components

799

System components
tSetEnv

In this example, we query an Oracle database to extract the data held in the now column from the setenv table. Select tLogRow and click the Component tab to display the component view. Set the Basic settings for the tLogRow component as needed. For more information, see tLogRow on page 628. Save your Job and press F6 to execute it.

The date displays on the console in the format YYYY-MM-DD set with the tSetEnv component. To display the date in the above Job in the format pre-defined in the system: In the design workspace, right-click the tSetEnv component and select Deactivate tSetEnv_1 from the drop-down list. Press F6 to execute your Job.

800

Talend Open Studio Components

Creative Commons License

System components
tSetEnv

The date displays on the console in the format DD-MMM-YY pre-defined in the system.

Creative Commons License

Talend Open Studio Components

801

System components
tSSH

tSSH
tSSH Properties
Component family System

Function Purpose Basic settings

Returns data from a remote computer, based on the secure shell command defined. Allows to establish a communication with distant server and return securely sensible information. Host Port User Public Key/Password Password/Private Key Commands Use timeout/timeout in seconds IP address Listening port number User authentication information Select the relevant option. In case of Public Key, make sure the key is added to the agent or that no passphrase is required. Password: Type in the password required. Private key: browse to the relevant key location. Type in the command for the relevant information to be returned from the remote computer. Define the timeout time period. A timeout message will be generated if the actual response time exceeds this expected processing time.

Usage Limitation

This component can be used as standalone component. The component use is optimized for Unix-like systems.

Scenario: Remote system information display via SSH


The following use case describes a basic Job that uses SSH command to display the hostname of the distant server being connected to, and the current date on this remote system. The tSSH component is sufficient for this Job. Drop it from the Palette to the desihn workspace. Double-click on the tSSH component and select the Basic settings view tab.

802

Talend Open Studio Components

Creative Commons License

System components
tSSH

Type in the name of the Host to be accessed through SSH as well as the Port number. Fill in the User identification name on the remote machine. Select the Authentication method on the list. For this use case, the authentication method used is the public key. Thus fill in the corresponding Private key. On the Command field, type in the following command. For this use case, type in hostname; date between single quotes (as the Job is generated in Perl.). Select the Use timeout check box and set the time before falling in error to 5 seconds.

The remote machine returns the host name and the current date and time as defined on its system.

Creative Commons License

Talend Open Studio Components

803

System components
tSystem

tSystem
tSystem Properties
Component family System

Function Purpose Basic settings

tSystem executes one or more system commands. tSystem can call other processing commands, already up and running in a larger Job. Use home directory Command Select this check box to change the name and path of a dedicated directory. Enter the system command. Note that the syntax is not checked.

Standard Output and Select the type of output for the processed data to Error Output be transferred to. to console: data is passed on to be viewed in the Run view. to global variable: data is passed on to an output variable linked to the tSystem component. to console and to global variable: data is passed on to the Run view and to an output variable linked to the tSystem component. normal: data is passed on to the component that comes next. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit Schema to make changes to the schema. Note that if you make changes, the schema automatically becomes built-in. Click Sync columns to retrieve the schema from the preceding component in the Job. Built-in: You create and store the schema locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: You have already created the schema and stored it in the Repository. You can reuse it in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide Parameters Click the plus button to add as many global variables as needed. name: Enter the syntax of the new variable. value: Enter a value for this variable according to the context.

804

Talend Open Studio Components

Creative Commons License

System components
tSystem

Usage

This component can typically used for companies which already implemented other applications that they want to integrate into their processing flow through Talend. n/a

Limitation

Scenario: Echo Hello World!


This Java scenario is a two-component Job that executes a system command and shows the results in the Run view console. Drop a tJava and a tSystem components from the Palette to the design workspace. Connect the two components together using a Trigger > OnSubjobOk link between the two components.

When executing the Job, the first component triggers the second one. Double-click tSystem to open the Basic settings view and display the component properties.

In the Command field, enter the echo command followed by the string to display, Hello World! in this example. In the Standard Output field, select to a global variable to send the output to a global variable. Keep the by-default parameters in the other fields. Double-click tJava to open the Basic settings view and define the component properties.
Creative Commons License Talend Open Studio Components 805

System components
tSystem

Enter the following Java command to display the tSystem output variable in the console: System.out.println(Hello World!); Save your Job and press F6 to execute it.

The Job executes an echo command and shows the output in the Console of the Run view using a Println command in the tJava component.

806

Talend Open Studio Components

Creative Commons License

XML components
This chapter details the major components that you can find in XML group of the Palette of Talend Open Studio. The XML family groups the components dedicated to XML related tasks such as parsing, validation, XML structure creation and so on.

XML components
tAdvancedFileOutputXML

tAdvancedFileOutputXML
tAdvancedFileOutputXML properties
Component family XML or File/Output

Function Purpose Basic settings

tAdvancedFileOutputXML outputs data to an XML type of file and offers an interface to deal with loop and group by if needed. tAdvancedFileOutputXML writes an XML file with separated data value according to a XML tree schema. File name Name or path to the output file. Related topic: Defining variables from the Component view of Talend Open Studio User Guide Opens the dedicated interface to help you set the XML mapping. For details about the interface, see Defining the XML tree on page 809. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job designs. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Sync columns Click to synchronize the output file schema with the input file schema. The Sync function only displays once the Row connection is linked with the Output component. Select this check box to add the new lines at the end of your source XML file.

Configure XML tree

Schema type and Edit Schema

Append the source xml file

Generate compact file Select this check box to generate a file that does not have any empty space or line separators. All elements then are presented in a unique line and this will reduce considerably file size. Advanced settings Split output in several files Create directory only if not exists Create empty element if needed If the XML file output is big, you can split the file every certain number of rows. This check box is selected by default. It creates a directory to hold the output XML files if required. This box is selected by default. If the Associated Column content is null or if no column is associated to an XML node, this option will create an open/close tag in place of the expected tag.

808

Talend Open Studio Components

Creative Commons License

XML components
tAdvancedFileOutputXML

Create associated XSD file

If one of the XML elements is defined as a Namespace element, this option will create the corresponding XSD file. To use this option, you are required to select Dom4J as generation mode. Select this check box to change the expected data separator. Select the faster or slower generation mode according to the memory usage requirements you have. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling.

Advanced separator Generation mode

Encoding type

Usage Limitation

Use this component to write an XML file with data passed on from other components using a Row link. n/a

Defining the XML tree


Double-click on the tAdvancedFileOutputXML component to open the dedicated interface or click on the three-dot button on the Basic settings vertical tab of the Component Settings tab.

To the left of the mapping interface, under Schema List, are listed all columns retrieved from the incoming data flow (on the condition that an input flow is connected to the tAdvancedFileOutputXML component). To the right of the interface, is expected the XML structure you want to obtain as output.

Creative Commons License

Talend Open Studio Components

809

XML components
tAdvancedFileOutputXML

You can create manually or easily import the XML structure. Then map the input schema columns onto each element of the XML tree. Importing the XML tree The easiest and most common way to fill out the XML tree panel, is to import a well-formed XML file. Rename the root tag that displays by default on the XML tree panel, by clicking on it once. Right-click on the root tag to display the contextual menu. On the menu, select Import XML tree. Browse to the file to import and click OK.

The XML Tree column is hence automatically filled out with the correct elements. You can remove and insert elements or sub-elements from and to the tree: Select the relevant element of the tree. Right-click to display the contextual menu Select Delete to remove the selection from the tree or select the relevant option among: Add sub-element, Add attribute, Add namespace to enrich the tree.

810

Talend Open Studio Components

Creative Commons License

XML components
tAdvancedFileOutputXML

Creating manually the XML tree If you dont have any XML structure already defined, you can manually create it. Rename the root tag that displays by default on the XML tree panel, by clicking on it once. Right-click on the root tag to display the contextual menu. On the menu, select Add sub-element to create the first element of the structure. You can also add an attribute or a child element to any element of the tree or remove any element from the tree. Select the relevant element on the tree you just created. Right-click to the left of the element name to display the contextual menu. On the menu, select the relevant option among: Add sub-element, Add attribute, Add namespace or Delete.

Mapping XML data


Once your XML tree is ready, you can map each input column with the relevant XML tree element or sub-element to fill out the Related Column: Click on one of the Schema column name. Drag it onto the relevant sub-element to the right. Release to implement the actual mapping.

A light blue link displays that illustrates this mapping. If available, use the Auto-Map button, located to the bottom left of the interface, to carry out this operation automatically. You can disconnect any mapping on any element of the XML tree: Select the element of the XML tree, that should be disconnected from its respective schema column. Right-click to the left of the element name to display the contextual menu. Select Disconnect linker. The light blue link disappears.
Creative Commons License Talend Open Studio Components 811

XML components
tAdvancedFileOutputXML

Defining the node status


Defining the XML tree and mapping the data is not sufficient. You also need to define the loop element and if required the group element. Loop element The loop element allows you to define the iterating object. Generally the Loop element is also the row generator. To define an element as loop element: Select the relevant element on the XML tree. Right-click to the left of the element name to display the contextual menu. Select Set as Loop Element.

The Node Status column shows the newly added status.


There can only be one loop element at a time.

Group element The group element is optional, it represents a constant element where the groupby operation can be performed. A group element can be defined on the condition that a loop element was defined before. When using a group element, the rows should sorted, in order to be able to group by the selected node.

812

Talend Open Studio Components

Creative Commons License

XML components
tAdvancedFileOutputXML

To define an element as group element: Select the relevant element on the XML tree. Right-click to the left of the element name to display the contextual menu. Select Set as Group Element.

The Node Status column shows the newly added status and any group status required are automatically defined, if needed. Click OK once the mapping is complete to validate the definition and continue the job configuration where needed.

Scenario: Creating an XML file using a loop


The following scenario describes the creation of an XML file from a sorted flat file gathering a video collection.

Drop a tFileInputDelimited and a tAdvancedFileOutputXML from the Palette to the design workspace. Alternatively, if you configured a description for the input delimited file in the Metadata area of the Repository, then you can directly drag & drop the metadata entry onto the editor, to set up automatically the input flow. Right-click on the input component and drag a row main link towards the tAdvancedFileOutputXML component to implement a connection.

Creative Commons License

Talend Open Studio Components

813

XML components
tAdvancedFileOutputXML

Select the tFileInputDelimited component and display the Component settings tab located in the tab system at the bottom of the Studio.

Select the Property type, according to whether you stored the file description in the Repository or not. If you dragged & dropped the component directly from the Metadata, no changes to the setting should be needed. If you didnt setup the file description in the Repository, then select Built-in and manually fill out the fields displayed on the Basic settings vertical tab. The input file contains the following type of columns separated by semi-colons: id, name, category, year, language, director and cast.

In this simple use case, the Cast field gathers different values and the id increments when changing movie. If needed, define the tFileDelimitedInput schema according to the file structure.

814

Talend Open Studio Components

Creative Commons License

XML components
tAdvancedFileOutputXML

Once you checked that the schema of the input file meets your expectation, click on OK to validate. Then select the tAdvancedFileOutputXML component and click on the Component settings tab to configure the basic settings as well as the mapping. Note that a double-click on the component will open directly the mapping interface.

In the File Name field, browse to the file to be written if it exists or type in the path and file name that needs to be created for the output. By default, the schema (file description) is automatically propagated from the input flow. But you can edit it if you need. Then click on the three-dot button or double-click on the tAdvancedFileOutputXML component on the design workspace to open the dedicated mapping editor. To the left of the interface, are listed the columns from the input file description. To the right of the interface, set the XML tree panel to reflect the expected XML structure output.

Creative Commons License

Talend Open Studio Components

815

XML components
tAdvancedFileOutputXML

Either create node by node the structure. For more information about the manual creation of an XML tree, see Defining the XML tree on page 809. In this use case, an XML template is used to populate the XML tree automatically. Right-click on the root tag displaying by default and select Import XML tree at the end of the contextual menu options. Browse to the XML file to be imported and click OK to validate the import operation. Then drag & drop each column name from the Schema List to the matching (or relevant) XML tree elements as described in Mapping XML data on page 811. The mapping is shown as blue links between the left and right panels.

At last, define the node status where the loop should take place. In this use case, the Cast being the changing element on which the iteration should operate, this element will be the loop element. Right-click on the Cast element on the XML tree, and select Set as loop element. To group by movie, this use case needs also a group element to be defined. Right-click on the Movie parent node of the XML tree, and select Set as group element. The newly defined node status show on the corresponding element lines. Click OK to validate the configuration. Press F6 to execute the Job.

816

Talend Open Studio Components

Creative Commons License

XML components
tAdvancedFileOutputXML

The output XML file shows the structure as defined.

Creative Commons License

Talend Open Studio Components

817

XML components
tDTDValidator

tDTDValidator
tDTDValidator Properties
Component family XML

Function Purpose Basic settings

Validates the XML input file against a DTD file and sends the validation log to the defined output. Helps at controlling data and structure quality of the file to be processed Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository but in this case, the schema is read-only. It contains standard information regarding the file validation. Filepath to the reference DTD file. Filepath to the XML file to be validated. Type in a message to be displayed in the Run console based on the result of the comparison.

DTD file XML file If XML is valid, display If XML is not valid detected, display Print to console Usage Limitation

Select this check box to display the validation message.

This component can be used as standalone component but it is usually linked to an output component to gather the log data. n/a

Scenario: Validating xml files


This scenario describes a Job that validates several files from a folder and outputs the log information for the invalid files into a delimited file.

Drop the following components from the Palette to the design workspace: tFileList, tDTDValidator, tMap, tFileOutputDelimited. Connect the tFileList to the tDTDValidator with an Iterate link and the remaining component using a main row. Set the tFileList component properties, to fetch an XML file from a folder.

818

Talend Open Studio Components

Creative Commons License

XML components
tDTDValidator

Change the Filemask to *.xml. Mind the quotes depending on the Perl or Java version you are using. Clear the Case Sensitive check box. In the tDTDValidate Component view, the schema is read-only as it contains standard log information related to the validation process. Set the DTD file to be used as reference.

Press Ctrl+Space bar to access the variable list. In the XML file field, select the current filepath global variable: $_globals{tFileList_1}{CURRENT_FILEPATH} (in Perl) In the various messages to display in the Run tab console, use the jobName to recall the job name tag. Recall the filename using the relevant global variable: $_globals{tFileList_1}{CURRENT_FILE}. Mind the Perl or Java operators such as the dot or the plus sign to build your message. Select the Print to Console check box. In the tMap component, drag and drop the information data from the standard schema that you want to pass on to the output file.

Creative Commons License

Talend Open Studio Components

819

XML components
tDTDValidator

Once the Output schema is defined as required, add a filter condition to only select the log information data when the XML file is invalid. Follow the best practice by typing first the wanted value for the variable, then the operator based on the type of data filtered then the variable that should meet the requirement. In this case (in Java and Perl): 0 == $row1[validate] Then connect (if not already done) the tMap to the tFileOutputDelimited component using a main row. Name it as relevant, in this example: errorsOnly. In the tFileOutputDelimited Basic settings, Define the destination filepath, the field delimiters and the encoding. Save your Job and press F6 to run it.

On the Run console the messages defined display for each of the invalid files. At the same time the output file is filled with log data.

820

Talend Open Studio Components

Creative Commons License

XML components
tExtractXMLField

tExtractXMLField
tExtractXMLField properties
Component family XML

Function Purpose

tExtractXMLField reads an input XML field of a file or a database table and extracts desired data. tExtractXMLField opens an input XML field, reads the XML structured data directly without having first to write it out to a temporary file, and finally sends data as defined in the schema to the following component via a Row link. Property type Either Built-in or Repository. Built-in: No property data is stored centrally. Repository: Properties are stored in a repository file. When this file is selected, the fields that follow are pre-filled in using fetched data. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Built-in: You create the schema and store it locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide Repository: You already created the schema and stored it in the Repository, hence can be reused in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide. XML field Name of the XML field to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide Node of the XML tree, which the loop is based on. Column: reflects the schema as defined by the Schema type field. XPath Query: Enter the fields to be extracted from the structured input. Get nodes: Select this check box to recuperate the XML content of all current nodes specified in the Xpath query list or select the check box next to specific XML nodes to recuperate only the content of the selected nodes. The Get Nodes option is available only in DOM4j mode. Maximum number of rows to be processed. If Limit is 0, no rows are read or processed.

Basic settings

Loop XPath query Mapping

Limit

Creative Commons License

Talend Open Studio Components

821

XML components
tExtractXMLField

Usage Limitation

This component is an intermediate component. It needs an input and an output components. n/a

Scenario: Extract XML data from a field in a database table


This three-component Java scenario allows to read the XML structure included in the fields of a database table and then extracts the data. Drop the following components from the Palette onto the design workspace: tMysqlInput, tExtractXMLField, and tFileOutputDelimited.

Connect the three components using Main links. Double-click tMysqlInput to display its Basic settings view and define its properties.

If you have already stored the input schema in the Repository tree view, select Repository first from the Property Type list and then from the Schema list to display the [Repository Content] dialog box where you can select the relevant metadata. For more information about storing schema metadata in the Repository tree view, see Setting up a DB connection and Drop components from the Metadata node in Talend Open Studio User Guide. If you have not stored the input schema locally, select Built-in in the Property Type and Schema fields and enter the database connection and the data structure information manually. For more information about tMysqlInput properties, see tMysqlInput on page 274.

822

Talend Open Studio Components

Creative Commons License

XML components
tExtractXMLField

In the Table Name field, enter the name of the table holding the XML data, customerdetails in this example. Click Guess Query to display the query corresponding to your schema. Double-click tExtractXMLField to display its Basic settings view and define its properties.

In the Property type list, select Repository if you have already stored the description of your file in the Repository tree view. The fields that follow are filled in automatically with the stored data. If not, select Built-in and fill in the fields that follow manually. Click Sync columns to retrieve the schema from the preceding component. You can click the three-dot button next to Edit schema to view/modify the schema. Column in the Mapping table will be automatically populated with the defined schema. In the Xml field list, select the column from which you want to extract the XML data. In this example, the filed holding the XML data is called CustomerDetails. In the Loop XPath query field, enter the node of the XML tree on which to loop to retrieve data. In the Xpath query column, enter between inverted commas the node of the XML field holding the data you want to extract, CustomerName in this example. Double-click tFileOutputDelimited to display its Basic settings view and define its properties.

In the File Name field, define or browse to the path of the output file you want to write the extracted data in. Click Sync columns to retrieve the schema from the preceding component. If needed, click the three-dot button next to Edit schema to view the schema.

Creative Commons License

Talend Open Studio Components

823

XML components
tExtractXMLField

Save your Job and click F6 to execute it.

tExtractXMLField read and extracted the clients names under the node CustomerName of the CustomerDetails field of the defined database table.

824

Talend Open Studio Components

Creative Commons License

XML components
tFileInputXML

tFileInputXML
tFileInputXML Properties
Component family XML or File/Input

Function Purpose

tFileInputXML reads an XML structured file and extracts data row by row. Opens an XML structured file and reads it row by row to split them up into fields then sends fields as defined in the Schema to the next component, via a Row link. Property type Either Built-in or Repository. Built-in: No property data stored centrally. Repository: Select the Repository file where Properties are stored. The following fields are pre-filled in using fetched data. Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide. File Name/Input Stream Name of the file to be processed. Related topic:Defining variables from the Component view of Talend Open Studio User Guide. Node of the tree, which the loop is based on. Column reflects the schema as defined by the Schema type field. XPath Query: Enter the fields to be extracted from the structured input. Get nodes: Select this check box to recuperate the XML content of all current nodes specified in the Xpath query list or select the check box next to specific XML nodes to recuperate only the content of the selected nodes. The Get Nodes option is available only in DOM4j mode. See Advanced settings for the Generation modes available. Maximum number of rows to be processed. If Limit = 0, no row is read nor processed.

Basic settings

Loop XPath query Mapping

Limit

Creative Commons License

Talend Open Studio Components

825

XML components
tFileInputXML

Advanced settings

Advanced separator (for number)

Select this check box to change data separator for numbers: Thousands separator: define the separators to use for thousands. Decimal separator: define the separators to use for decimals. Select this check box to ignore name spaces. Generate a temporary file: click the three-dot button to browse to the XML temporary file and set its path in the field. Select this check box if you want to separate concatenated children node values. This field can only be used if the selected Generation mode is Xerces. The following field displays: Field separator: Define the delimiter to be used to separate the children node values.

Ignore the namespaces

Use Separator for mode Xerces

Encoding Type

Select the encoding type from the list or select Custom and define it manually. This field is compulsory for DB data handling. Select from the list the generation mode for the XML file according to available memory and desired speed.

Generation mode

tStatCatcher Statistics Select this check box to gather the job processing metadata at a job level as well as at each component level. Limitation n/a

Scenario: XML street finder


This very basic scenario is made of two components. A tFileInputXML component extracts from the defined street directory file and the output is displayed on the Run console via a tLogRow component.

Drop tFileInputXML and tLogRow from the Palette to the design workspace Connect both components together using a Main link. On the Basic settings panel of the tFileInputXML, define the properties:

826

Talend Open Studio Components

Creative Commons License

XML components
tFileInputXML

As the street dir file used as input file has been previously defined in the Metadata area, select Repository as Property type. This way, the properties are automatically leveraged and the rest of the properties fields are filled in (apart from Schema). For more information regarding the metadata creation wizardsDefining Metadata items in Talend Open Studio User Guide. Select the same way the relevant schema in the Repository metadata list. Edit schema if you want to make any change to the schema loaded. The Filename shows the structured file to be used as input In Loop XPath query, change if needed the node of the structure where the loop is based. On the Mapping table, fill the fields to be extracted and displayed in the output. If the file size is consequent, fill in a Limit of rows to be read. Enter the encoding if needed then double-click on tLogRow to define the separator character. At last, press F6 or go to the Run view and click Run to execute the Job. On the console, the fields defined in the input properties are extracted from the XML structured and displayed.

Creative Commons License

Talend Open Studio Components

827

XML components
tFileOutputXML

tFileOutputXML
tFileOutputXML properties
Component family XML or File/Output

Function Purpose Basic settings

tFileOutputXML outputs data to an XML type of file. tFileOutputXML writes an XML file with separated data value according to a defined schema. File name Name or path to the output file. Related topic: Defining variables from the Component view of Talend Open Studio User Guide Wraps the whole output file structure and data. Wraps data and structure per row Select this check box to leverage the column labels from the input schema, as data wrapping tag. If the XML file output is big, you can split the file every certain number of rows. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Built-in: The schema will be created and stored locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: The schema already exists and is stored in the Repository, hence can be reused in various projects and job designs. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Sync columns Click to synchronize the output file schema with the input file schema. The Sync function only displays once the Row connection is linked with the Output component. Select the encoding from the list or select Custom and define it manually. This field is compulsory for DB data handling.

Root tag Row tag Column name as tag name Split output in files Schema type and Edit Schema

Encoding

Usage Limitation

Use this component to write an XML file with data passed on from other components using a Row link. n/a

828

Talend Open Studio Components

Creative Commons License

XML components
tFileOutputXML

Scenario: From Positional to XML file


Find a scenario using tFileOutputXML component in the scenario of tFileInputPositional on page 512.

Creative Commons License

Talend Open Studio Components

829

XML components
tWriteXMLField

tWriteXMLField
tWriteXMLField properties
Component family XML

Function Purpose Basic settings

tWriteXMLField outputs data to defined fields of the output XML file. tWriteXMLField reads an input XML file and extracts the structure to insert it in defined fields of the output file. Output Column Configure Xml Tree Select the destination field in the output component where you want to write the XML structure. Opens the interface that supports the creation of the XML structure you want to write in a field. For more information about the interface, see Defining the XML tree on page 809. A schema is a row description, i.e., it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Built-in: You create the schema and store it locally for this component only. Related topic: Setting a built-in schema of Talend Open Studio User Guide. Repository: You already created the schema and stored it in the Repository, hence can be reused in various projects and job flowcharts. Related topic: Setting a Repository schema of Talend Open Studio User Guide. Sync columns Click to synchronize the output file schema with the input file schema. The Sync function only displays once the Row connection is linked with the output component. Define the aggregation set, the columns you want to use to regroup the data. Select this check box if you do not want to include the XML header. This check box is selected by default. If the Related Column in the interface that supports the creation of the XML structure has null values, or if no column is associated with the XML node, this option creates an open/close tag in the expected place. If one of the XML elements is defined as a Namespace element, this option will create the corresponding XSD file. To use this option, you are required to select Dom4J as generation mode.

Schema type and Edit Schema

Group by Advanced settings Remove the xml declaration Create empty element if needed

Create associated XSD file

830

Talend Open Studio Components

Creative Commons License

XML components
tWriteXMLField

Advanced separator (for number)

Select this check box if you want to modify the separators used by default for numbers. Thousands separator: enter between brackets the separators to use for thousands. Decimal separator: enter between brackets the separators to use for decimals. Select in the list the faster or slower generation mode according to the available memory in your system: Fast but memory-consuming - Dom4J, Slow with no memory consumed. Select the encoding type in the list or select Custom and define it manually. This field is compulsory when working with databases.

Generation mode

Encoding Type

tStatCatcher Statistics Select this check box to gather the job processing metadata at a job level as well as at each component level. Usage Limitation This component can be used as intermediate step in a data flow. n/a

Scenario: Extracting the structure of an XML file and inserting it into the fields of a database table
This three-component Java scenario allows to read an XML file, extract the XML structure, and finally outputs the structure to the fields of a database table. Drop the following components from the Palette onto the design workspace: tFileInputXml, tWriteXMLField, and tMysqlOutput.

Connect the three components using Main links. Double-click tFileInputXml to open its Basic settings view and define its properties.

Creative Commons License

Talend Open Studio Components

831

XML components
tWriteXMLField

If you have already stored the input schema in the Repository tree view, select Repository first from the Property Type list and then from the Schema list to display the [Repository Content] dialog box where you can select the relevant metadata. For more information about storing schema metadata in the Repository tree view, see Setting up a File XML schema and Drop components from the Metadata node in Talend Open Studio User Guide. If you have not stored the input schema locally, select Built-in in the Property Type and Schema fields and fill in the fields that follow manually. For more information about tFileInputXML properties, see tFileInputXML on page 825. If you have selected Built-in, click the three-dot button next to the Edit schema field to open a dialog box where you can manually define the structure of your file. In the Look Xpath query field, enter the node of the structure where the loop is based. In this example, the loop is based on the customer node. Column in the Mapping table will be automatically populated with the defined file content. In the Xpath query column, enter between inverted commas the node of the XML file that holds the data corresponding to each of the Column fields. In the design workspace, click tWriteXMLField and then in the Component view, click Basic settings to open the relevant view where you can define the component properties.

Click the three-dot button next to the Edit schema field to open a dialog box where you can add a line by clicking the plus button.

832

Talend Open Studio Components

Creative Commons License

XML components
tWriteXMLField

Click in the line and enter the name of the output column where you want to write the XML content, CustomerDetails in this example. Define the type and length in the corresponding fields, String and 255in this example. Click Ok to validate your output schema and close the dialog box. In the Basic settings view and from the Output Column list, select the column you already defined where you want to write the XML content. Click the three-dot button next to Configure Xml Tree to open the interface that helps to create the XML structure.

In the Link Target area, click rootTag and rename it as CustomerDetails. In the Linker source area, drop CustomerName and CustomerAddress to CustomerDetails. A dialog box displays asking what type of operation you want to do. Select Create as sub-element of target node to create a sub-element of the CustomerDetails node. Right-click CustomerName and select from the contextual menu Set As Loop Element. Click OK to validate the XML structure you defined. Double-click tMysqlOutput to open its Basic settings view and define its properties.

Creative Commons License

Talend Open Studio Components

833

XML components
tWriteXMLField

If you have already stored the schema in the DB Connection node in the Repository tree view, select Repository from the Schema list to display the [Repository Content] dialog box where you can select the relevant metadata. For more information about storing schema metadata in the Repository tree view, see Setting up a DB connection and Drop components from the Metadata node in Talend Open Studio User Guide. If you have not stored the schema locally, select Built-in in the Property Type and Schema fields and enter the database connection and data structure information manually. For more information about tMysqlOutput properties, see tMysqlOutput on page 281. In the Table field, enter the name of the database table to be created, where you want to write the extracted XML data. From the Action on table list, select Create table to create the defined table. From the Action on data list, select Insert to write the data. Click Sync columns to retrieve the schema from the preceding component. You can click the three-dot button next to Edit schema to view the schema. Save your Job and click F6 to execute it.

tWriteXMLField fills every field of the CustomerDetails column with the XML structure of the input file: the XML processing instruction <?xml version=""1.0"" encoding=""ISO-8859-15""?>, the first node that separates each client

834

Talend Open Studio Components

Creative Commons License

XML components
tWriteXMLField

<CustomerDetails> and finally customer information <CustomerAddress> and <CustomerName>.

Creative Commons License

Talend Open Studio Components

835

XML components
tXSDValidator

tXSDValidator
tDTDValidator Properties
Component family XML

Function Purpose Basic settings

Validates the XML input file against a XSD file and sends the validation log to the defined output. Helps at controlling data and structure quality of the file to be processed Schema type and Edit Schema A schema is a row description, i.e., it defines the number of fields to be processed and passed on to the next component. The schema is either built-in or remotely stored in the Repository but in this case, the schema is read-only. It contains standard information regarding the file validation. Filepath to the reference DTD file. Filepath to the XML file to be validated. Type in a message to be displayed in the Run console based on the result of the comparison.

XSD file XML file If XML is valid, display If XML is not valid detected, display Print to console Usage Limitation

Select this check box to display the validation message.

This component can be used as standalone component but it is usually linked to an output component to gather the log data. n/a

Related scenario
For related tXSDValidator use cases, see Scenario: Validating xml files on page 818.

836

Talend Open Studio Components

Creative Commons License

XML components
tXSLT

tXSLT
tXSLT Properties
Component family XML

Function Purpose Basic settings

Refers to an XSL stylesheet, to transform an XML source file into a defined output file. Helps to transform data structure to another structure. XML file XSL file Output file File path to the XML file to be validated. File path to the reference XSL transformation file. File path to the output file. If the file does not exist, it will be created. The output file can be any structured or unstructured file such as html, xml, txt or even pdf or edifact depending on your xsl. Click the plus button to add new lines in the Parameters list and define the transformation parameters of the XSLT file. Click in each line and enter the key in the name list and its associated value in the value list.

Parameters

Usage Limitation

This component can be used as standalone component. n/a

Scenario: Transforming XML to html using an XSL stylesheet


This Java scenario describes a two-component Job that converts xml data into an html document using an xsl stylesheet. It as well defines a transformation parameter of the xsl stylesheet to change the background color of the header of the created html document. Drop the tXSLT and tMsBox components from the Palette to the design workspace.

Double-click tXSLT to open its Basic settings view where you can define the component properties.

Creative Commons License

Talend Open Studio Components

837

XML components
tXSLT

In the XML file field, set the path or browse to the xml file to be transformed. In this example, the xml file holds a list of MP3 song titles and related information including artist names, company etc.

In the XSL file field in the Basic settings view, set the path or browse to the relevant xsl file. In the Output file field, set the path or browse to the output html file. In this example, we want to convert the xml data into an html file holding a table heading followed by a table listing artists names next to song titles.

838

Talend Open Studio Components

Creative Commons License

XML components
tXSLT

In the Parameters area of the Basic settings view, click the plus button to add a line where you can define the name and value of the transformation parameter of the xsl file. In this example, the name of the transformation parameter we want to use is bgcolor and the value is green. Double-click the tMsgBox to display its Basic settings view and define its display properties as needed.

Save the Job and press F6 to execute it. The message box displays confirming that the output html file is created and stored in the defined path.

Creative Commons License

Talend Open Studio Components

839

XML components
tXSLT

Click Ok to close the message box. You can now open the output html file to check the transformation of the xml data and that of the background color of the table heading.

840

Talend Open Studio Components

Creative Commons License

A Alias ........................................................... 451 B Business tCentricCRMInput ................................. 45 tCentricCRMOutput ............................... 46 tSalesforceGetDeleted ........................... 57 tSalesforceGetServerTimestamp ........... 60 tSalesforceGetUpdated .......................... 61 tSalesforceInput ..................................... 63 tSalesforceOutput ................................... 65 tSAPInput ............................................... 69 tSAPOutput ............................................ 82 tSugarCRMInput .............................. 47, 83 tSugarCRMOutput ........................... 55, 85 tVtigerCRMInput ................................... 86 tVtigerCRMOutput ................................ 87 Business Intelligence tDB2SCD ......................... 2, 27, 29, 30, 31 tIngresSCD ............................................... 4 tMondrianInput ........................................ 6 tMSSqlSCD ........................................... 10 tMysqlSCD ............................................ 12 tOracleSCD ............................................ 23 tSybaseSCD ........................................... 25 C Context ....................................................... 793 Custom Code tJava ....................................................... 90 tJavaFlex ................................................ 93 D Data Quality tAddCRCRow ...................................... 104 tFuzzyMatch ........................................ 107 tIntervalMatch ...................................... 112 tReplaceList ......................................... 117 tSchemaComplianceCheck .................. 121 tUniqRow ............................................. 126 Data quality tAddCRCRow ...................................... 104 tFuzzyMatch ........................................ 107 Database

tAccessInput .........................................130 tAccessOutput .......................................132 tAccessRow ..........................................135 tAS400Commit .....................................137 tAS400Connection ...............................138 tAS400Input .........................................139 tAS400Output .......................................141 tAS400Row ..........................................144 tCreateTable .........................................146 tDB2BulkExec ......................................150 tDB2Input .............................................152 tDB2Output ..........................................154 tDB2Row ..............................................157 tDB2SCD ..............................................159 tDB2SP .................................................160 tDBInput .......................................162, 504 tDBOutput ............................................166 tDBSQLRow ........................................171 tELTAggregate .....................................438 tELTFilterColumns ...............................445 tELTFilterRows ....................................447 tELTMysqlInput ...................................449 tELTMysqlMap ....................................450 tELTMysqlOutput ................................459 tELTOracleInput ...................................461 tELTOracleMap ....................................462 tELTOracleOutput ................................466 tELTteradataInput .................................468 tELTteradataMap ..................................469 tELTteradataOutput ..............................471 tFirebirdInput ........................................174 tFirebirdOutput .....................................176 tFirebirdRow .........................................179 tHSQLDbInput .....................................181 tHSQLDbOutput ...................................183 tHSQLDbRow ......................................186 tInformixInput ......................................188 tInformixOutput ....................................190 tInformixRow .......................................193 tIngresCommit ......................................195 tIngresInput ...........................................197 tIngresOutput ........................................199 tIngresRollback .....................................202 tIngresRow ...........................................203 tIngresSCD ...........................................205

Creative Commons License

Talend Open Studio Components

tInterbaseInput ..................................... 206 tInterbaseOutput ................................... 208 tInterbaseRow ...................................... 211 tJavaDBInput ....................................... 213 tJavaDBOutput ..................................... 215 tJavaDBRow ........................................ 218 tJDBCColumnList ............................... 220 tJDBCCommit ..................................... 221 tJDBCConnection ................................ 222 tJDBCInput .......................................... 223 tJDBCOutput ....................................... 225 tJDBCRollback .................................... 228 tJDBCRow ........................................... 229 tJDBCSP .............................................. 231 tJDBCTableList ................................... 233 tLDAPInput ......................................... 234 tLDAPOutput ....................................... 238 tMSSqlBulkExec ................................. 242 tMSSqlColumnList .............................. 245 tMSSqlInput ......................................... 246 tMSSqlOutput ...................................... 248 tMSSqlOutputBulk ...................... 252, 429 tMSSqlOutputBulkExec ...................... 254 tMSSqlRow .......................................... 256 tMSSqlSCD ......................................... 258 tMSSqlSP ............................................. 259 tMSSqlTableList .................................. 261 tMysqlBulkExec .......................... 262, 315 tMysqlColumnList ............................... 264 tMysqlCommit .... 195, 220, 221, 233, 245, 261, . 264, 268, 310, 317, 333, 359, 390, .......................................... 422 tMysqlConnection 138, 196, 222, 269, 318, .................. 334, 360, 377, 391, 423 tMysqlInput .................................. 274, 424 tMysqlLastInsertId ............................... 276 tMysqlOutput ............................... 281, 426 tMysqlOutputBulk ............................... 292 tMysqlOutputBulkExec ....................... 296 tMysqlRollback ... 202, 276, 299, 324, 405, 433 tMysqlRow ................................... 300, 325 tMysqlSCD .......................................... 303 tMysqlSCDELT ................................... 304 tMySqlSP ............................................. 306

tMysqlTableList ...................................310 tNetezzaBulkExec ................................315 tNetezzaCommit ...................................317 tNetezzaConnection ..............................318 tNetezzaInput ........................................319 tNetezzaOutput .....................................321 tNetezzaRollback ..................................324 tNetezzaRow .........................................325 tOracleBulkExec ...................................327 tOracleCommit .....................................333 tOracleConnection ................................334 tOracleInput ..........................................336 tOracleOutput .......................................338 tOracleOutputBulk ...............................341 tOracleOutputBulkExec .......................343 tOracleRollBack ...................................346 tOracleRow ...........................................347 tOracleSCD ...........................................349 tOracleSP ..............................................350 tParseRecordSet ....................................356 tPostgresqlBulkExec .............................357 tPostgresqlRollBack .............................369 tPostgresqlRow .....................................370 tSASInput .............................................372 tSASOutput ...........................................374 tSQLiteConnection ...............................377 tSQLiteInput .........................................378 tSQLiteOutput ......................................381 tSQLiteRow ..........................................384 tSybaseBulkExec ..................................388 tSybaseCommit .....................................390 tSybaseConnection ...............................391 tSybaseInput .........................................392 tSybaseIQBulkExec ..............................394 tSybaseIQOutputBulkExec ...................396 tSybaseOutput .......................................398 tSybaseOutputBulk ...............................401 tSybaseOutputBulkExec .......................403 tSybaseRollback ...................................405 tSybaseRow ..........................................406 tSybaseSCD ..........................................408 tSybaseSCDELT ...................................409 tSybaseSP .............................................411 tTeradataInput .......................................413 tTeradataOutput ....................................415

ii

Talend Open Studio Components

Creative Commons License

tTeradataRow ....................................... 418 tVerticaBulkExec ................................. 420 tVerticaCommit ................................... 422 tVerticaConnection .............................. 423 tVerticaInput ........................................ 424 tVerticaOutput ..................................... 426 tVerticaOutputBulk .............................. 429 tVerticaOutputBulkExec ...................... 431 tVerticaRollback .................................. 433 tVerticaRow ......................................... 434 E ELT tELTMysqlInput .................................. 449 tELTMysqlMap ................................... 450 tELTMysqlOutput ................................ 459 tELTOracleInput .................................. 461 tELTOracleMap ................................... 462 tELTOracleOutput ............................... 466 Explicit Join ............................................... 451 F File tApacheLogInput ................................. 475 tCreateTemporaryFile .......................... 477 tExtractDelimitedFields ....................... 736 tExtractPositionalFields ....................... 740 tExtractRegexFields ............................. 742 tFileCompare ....................................... 482 tFileCopy ............................................. 485 tFileDelete .................................... 487, 489 tFileExist .............................................. 489 tFileInputDelimited ..... 475, 494, 497, 506, 662 tFileInputExcel ..................................... 504 tFileInputFullRow ................................ 506 tFileInputMail ...................................... 509 tFileInputMSDelimited ................ 497, 662 tFileInputMSPositional ................ 511, 669 tFileInputPositional ..... 511, 512, 517, 539, 669, .................................. 670, 672 tFileInputRegex ................................... 521 tFileInputXML .... 525, 526, 673, 676, 821, 825, .......................................... 830 tFileList ........................ 477, 527, 552, 682

tFileOutputExcel ...........................534, 541 tFileOutputLDIF ...................................536 tFileOutputMSDelimited ......................670 tFileOutputMSPositional ......................672 tFileOutputXML ...........................540, 828 tFileProperties .......................................541 tFileUnarchive ......................................543 tPivotOutputDelimited .........................544 I Internet tFileFetch ......................................493, 548 tFTPDelete ............................................551 tFTPFileList ..........................................552 tFTPGet ................................................556 tFTPPut .........................................550, 557 tMomInput ............................................560 tMomMessageIdList .............................564 tMomOutput .........................................565 tPOP ......................................................566 tRSSInput .............................................570 tRSSOutput ...........................................573 tSCPDelete ...........................................579 tSCPFileExists ......................................580 tSCPFileList .................................578, 581 tSCPGet ................................................582 tSCPPut .................................................584 tSCPRename .........................................585 tSCPTruncate ........................................586 tSendMail .............................................587 tSocketInput ..........................................590 tSocketOutput .......................................595 tWebServiceInput .................................597 tXMLRPC .............................................605 J Join Explicit .................................................451 L Left Outer Join ............................................457 Log&Error tDie .......................................................617 tLogCatcher ..........................................624 Log/error

Creative Commons License

Talend Open Studio Components

iii

tLogRow .............................................. 628 Logs/Errors tChronometerStart ................................ 610 tChronometerStop ................................ 611 tDie ....................................................... 617 tFlowMeter ........................................... 618 tFlowMeterCatcher .............................. 619 tLogCatcher ......................................... 624 tLogRow .............................................. 628 tStatCatcher .......................................... 629 tWarn ................................................... 632 M Misc tAddLocationFromIP ........................... 634 tAlfrescoOutput ..................................... 34 tBufferInput ......................................... 637 tBufferOutput ....................................... 640 tContextDump ...................................... 651 tContextLoad ....................................... 652 tLoop .................................... 690, 693, 694 tMsgBox ............................................... 655 tRowGenerator ..................................... 657 O Orchestration tFileList ................................................ 682 tFlowToIterate ..................................... 683 tIterateToFlow ..................................... 687 tLoop .................................................... 690 tPostjob ................................................ 693 tPrejob .................................................. 694 tReplicate ............................................. 695 tSleep ................................................... 696 tUnite ................................................... 697 tWaitForFile ......................................... 700 tWaitForSqlData .................................. 703 P Processing tAggregateRow ............................ 438, 710 tAggregateSortedRow .......................... 714 tConvertType ....................................... 716 tDenormalize ........................................ 721 tDenormalizeSortedRow ...................... 726

tEmptyToNull .......................................730 tExternalSortedRow .............................734 tFilterColumn .......................................746 tFilterRows ...........................................747 tMap ......................................................750 tNormalize ............................................773 tPerl .........................................................99 tPivotToRows .......................................776 tReplace ................................................780 tSampleRow .........................................785 tSortRow ...............................................788 S StoreSQLQuery ..........................................164 System tRunJob .................................................792 tSetEnv .................................................798 tSSH ......................................................802 tSystem .................................................804 T Table Alias ......................................................451 tAccessInput Advanced settings .................................130 tAccessOutput Advanced settings .................................133 tAlfrescoOutput Advanced settings ...................................35 tAS400Input Advanced settings .................................139 tAS400Output Advanced settings .................................142 tDB2Input Advanced settings .................................152 tDB2Output Advanced settings .........................151, 155 tDBInput Advanced settings .................................162 tDBOutput Advanced settings .................................167 tFileInputEBCDIC ......................................498 tFileInputExcel Advanced settings .................................505 tFileOutputEBCDIC ...................................531

iv

Talend Open Studio Components

Creative Commons License

tFirebirdInput Advanced settings ................................ 174 tFirebirdOutput Advanced settings ................................ 177 tFTPFileList ............................................... 552 tHSQLDbInput Advanced settings ................................ 182 tHSQLDBOutput Advanced settings ................................ 184 tHSQLDbOutput Advanced settings ................................ 184 tInformixOutput Advanced settings ................................ 191 tIngresInput Advanced settings ................................ 197 tIngresOutput Advanced settings ................................ 200 tInterbaseOutput Advanced settings ................................ 209 tJavaDBInput Advanced settings ................................ 213 tJavaDBOutput Advanced settings ........................ 216, 226 tJDBCInput Advanced settings ................................ 224 tJDBCOutput Advanced settings ................................ 226 tMSSqlInput Advanced settings ................................ 247 tMSSqlOutput Advanced settings ................................ 250 tMysqlInput Advanced settings ................................ 274 tMysqlOutput Advanced settings ................ 191, 282, 322 tOracleInput Advanced settings ................................ 337 tOracleOutput Advanced settings ................................ 339

tPostegresqlInput Advanced settings .................................362 tPostegresqlOutput Advanced settings .................................364 tPostegrsqlOutput Advanced settings .................................364 tSASInput Advanced settings .................................373 tSASOutput Advanced settings .................................375 tSQLiteInput Advanced settings .................................379 tSQLiteOutput Advanced settings .................................382 tSybaseInput Advanced settings .................................393 tSybaseOutput Advanced settings .................................399 tTeradataInput Advanced settings .................................414 tTeradataOutput Advanced settings .................................416 V Variable ......................................................793 StoreSQLQuery ....................................164 X XML tAdvancedFileOutputXML ...................808 tDTDValidator ......................................818 tExtractXMLField ................................821 tFileInputMSXML ........................526, 673 tFileInputXML .....................................825 tFileOutputMSXML .............................676 tFileOutputXML ...................................828 tWriteXMLField ...................................830 tXSDValidator ......................................836 tXSLT ...................................................837

Creative Commons License

Talend Open Studio Components

Das könnte Ihnen auch gefallen