Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

What is the difference between Lookup and Main?

Hi,friends

What is the difference between Lookup and Main?

Labels (2)
3 Replies
Vinlogs
Creator
Creator

Hi @zedxu,

"Main" is the one and only connection you can build from an input component to your o/p component via tmap or any other components.

every second input connection you make to your intermediate(tmap) or o/p component falls under lookup category.

Refer the below link for more information on how lookup works

https://help.talend.com/reader/SapKmX6pp8gru_C2cwvbvA/aP21iWfKK3Xlm65~A1p_Vw 

 

Thanks

Vineet

Anonymous
Not applicable
Author

Hi @Vineet,

Thank you for your answer.

My job's main and Lookup are using joblet as a data source,but the Main joblet must use a tOracleConnection or other DB connection component to read the data,therefore,I want to know the difference between lookup and main.

Vinlogs
Creator
Creator

Hi,

In that case, you would first need to connect your DB Connection component
to read the data to your job flow, then anything you add from this point
will become your lookups - like your joblets can be added as required to
the job flow.

Thanks