The Import action is used to load external data into a system or database. It typically handles the extraction, transformation, and loading (ETL) of data from various sources, such as files, databases, or other formats, into a target system. This action is commonly used in data integration processes to automate and streamline the import of large datasets.
To create a new Import Action, Drag and Drop it from the Object tree.
The Variables tab defines which variables are updated during the execution of the action.
The Execution Log tab is populated after the action has been executed. Double-click a row to view the detailed execution 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=1508
else:
Result.Value=1968For more technologies supported by our ETL Software see Advanced ETL Processor Versions
Confused? Ask question on our ETL Forum