Hi sir,
In data ingest template i need to get this property for ex i have data with date field
date data 12-07-2018 a 13-07-2018 b 14-07-2018 c 15-07-2018 d
In that , i would like to take latest one i.e, 15-07-2018
if date field got new data 16-07-2018 e then i have to get 16-07-2018 by checking last updated date 15-07-2018 rather than checking from first one 12-07-2018
like that, if i got 17-08-2108 f then have to get 17-08-2018 by checking with last new date 16-07-2018 ..
how to achieve this , in which processor i have to do modifications or have to add new properties When the feed runs again, how does it take the latest watermark and work from there