I have log_table with columns state,region,district,timestamp in sql
server.
ID state region district timestamp
-- ----- ------ -------- ---------
1 GJ RE056 DI137 2014-02-05 09:00:00.257
2 CA RE027 DI154 2014-02-04 14:00:00.183
3 GJ RE056 DI137 2014-12-09 16:00:00.257
I would like to load these records to another table in mysql with unique records and the existing data should not insert into new table in mysql while loading the data from sql server to mysql, only daily updated records should load in to the new table with out duplicate records. Help me in this issue how to do using pentaho data integration.