Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We need to extract only max date data during table extraction.
Thanks..
How is your table file format? And explain clearly with sample files or this question related to data?
Maybe:
Use max(date), Peek() functions to get max date,
load the data on comparison with above max date.
load the data on Exist check with the main column data.