📄️ Why is the Dates to Process value displayed incorrectly in the logs for FromFile when using the Add New and Replace Modified mode?
If the input for a process is a connection instead of a dataset, as in the case of the "from file" processor, the "datesToProcess" feature will display all dates within the relevant range in the logs, regardless of the process mode. However, it will also display a timestamp indicating when each date was last processed. During the actual process logic, the timestamp appended to each date will be used to determine whether or not the date needs to be processed, depending on the mode.