Talend Exchange is the place where Talend community can share items
related to Talend opensource products, such as Data Integration, Data Quality and Data Master Management.
Contribution is open to any user, no specific validation is needed.
As soon as you have your forum account, you automatically get a Talend Exchange account.
Show
|
|
Statistics
- 500 extensions
- 820 revisions
- 223 contributors
- 109864 downloads
|
|
Top Contributors
|
|
|
Version |
Author |
Released on |
Rating |
Downloads |
 |
tFileDigester
|
0.3
|
bcourtine
|
2009-05-06
|
140
tos
(0 votes, average 0 out of 5)
|
492
|
|
Checksum of a file, obtained with the Java MessageDigest.
With a Sun JRE 6, theses digest method are supported :
- MD2
- MD5
- SHA-1
- SHA-256
- SHA-384
- SHA-512
With other JRE versions, you can get a runtime "NoSuchAlgorithmException".
|
 |
tQuickBooksAdvanced
|
1.2
|
parham plegall aspiegel
|
2009-05-05
|
47
tos
(0 votes, average 0 out of 5)
|
1050
|
|
QuickBooks
|
 |
tWebDavGet
|
4.0
|
jsd03
|
2009-05-05
|
79
tos
(0 votes, average 0 out of 5)
|
413
|
|
This component gets a file with webdav protocol. After the downloading/installation you have to restart TOS or TIS.
Created by www.openbizz.fr.
|
 |
tWebDavPut
|
3.0
|
jsd03
|
2009-05-05
|
80
tos
(0 votes, average 0 out of 5)
|
328
|
|
This component puts file on a server with webdav protocol.
Created by www.openbizz.fr.
|
 |
tGroovyRow
|
0.2
|
tgwtg
|
2009-04-19
|
147
tos
(0 votes, average 0 out of 5)
|
156
|
|
This component is similar to the tJavaRow component, except it allows users to write Groovy code.
Component Info:
1. The input and output rows, as well as the context object, are converted to Groovy maps (java.util.HashMap) with all the groovy goodness associated with maps. Primitive types are boxed into their object representations within the script and unboxed upon leaving the script.
2. The groovy script is compiled into a class upon first use.
3. One object of this groovy class is instantiated, stored and reused for each row.
4. Users have access to modify the groovy class via the "Advanced Settings" panel, and are reminded of their responsibility for all the potentially wonderful and horrible results such modification might cause.
|
 |
test_oracleSP
|
0.1
|
Thomas Cook
|
2009-03-31
|
144
tos
(0 votes, average 0 out of 5)
|
310
|
|
This job design has three instances of tOracleSP to show how to call a oracle stored procedure.
1) procedure with two input values
2) procedure with one input and one output
3) call the function that is shown in the Component Reference Manual
SQL included in the documentation to create tables and stored procedures
|
 |
Base64
|
0.1
|
Thomas Cook
|
2009-03-28
|
142
tos
(0 votes, average 0 out of 5)
|
330
|
|
Base64 functions to encode and decode byte arrays, Strings and files.
Useful if you need to write binary data out to ascii format and read it back in.
|
 |
MD5 functions
|
0.1
|
Thomas Cook
|
2009-03-24
|
137
tos
(0 votes, average 0 out of 5)
|
560
|
|
Provides functions that return the MD5 hash of either an input file, string, or byte array.
More information about this class is available from:
http://ostermiller.org/utils/MD5.html
|
 |
Loop on child job error
|
1.0
|
plegall
|
2009-03-19
|
135
tos
(0 votes, average 0 out of 5)
|
144
|
|
This Perl jobs shows how to loop on a child job that fails. The child job performs a tFileFetch that sometimes fails and we want to try 20 times before abandon. 10 seconds pause between each try.
The tricks are:
* in the child job, tDie has a return code set to 0 (so that tRunJob considers the child job has on success)
* in the father job, the condition on the tLoop is "as long as the success file does not exist AND we haven't performed at least 20 tries"
* The 10 secondes pause is performed on the "iteration" expression of the tLoop
|
 |
tOracleOutputBatch
|
0.100
|
fconstantin
|
2009-03-19
|
134
tos
(0 votes, average 0 out of 5)
|
129
|
|
Optimized version of tOracleOutput using addBatch() and executeBatch(). Support only insert statements.
|
Show
|
|
Statistics
- 139 extensions
- 172 revisions
- 23 contributors
- 12648 downloads
|
|
Top Contributors
|
|
|
Version |
Author |
Released on |
Rating |
Downloads |
 |
Frequency table of hours
|
2.0
|
scorreia
|
2013-04-25
|
76
top
(0 votes, average 0 out of 5)
|
273
|
|
This indicator helps to analyze the most frequent day hours that appear in date time columns.
|
 |
Sample Standard Deviation
|
1.1
|
scorreia
|
2013-04-25
|
78
top
(0 votes, average 0 out of 5)
|
189
|
|
This indicator computes the sample standard deviation of any numerical column
|
 |
Variance
|
1.1
|
scorreia
|
2013-04-25
|
79
top
(0 votes, average 0 out of 5)
|
179
|
|
This indicator computes the variance of numeric columns
|
 |
Trimmed
|
1.0
|
scorreia
|
2013-04-25
|
170
top
(0 votes, average 0 out of 5)
|
9
|
|
evaluate the number of data which are correctly trimmed
|
 |
Week Frequency
|
2.0
|
scorreia
|
2013-04-25
|
97
top
(0 votes, average 0 out of 5)
|
169
|
|
aggregates Date fields into weeks
|
 |
Duplicate Rows
|
2.0
|
scorreia
|
2013-04-25
|
86
top
(0 votes, average 0 out of 5)
|
576
|
|
this indicator counts the number of duplicate rows.
It's different from the system indicator called "duplicate count" because it counts the number of duplicate rows, not the number of duplicate values.
|
 |
Length Range Frequency
|
1.1
|
scorreia
|
2013-04-25
|
147
top
(0 votes, average 0 out of 5)
|
40
|
|
get length ranges of data.
group data according to their length range.
Ranges are the following:
data of length < 10
data of length < 20
data of length < 30
data of length >= 30
null data
|
 |
Order of Magnitude
|
1.1
|
scorreia
|
2013-04-25
|
144
top
(0 votes, average 0 out of 5)
|
51
|
|
measure the order of magnitude of numerical data
|
 |
phone_area_code_freq
|
1.0
|
scorreia
|
2013-04-24
|
169
top
(0 votes, average 0 out of 5)
|
7
|
|
Area codes of American phone numbers
|
 |
udi_average_yearly_income
|
1.0
|
scorreia
|
2013-04-24
|
168
top
(0 votes, average 0 out of 5)
|
5
|
|
parses $50K - $70K and return the average value
|
Show
|
|
Statistics
- 5 extensions
- 7 revisions
- 4 contributors
- 3382 downloads
|
|
Top Contributors
|
|
|
Version |
Author |
Released on |
Rating |
Downloads |
 |
Product Demo
|
3.0
|
ctoum
|
2012-05-31
|
7
mdm
(3 votes, average 3.67 out of 5)
|
427
|
|
Product & families, with Cafepress pictures.
|
 |
Clinical Trials: Janus Model Basics
|
1.0
|
jaymce
|
2010-11-22
|
6
mdm
(0 votes, average 0 out of 5)
|
283
|
|
This is a model of the basic of the Janus Clinical Data Repository.
http://www.fda.gov/ForIndustry/DataStandards/StudyDataStandards/ucm155327.htm
|
 |
D* Demo Model
|
1.0
|
ctoum
|
2010-08-13
|
4
mdm
(1 vote, average 4.00 out of 5)
|
512
|
|
Model used in the D* Demo.
|
 |
Talendshop Demo
|
1.0
|
ctoum
|
2010-08-04
|
3
mdm
(0 votes, average 0 out of 5)
|
1062
|
|
Talendshop Demo (Demo Project)
|
|