You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

hai,
I have a date Column,I need a date column split to date individual column,month individual column,year individual column,
Which function i should use?
Thanx,
Offline
Hello
It's easy to implement your request in Talend. Can you show us an example of your date and what are your expected result?
Best regards
shong
Offline

Hi,
do you use Perl or Java code generation? And if Java is it a Date data type or a String with Date inside?
If Java with a Date type the following information will help you:
[Forum, post 22716 by Volker Brehm in topic 5853] get the year of a date
and
SUB Java API 1.5: java.util.Calendar
Bye
Volker
Offline

hi shong,
Thanx, I have a date column format this,
dd/mon/yyyy hh:mm:ss
i) date individual column
ii) Month individual column
iii) year individual column
How Should i do that?
Offline
Pages: 1