Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Data Conversion of a column to Unicode, but keeping the original column also
Data conversion from a string date to a data, but keeping the original column also
Data conversion from a date to a string, but keeping the original column also
Performing Date Math on a date column, and then storing results to another "derived" column in the data flow.
Performing string manipulation on a column, and then storing results to another "derived" column in the data flow.
Data Conversion of a column to Unicode, but keeping the original column also
Data conversion from a string date to a data, but keeping the original column also
Data conversion from a date to a string, but keeping the original column also
Performing Date Math on a date column, and then storing results to another "derived" column in the data flow.
Performing string manipulation on a column, and then storing results to another "derived" column in the data flow.
Hello guy
First, extract the records from source file/database, then do the following transaction and finally output the result to target file/database.
Data Conversion of a column to Unicode, but keeping the original column also
You can convert a column to unicode in tJava or create a routine to do it.
Data conversion from a string date to a data, but keeping the original column also
Data conversion from a date to a string, but keeping the original column also
Performing Date Math on a date column, and then storing results to another "derived" column in the data flow.
Talend provide a class called TalendDate which can be used to format a date to a string, parse a string to a date, add date etc...In a word, you do any manipulation/conversion on date with this class.
Performing string manipulation on a column, and then storing results to another "derived" column in the data flow.
Yes, you can do fiter/merge/cut manipulation on string on tJava/tjavaRow/tMap components, etc..
Best regards
shong