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
- 499 extensions
- 825 revisions
- 228 contributors
- 111767 downloads
|
|
Top Contributors
|
|
|
Version |
Author |
Released on |
Rating |
Downloads |
 |
Routine for Dynamic Schemas
|
1.0
|
rbaldwin
|
2009-08-05
|
176
tos
(0 votes, average 0 out of 5)
|
366
|
|
Java routine for dealing with dynamic schemas. As an example, say you have a defined Excel spreadsheet that contains a given number of columns. The number of these columns is static and there is a predefined schema into which it must fit. The caveat is according to the business rules, the columns for the schema may be in a different order than they actually appear in the excel spreadsheet. This is a dynamic schema, meaning the order of the columns can change but they still must meet a defined schema.
|
 |
tNulltoDefault
|
1.1
|
jandry
|
2009-07-29
|
173
tos
(0 votes, average 0 out of 5)
|
172
|
|
Allows the user to get rid of nulls in the data flow. The component changes nulls into default values.
byte = 0
short = 0
int = 0
long = 0L
float = 0.0F
double = 0.0
BigDecimal = 0.0
char = \u0000
boolean = false
String = ""
Date = now
DOES NOT CHANGE
byte[]
List
Object
|
 |
tFileInputPropertiesExtended
|
0.1
|
MASeb
|
2009-07-24
|
172
tos
(0 votes, average 0 out of 5)
|
136
|
|
Extension of fileInputProperties. Can use el expression in properties file
|
 |
tMD5Sum
|
0.3
|
Thomas Cook
|
2009-07-24
|
136
tos
(0 votes, average 0 out of 5)
|
471
|
|
This component outputs the MD5 Checksum of a specified file.
|
 |
tWebDavDelete
|
1
|
fabrice2
|
2009-07-23
|
171
tos
(0 votes, average 0 out of 5)
|
107
|
|
This component deletes a file with webdav protocol.
It is based on the tWebDavPut component from Jean-Sébastien Darges (Merci !)
Extract the file to this directory "TOS-Win32-r26090-V3.1.3\plugins\org.talend.designer.components.localprovider_3.1.3.r26090\components" (adapt with your TOS version) and start/restart TOS.
It works with newer versions 3.1.X since you specify the family of the component in the .xml file.
Have fun !
|
 |
tFileChooser
|
0.3
|
MSSA
|
2009-06-21
|
167
tos
(0 votes, average 0 out of 5)
|
501
|
|
select one file to use
the full file name is : ((String)globalMap.get("tFileChooser_1_FULL_FILE_NAME"))
the file is : ((String)globalMap.get("tFileChooser_1_FILE_NAME"))
the path is : ((String)globalMap.get("tFileChooser_1_PATH_NAME"))
globalMap on file extention choosed: ((String)globalMap.get("tFileChooser_1_FILE_EXT"))
|
 |
tFBSL
|
1.0
|
GeromeGUILLEMIN
|
2009-06-17
|
170
tos
(0 votes, average 0 out of 5)
|
238
|
|
tFBSL routine for Talend
Welcome to the the tFBSL routine code for Talend 3.x series !
This will explain to you how to install and use the tFBSL routine for Talend software.
BTW, what does FBSL for Talend?
Talend is a great ELT software,that runs under Java platform, but unfortunately we can not make
graphical plugins easily, nor windows, nor dialogs on the fly with it!
People that are familiar with Windows environment are always using their mouse and click onto graphical
widgets to interact with this operating system, that seems quite natural.
But if you are familiar with Windows and fond of Talend, you've probably been noticed that no widget
tool is actually provided for developing nice and sweet graphical interfaces!
So, my programming language project called FBSL (development started in 2001) has evolved since
years and is capable of interpreting and creating powerful and complex graphical user interfaces with
ease by the way of one of its two engine, and FBSL.DLL is the one that we'll use via Talend / Java class!
Are you ready?
Ok let's go!
|
 |
TalendJodaTime
|
0.2
|
emenuet
|
2009-06-12
|
121
tos
(0 votes, average 0 out of 5)
|
315
|
|
Sample routine to use JODA time
copy joda-time-1.6.jar to lib/java folder
|
 |
tFileList
|
0.1
|
bcourtine
|
2009-06-04
|
164
tos
(0 votes, average 0 out of 5)
|
233
|
|
THIS COMPONENT IS OBSOLETE : use bcFileListExt instead, which includes theses features and file sort options.
Evolution of Talend's original tFileList component :
- optimization of generated java code (suppression of useless variables, loop optimisation, etc.)
- exclude file mask is now a table where various filemasks can be excluded at the same time
- even if a file matches more than one filemask, it is sent only one in the "iterate" link to be processed
Perl version of this component is unchanged.
|
 |
tHTTPTableInput
|
4
|
dthonon
|
2009-05-29
|
163
tos
(0 votes, average 0 out of 5)
|
253
|
|
This Component extracts HTML-Tables from a given URL.
The \'Syntax for Table\' means:
T=3 / Third(fourth) Table inside the page
C=0,0 / The Column at the position 0,0 in the third(fourth) table
T=1 / The first(second) table inside Cell 0,0 from the third(fourth) [optional]
Exemple 1: "T=3;C=0,0;T=1"
Exemple 2: "T=2;C=0,0;" with the change of revision 3
Exemple 3: "T=2;" with the change of revision 3
|
Show
|
|
Statistics
- 140 extensions
- 173 revisions
- 25 contributors
- 12893 downloads
|
|
Top Contributors
|
|
|
Version |
Author |
Released on |
Rating |
Downloads |
 |
Only alphabetical characters not empty
|
1.0
|
dcortinovis
|
2013-06-19
|
174
top
(0 votes, average 0 out of 5)
|
1
|
|
Only alphabetical characters not empty.
And at least one (empty forbidden)
|
 |
EMail validation via mail server
|
5.3.0
|
mzhao
|
2013-06-03
|
141
top
(0 votes, average 0 out of 5)
|
190
|
|
This Java UDI check emails by sending a SMTP request to mail server. the code sample can be found at: http://www.rgagnon.com/javadetails/java-0452.html
|
 |
Frequency table of hours
|
2.0
|
scorreia
|
2013-04-25
|
76
top
(0 votes, average 0 out of 5)
|
277
|
|
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)
|
195
|
|
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)
|
182
|
|
This indicator computes the variance of numeric columns
|
 |
Trimmed
|
1.0
|
scorreia
|
2013-04-25
|
170
top
(0 votes, average 0 out of 5)
|
17
|
|
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)
|
173
|
|
aggregates Date fields into weeks
|
 |
Duplicate Rows
|
2.0
|
scorreia
|
2013-04-25
|
86
top
(0 votes, average 0 out of 5)
|
599
|
|
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)
|
48
|
|
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)
|
58
|
|
measure the order of magnitude of numerical data
|
Show
|
|
Statistics
- 5 extensions
- 7 revisions
- 4 contributors
- 3402 downloads
|
|
Top Contributors
|
|
|
Version |
Author |
Released on |
Rating |
Downloads |
 |
DStar
|
1.0
|
ctoum
|
2010-08-04
|
2
mdm
(0 votes, average 0 out of 5)
|
1097
|
|
D* Industries Demo Model
|
|