The “Data Transformation action” is used to modify or manipulate data within a workflow. It enables you to convert, reformat, or map data from one structure or format to another. This action is often used to ensure that data is in the correct format for the next step in the workflow or to meet specific requirements for integration with other systems. Common transformations include changing data types, merging or splitting data fields, and applying calculations or conditions.
To create a new Transformation Action, Drag and Drop it from the Object tree.
The Variables tab defines which variables are updated during the execution of the action.
begin
if DayOfWeek(Now)=3 then
begin
Result:=1917;
end
else
begin
Result:=1968;
end;
end;
import datetime;
if datetime.datetime.today().weekday()==0:
Result.Value=3917
else:
Result.Value=3918For more technologies supported by our ETL Software see Advanced ETL Processor Versions
Confused? Ask question on our ETL Forum