Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
sl_date <= TalendDate.parseDate("MM/dd/yyyy","01/01/2002"))
but I got error message
Syntax Error on token "&&", Expression expected after job ImportSalesData
sl_date <= TalendDate.parseDate("MM/dd/yyyy","01/01/2002")
Hello,
Instead of 01/01/2004 String for your comparaison, can you try with ?
Regards,
SeB
sl_date <= TalendDate.parseDate("MM/dd/yyyy","01/01/2002"))
but I got error message
Syntax Error on token "&&", Expression expected after job ImportSalesData
sl_date <= TalendDate.parseDate("MM/dd/yyyy","01/01/2002")