Talend Open Studio 1.1.0 is out
Par Pierrick, lundi 8 janvier 2007 à 12:17 / categorie: Talend / tags: / #93 / rss

Talend Open Studio release 1.1.0 is out. Exactly 3 months after release 1.0.0. This release contains many new features and of course many new Perl components. The list of new features is described on Freshmeat.
To give an example, TOS is now able to perform such a job:
- retrieve email files form a remote POP3 server
- extract informations from email headers (such as the "From" information)
- count the number of emails coming from the same author, with the new aggregate functions
- sort the result
- load result in bulk mode in a MySQL database
TOS can also read XML files with standard XPath queries, or even read/write LDIF files. Duplicates can be removed from a data flow.
To write components such as tAggregateRow or tSortRow, the 1.0 code generation model needed some improvements. Indeed, when you sort a list of lines, you need to first read all lines before outputing the first sorted line. This behaviour was not possible in TOS 1.0. We've implemented a system of virtual component. A virtual component hides a set of sub-components working altogether. This new technical feature of the Perl code generation model gives many possibilities to component writers.
For example, tSortRow is a virtual component hiding a tArray (filling a Perl array) and a tSortIn (sorting array values and outputing result). tSortIn starts its execution once tArray has finished to fill the Perl array. The first and second screenshots represent the same job.

Of course, there are many other new features in TOS 1.1, in this blog ticket I wanted to give information about the Perl part of TOS.
Commentaires
Aucun commentaire pour le moment.
Ajouter un commentaire
Les commentaires pour ce billet sont fermés.