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
  • 109973 downloads
 

Top Contributors

Version Author Released on Rating Downloads
Java

tBufferCopyInput

0.1 bcourtine 2009-05-08
350

With original Talend tBufferInput component, it is not possible to make in the same subjob a chain "tBufferInput > ... > tBufferOutput", since these two components use the same globalBuffer list.

This tBufferCopyInput makes a copy of the globalBuffer list, and reads data rows from this copy. After that, the tBufferOutput can write data rows in the global buffer without memory exception.

So a chain "tBufferCopyInput > ... > tBufferOutput" works fine.

After making a copy of the global buffer, it is possible to clear it, in order to allow the tBufferOutput component to write data rows in an empty buffer.

Java

tRunJob2

0.1 bcourtine 2009-05-07
173

This component is a variation of the tRunJob component.

In the original tRunJob component, you can get the child job output (with a tBufferOutput component in the child job), but you can't send data rows to the child job.

As the original tRunJob component, context parameters can be sent to the child job.

This tRunJob2 component does the contrary : you can send data rows to the child job (with a tBufferOutput in the parent job, and a tBufferInput in the child job), but you can't get data from the child job.

User manual :
1) In the parent job, send data rows to a tOutputBuffer component : They will be automatically copied in the globalBuffer of the child job
2) In the child job, use a tInputBuffer to get theses data rows

See the screenshot for an example.

DEPRECATED COMPONENT : consider using the tRunJobRow component instead.

Java

tBufferOutput

0.1 bcourtine 2009-05-07
264

Output buffer

Evolution of Talend's original tBufferOutput component in order to add a "empty global buffer" checkbox.

If checked, the buffer will be cleared before adding data rows. So, several couples "tOutputBuffer/tInputBuffer" can be used in the same job.

Warning : DO NOT use chains "tInputBuffer => ... => tOutputBuffer" in your jobs. There will be a MemoryException. You can do that chain with the tBufferCopyInput component.

Warning : the "clean option" of this component is executed in the begin jet template. So, chronologicaly, it will be the first thing done in the subjob.
So, in a chain "tBufferCopyInput => ... => tOutputBuffer", to get a clean output buffer before writing data, you MUST use the tBufferCopyInput clean option.

Java

tInformixSP

0.2 bcourtine 2009-05-06
158

Informix stored procedure

This component allows to use Informix stored procedures and functions.

Not existing in origanal Informix components.

Can be used with an existing tInformixConnection.

This component has been improved and added to TOS 4.0.0+. So it is now supported on Talend bugtracker.

Java

tInformixRow

0.4 bcourtine 2009-05-06
261

Informix Database SQL row

Evolution of Talend's original tInformixRow component in order to use Informix in transactionnal mode with the tInformixConnection, tInformixCommit and tInformixRollback components.

This component has been added to TOS 4.0.0+. So it is now supported on Talend bugtracker.

Java

tInformixOutput

0.4 bcourtine 2009-05-06
260

Informix Database SQL output

Evolution of Talend's original tInformixOutput component in order to use Informix in transactionnal mode with the tInformixConnection, tInformixCommit and tInformixRollback components.

Warning : this component is built using a skeleton in main JET template, whose path is relative. So, it MUST be placed in the "plugins/org.talend.designer.components.localprovider_VERSION/components" folder. If not, the component template won't compile !

This component has been improved and added to TOS 4.0.0+. So it is now supported on Talend bugtracker.

Java

tInformixInput

0.4 bcourtine 2009-05-06
342

Informix Database SQL input

Evolution of Talend's original tInformixInput component in order to use Informix in transactionnal mode with the tInformixConnection, tInformixCommit and tInformixRollback components.

This component has been improved and added to TOS 4.0.0+. So it is now supported on Talend bugtracker.

Java

tInformixRollback

0.2 bcourtine 2009-05-06
207

Informix rollback

Not existing in original Informix components.

Must use with an existing tInformixConnection.

This component has been added to TOS 4.0.0+. So it is now supported on Talend bugtracker.

Java

tInformixCommit

0.2 bcourtine 2009-05-06
223

Informix commit

Not existing in origanal Informix components.
Must use with an existing tInformixConnection.

This component has been added to TOS 4.0.0+. So it is now supported on Talend bugtracker.

Java

tInformixConnection

0.3 bcourtine 2009-05-06
292

Informix Database SQL connexion

Implement Informix transaction in Talend Job.

Not existing in origanal Informix components.

Can be used with tInformixInput, tInformixOutput, tInformixRow, tInformixCommit, tInformixRollBack.

This component has been added to TOS 4.0.0+. So it is now supported on Talend bugtracker.

Show

Category
Search
Version
Author
 

Statistics

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

Top Contributors

Version Author Released on Rating Downloads
Indicator

Frequency table of hours

2.0 scorreia 2013-04-25
274

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
190

This indicator computes the sample standard deviation of any numerical column

Indicator

Variance

1.1 scorreia 2013-04-25
180

This indicator computes the variance of numeric columns

Indicator

Trimmed

1.0 scorreia 2013-04-25
10

evaluate the number of data which are correctly trimmed

Indicator

Week Frequency

2.0 scorreia 2013-04-25
170

aggregates Date fields into weeks

Indicator

Duplicate Rows

2.0 scorreia 2013-04-25
577

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
41

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
52

measure the order of magnitude of numerical data

Indicator

phone_area_code_freq

1.0 scorreia 2013-04-24
8

Area codes of American phone numbers

Indicator

udi_average_yearly_income

1.0 scorreia 2013-04-24
6

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)


51 ms