Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm trying to pass a hardcoded date (so every row would have this date) and am, getting an unparseable date error.
This is the expression I'm using: TalendDate.parseDate("dd-MM-yyyy","01/01/1950"). The field in the mssql database this is going into is of Date type, and has a date pattern of dd-MM-yyyy.
Any ideas what I'm doing wrong?
Was able to solve my issue. Guess I needed the local version.
TalendDate.parseDateLocale("dd-MM-yyyy","01-01-1950","EN")
Was able to solve my issue. Guess I needed the local version.
TalendDate.parseDateLocale("dd-MM-yyyy","01-01-1950","EN")
Was able to solve my issue. Guess I needed the local version.
TalendDate.parseDateLocale("dd-MM-yyyy","01-01-1950","EN")