In my source oralce table 100 records are there and i loaded 100 records for first run and than 10 new records are added to the source.Now i run the job it only read the latest 10 records not all 100+10 records.How we can achieve this in talend.
There are several ways to have an incremental load. If there is not too much data, you might consider using a tMap which inner joins existing data with all data and then have an output which catches the reject of inner join.