Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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?
Warm Regards,
Nikhil Thampi