Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, I am using TalendDate.parseDate in tMap but I am getting unexpected results.
I am processing many files, all the same format, but some files are not returning a correct date. Please see below:
="
20230213 00:23:11"
output
All my files have the same field and same beginning format. I am not sure if this is a Talend bug or corrupt data
Any ideas are welcomed!
Thanks
Hi
For debugging, print the value of StringHandling.LEFT(row4.start,8), to check if it returns the expected string before it is parsed to a Date.
Regards
Shong