Hello everyone,
I'm working on a project in FME and need to filter date values from a CSV file. I have the following requirements:
- The date should be between
01.01.2021 00:00
and22.07.2021 23:59
. - The date column is in the CSV file and is formatted as
dd.MM.yyyy HH:mm
.
I've tried using the DateTimeConverter and Tester transformers, but I'm not sure if I've configured everything correctly. Does anyone have tips or examples on how to implement this?
Thank you in advance!