It is not possible to schedule the csv using file as input, I've tried also the approach mentioned here:
Cron job for CSV filter, which is using exec.
But as is mentioned in the documentation: (Cron job for CSV filter)
Periodically run a shell command and capture the whole output as an event.
With that in mind is not possible to use exec (I've tested).
which is the solution to scheduling csv reading?