Hi all,
in a SDF file, i have a date field and I would like filter/extract the record(s) with the latest date. What transformer/parameter should I use?
eg.
ID, DATE
1, 12-13-15
2, 12-13-15
3, 12-01-15
4, 08-01-14
5, 04-01-13
--------------------------
I would like to extract/filter ID 1 and 2 (records with the latest date) in this case.
thank you!!!
W