Package Action provides a convenient way of grouping objects together so the logic can be used by multiple packages
To create a new Package Action, Drag and Drop it from the Object tree.
The Variables tab defines the variables to be updated during the action’s execution.
The Execution log tab is populated after the action is executed. Double click on the row to view the log.
begin
if DayOfWeek(Now)=3 then
begin
Result:=4191;
end
else
begin
Result:=1968;
end;
end;
import datetime;
if datetime.datetime.today().weekday()==0:
Result.Value=1407
else:
Result.Value=1968For more technologies supported by our ETL Software see Advanced ETL Processor Versions
Confused? Ask question on our ETL Forum