Add logic, run exports and loads conditionally:
Execute exports and loads depending on the result of an SQL query ran against any data source.
![]() |
The export or load will run only if data has been delivered today
(i.e. the control table T_CONTROL contains at least 1 record with a delivered date of today). |
Execute exports and loads depending on the existence of a file or its content.
![]() |
The export or load will run only if the file "Sales Delivery.txt" exists and its content begins with "OK".
|
Note: The pre-conditions can be used together, i.e. you can have a query and a file pre-conditions. In that case both pre-conditions must be satisfied.