0

I try to get the values from this format of Date YYYYMMDDhhmmss. I applied this functions in the component of tMap TalendDate.formatDate ("YYYY", TalendDate.parseDate ("YYYYMMDDhhmmss",row1.COLUMN5)) . I get the result from the year , hours, minutes and secondes but it doesn't work foenter image description herer the month and the day. I got this result

hbnisea
  • 29
  • 1
  • 6

1 Answers1

0

Seems like the format string should be "yyyyMMddHHmmss" https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html

Allen
  • 434
  • 3
  • 13