Routines developed in Talend Open Studio can be exported and uploaded to the Talend Exchange where it can be shared among other member of the Talend community.
The Talend Exchange now includes a collection of routines called BRules. BRules version 1.0 wraps up a phone number validation objects from Google Code into static methods which are used in a Talend component like tMap. BRules was developed in Eclipse with a few unit tests to test boundary conditions.
Once the code was written, the following procedure was used to bring BRules into Talend Open Studio.
- Right-click on Routines add the name "BRules".
- Cut-and-paste the Java code from Eclipse, leaving the package statement from the generated file. ("package routines;")
- Right-click on the routine name. Select Edit Routine Libraries.
- Navigate to the JAR files.
This is a link to the project homepage on Talend Exchange. Look for "BRules" under routines.
http://www.talendforge.org/exchange/index.php
It's easy to contribute to Talend both in terms of code writing and making your code availble to others.
Distributed using Apache License, Version 2.0
ReplyDeletehttp://www.apache.org/licenses/LICENSE-2.0
Thanks a lot for this very interesting post on your blog! We always enjoy reading.
ReplyDeleteBest,
Talend Community Manager.