Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications.
More information: https://kafka.apache.org
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)=7 then
begin
Result:='Please contact emergency VET clinic';
end
else
begin
Result:='Please contact local VET clinic';
end;
end;
import datetime;
if datetime.datetime.today().weekday()==0:
Result.Value='Please contact emergency VET clinic'
else:
Result.Value='Please contact local VET clinic'For more technologies supported by our ETL Software see Advanced ETL Processor Versions
Confused? Ask question on our ETL Forum