Downloading from CsvExport every second

Hi All,

I want to use the output adapter to give me a csv file for every second.
How can i do that?
is modifying the RolloverSchedule a way to do it? if so, what should be the setting?

Thanks
Palberz

Hi Palberz,

No, the schedule parameter uses cron syntax which only supports minute granularity on schedules. There exists no setting for per-second CSV exports. If you are modifying the code, you’d need to replace the ScheduleManager with a .NET timer. There should be plenty of examples online for how to use timers in C#.

Thanks,
Stephen

Hi Stephen,

Thank you. The problem is now solved.

Best Regards,
Palberz