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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Update tMap row output schema from target component?

I often have tMap components feeding data to database tables via tMSSqlOutputBulkExec components, for instance. I frequently update (usually add fields to) the tables. I use the Retrieve Schema command with the Db Connections Metadata to update the Repository schema for the table used by the tMSSqlOutputBulkExec component, but don't know how to send that update back to the tMap that feeds it.
Is there a way to direct the tMap component to update/refresh/synchronize its output schema from the connected next component?
When first connecting the tMap to the tMSSqlOutputBulkExec, TOS DI offers to get the row output schema from the newly connected next component, an offer I always accept. How can I get it to offer that again? I don't want to delete the connection and recreate it, as I have a lot of effort invested in the mapping functions that I would have to re do.
Thanks for any help.
Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi,
One of the possible option is
1) Go to the edit schema
2) Select the newly added columns
3) Click on the "Copy Select item" button
4) Click on the paste button on the tmap component
Like wise the newly added column will be copied in to the desired components.
Best Regards,
Mayur