Hi,
I am using the union tool to combine a few inputs but I didn't want to bring all the rows, each of my files are from different months for example:
August's file is from 15/08 to 30/09, September's file is from 16/09 to 30/10 (with multiple rows for each date)
when combining the two files I want to only keep the lines from the latest file for the same date so in this case from August file I'd have data from 15/08 to 15/09
This's how the raw data looks like:

Many thanks!