Hi FME,
I have a dataset with date/time stamps where I need to retain only the first occurrence in each hour, on a given day.
For example:
1/1/2000 12:05 --> Keep
1/1/2000 12:10 --> Discard
1/2/2000 12:05 --> Keep
1/2/2000 12:15 --> Discard
1/2/2000 12:59 --> Discard
1/3/2000 12:00 --> Keep
1/3/2000 12:12 --> Discard
Thanks for taking a look!