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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
javvaji
Creator II
Creator II

Add Schema Dynamically based on condition

Hi Team,

 

I have a scenario where i need to add the schema dynamically to existing schema based on condition.

 

Ex :

Source

ID,Name

Condition

if Loc="IND" 

then i need to add one more column to existing flow

ID,Name,Loc

 

Need help on this.

 

Regards,

Bharath.

Labels (2)
1 Reply
Anonymous
Not applicable

Hi Bharat,

 

      You will not be able to modify the schema structure dyanmically within the components (for example tMySQLInput). But you can always use dynamic schema to handle the below situations where you will be storing the metdata information in a database/dictionary as reference.

 

      Could you please try the concepts specified in below Talend blog?

 

https://www.talend.com/blog/2016/03/11/how-to-operationalize-meta-data-in-talend-with-dynamic-schema...

 

Warm Regards,

 

Nikhil Thampi