Tutorial by Examples

Parsing date is used when having an input typed as String and when it is needed to get it as a Date. The class TalendDate contains method TalendDate.parseDate("pattern","stringDate"). Pattern here is the input pattern, and not the expected output pattern. Usage : For an input...
Since Talend 6.3 , an option in tMap allows to automatically convert types. When activated, output pattern is used as the expected input pattern to automatically convert data. First, activate the option : Then modify output pattern, used as the input pattern :

Page 1 of 1