Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Viswa560
Contributor
Contributor

If Else in Talend Bigdata without Tmap

Hi Team,

I have a scenario where I run a query and

I will get only 1 row as output

load data into cache.

After that I have to check for column 2 row 1 data from that cache and if that is less than 100 run 2nd Query with another input cache else insert empty parquet file in output, if column3 row 1 data is less than 100 run 3rd query with the input cache else insert empty parquet file in output. Similar if and else I have to do for all the column data in the 1st row.

Kindly let me know how to achieve this with best performance in the Talend Bigdata running on Databricks cluster with 5.5 runtime and data is from Azure datalake gen 2.

Thanks,

Viswa

Labels (4)
0 Replies