Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
i have a probleme to convert a date :
2011-08-19 15:00:10.
in this format :
2011-08-19
how to delete time from date 2011-08-19 15:00:10.
best regards
OK, that tells me that your Talend data type/class was Date.
hi @rhall
i have other question
i try with this example inthis link but i have a problem i put screen
http://diethardsteiner.blogspot.com/2012/02/talend-open-studio-populating-date.html
Your code is trying to do something to an object which is null. You will need to show your actual code for this. I suspect that maybe you are not getting dates for every row.
@rhall - is right
many functions - string, date, double fail with error if argument is null
so, You need check - all function what You have in tMap, and handle null for them