Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Thanks a lot, it works for me.
For another client, I did this and working fine at that time --
--tMSSQLInput - where mod_dt>'"+context.accounts_etl_date+"'
But this time, I have format context value --
--tMSSQLInput - where createdDate > '" + TalendDate.formatDate("yyyy-MM-dd HH:mm:ss.SSS",context.max_created)+"'"
Thanks a lot