Data Integration Routine

Data Integration Routine

BigDecimalCurrency – Talend Data Integration Job

BigDecimalCurrency Name: BigDecimalCurrency Icon: Author: purcepa Resources: StackOverflow Topic Download: BigDecimalCurrency version 0 – Direct download Install Instructions: Create a routine and follow these steps using Talend Page: https://help.talend.com/display/KB/Creating+a+user+routine+and+call+it+in+a+Job Example: Coming soon… Features: Overview: This routine is to reply to: I have a BigDecimal field amount which represents money. And I need to print its…

Routine for Dynamic Schemas – Talend Data Integration Job

Routine for Dynamic Schemas Name: Routine for Dynamic Schemas Icon: Author: rbaldwin Resources: Download: Routine for Dynamic Schemas version 1.0 – Direct download Install Instructions: Example: Coming soon… Features: Overview: 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…

Encrypted Password Storage – Talend Data Integration Job

Encrypted Password Storage Name: Encrypted Password Storage Icon: Author: saburo Resources: Download: Encrypted Password Storage version 0.1 – Direct download Install Instructions: Example: Coming soon… Features: Overview: pwdStore is a set of routines that can help in managing passwords (db connections, ftp etc) or other strings used as parameters in TOS jobs. By default, passwords…

Base64 – Talend Data Integration Job

Base64 Name: Base64 Icon: Author: tcook Resources: Download: Base64 version 0.1 – Direct download Install Instructions: Example: Coming soon… Features: Overview: 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. Release Notes: Release version: 0.1 –…

MD5 functions – Talend Data Integration Job

MD5 functions Name: MD5 functions Icon: Author: tcook Resources: Download: MD5 functions version 0.1 – Direct download Install Instructions: Example: Coming soon… Features: Overview: 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 Release Notes: Release version: 0.1 –…

BRules – Talend Data Integration Job

BRules Name: BRules Icon: Author: walkerca Resources: Download: BRules version 0.1 – Direct download BRules version 0.2 – Direct download BRules version 0.3 – Direct download BRules version 1.0 – Direct download BRules version 1.1 – Direct download BRules version 1.2 – Direct download BRules version 1.3 – Direct download BRules version 1.4 – Direct…

JulianToDate – Talend Data Integration Job

JulianToDate Name: JulianToDate Icon: Author: wherdes Resources: Download: JulianToDate version 1.01 – Direct download Install Instructions: Example: Coming soon… Features: Overview: Routine to convert a Julian date to a date. A julian date can be a date as defined in e.g. JD Edwards (Cyyddd) or in the format of yyyyddd. Release Notes: Release version: 1.01…

StaticMap – Talend Data Integration Job

StaticMap Name: StaticMap Icon: Author: bcourtine Resources: Download: StaticMap version 1.0 – Direct download Install Instructions: Example: Coming soon… Features: Overview: This component provides tools to store values in a Map. Unlike the job “globalMap”, this Map is static, and can be accessed outside of the job. This Map can be used : – as…

GeoRoutines – Talend Data Integration Job

GeoRoutines Name: GeoRoutines Icon: Author: Fxp Resources: Download: GeoRoutines version 0.1 – Direct download Install Instructions: Example: Coming soon… Features: Overview: Geospatial routines for geometry processing (eg. Intersects, GetArea, GetDistance, …). Release Notes: Release version: 0.1 – 2010-02-25 14:51:41 First release of spatial routines in exchange. GeoRoutines could only be used in SDI or in…

StaticThreadLocalMap – Talend Data Integration Job

StaticThreadLocalMap Name: StaticThreadLocalMap Icon: Author: bcourtine Resources: Download: StaticThreadLocalMap version 1.0 – Direct download Install Instructions: Example: Coming soon… Features: Overview: This component provides tools to store values in a Map. This routines are the same as the StaticMap routines, but this Map is instanciated once by Thread. If a Java launcher is used to…