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

Category
Search
Version
Author
 

Statistics

  • 500 extensions
  • 820 revisions
  • 223 contributors
  • 109864 downloads
 

Top Contributors

Version Author Released on Rating Downloads
Java

tFileDigester

0.3 bcourtine 2009-05-06
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".

Java

tQuickBooksAdvanced

1.2 parham
plegall
aspiegel
2009-05-05
1050

QuickBooks

Java

tWebDavGet

4.0 jsd03 2009-05-05
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.

Java

tWebDavPut

3.0 jsd03 2009-05-05
328

This component puts file on a server with webdav protocol.
Created by www.openbizz.fr.

Java

tGroovyRow

0.2 tgwtg 2009-04-19
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.

Job

test_oracleSP

0.1 Thomas Cook 2009-03-31
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

Java

Base64

0.1 Thomas Cook 2009-03-28
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.

Java

MD5 functions

0.1 Thomas Cook 2009-03-24
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


Job

Loop on child job error

1.0 plegall 2009-03-19
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

Java

tOracleOutputBatch

0.100 fconstantin 2009-03-19
129

Optimized version of tOracleOutput using addBatch() and executeBatch(). Support only insert statements.

Show

Category
Search
Version
Author
 

Statistics

  • 139 extensions
  • 172 revisions
  • 23 contributors
  • 12648 downloads
 

Top Contributors

Version Author Released on Rating Downloads
Indicator

Frequency table of hours

2.0 scorreia 2013-04-25
273

This indicator helps to analyze the most frequent day hours that appear in date time columns.

Indicator

Sample Standard Deviation

1.1 scorreia 2013-04-25
189

This indicator computes the sample standard deviation of any numerical column

Indicator

Variance

1.1 scorreia 2013-04-25
179

This indicator computes the variance of numeric columns

Indicator

Trimmed

1.0 scorreia 2013-04-25
9

evaluate the number of data which are correctly trimmed

Indicator

Week Frequency

2.0 scorreia 2013-04-25
169

aggregates Date fields into weeks

Indicator

Duplicate Rows

2.0 scorreia 2013-04-25
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.

Indicator

Length Range Frequency

1.1 scorreia 2013-04-25
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

Indicator

Order of Magnitude

1.1 scorreia 2013-04-25
51

measure the order of magnitude of numerical data

Indicator

phone_area_code_freq

1.0 scorreia 2013-04-24
7

Area codes of American phone numbers

Indicator

udi_average_yearly_income

1.0 scorreia 2013-04-24
5

parses $50K - $70K and return the average value

Show

Category
Search
Version
Author
 

Statistics

  • 5 extensions
  • 7 revisions
  • 4 contributors
  • 3382 downloads
 

Top Contributors

Version Author Released on Rating Downloads
Export

Product Demo

3.0 ctoum 2012-05-31
427

Product & families, with Cafepress pictures.

Data-Model

Clinical Trials: Janus Model Basics

1.0 jaymce 2010-11-22
283

This is a model of the basic of the Janus Clinical Data Repository.
http://www.fda.gov/ForIndustry/DataStandards/StudyDataStandards/ucm155327.htm

Data-Model

D* Demo Model

1.0 ctoum 2010-08-13
512

Model used in the D* Demo.

Export

Talendshop Demo

1.0 ctoum 2010-08-04
1062

Talendshop Demo (Demo Project)


49 ms