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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
ratnadeep
Contributor II
Contributor II

Write back tablle to MY SQL

Hi , I want to write back in QSE SaaS all the fields in my QVD into mysql. can someone help with the process?

Labels (1)
3 Replies
Nicolae_Alecu
Creator
Creator

Hello,

You can store the QVD in .CSV format , and that can be imported in SQL.

Best Regards 😄 

ratnadeep
Contributor II
Contributor II
Author

Thanks @Nicolae_Alecu 

Actually i was looking for a way to automatically writeback. I found a way to achieve the result through Qlik automation using MySQL connector 'Insert Bulk' block . 

However the limit to insert bulk is 100,000 cells. 

I now need help on how can i insert bulk more than 100,000 cells

 

ratnadeep
Contributor II
Contributor II
Author

Guys i found a way to insert bulk more than 100,000 cells. I used incremental load to write back limited amount of data till today. Now the incremental data in 99% cases will be less than 100k cells. Now automation run is scheduled. the incremental data is extracted, transformed and loaded back to destination table in MYSQL