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: 
bigdata1
Contributor II
Contributor II

Updating with tMySQLOutputBulkExec

When using tMySQLOutputBulkExec to update rows, how do you specify which columns are to be updated and which should be used as keys?

Labels (2)
4 Replies
manodwhb
Champion II
Champion II

@devmichael,in the edit schema of tMySQLOutputBulkExec ,you cna define key column and the other columns what are you mentioned will be updated based on key column.

bigdata1
Contributor II
Contributor II
Author

I currently select columns I wish to be used to lookup records as keys, and everything remaining I expect to be updated.  I then go into Advanced Settings and set 'Action on Data' to be 'Update records in table'.  When I do this, certain fields end up blank.  I don't think it's a constraint or not null issue but before I took more time with it, I wanted to make sure the above was reasonable.

manodwhb
Champion II
Champion II

@devmichael,in data based side there is proper defining key on the key columns ,then the solution which i provide will work perfectly. if you have any other contains in database side you need to sort out.

manodwhb
Champion II
Champion II

@devmichael,still do you have issue?