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

How can we export sheet data into MYSql Database.

I have qlikview sheet data which i wanted to export it on to mysql database.

Currently i am exporting sheet data to excel and then from excel i am exporting to Mysql.

1 Reply
marcus_sommer

Instead of exporting to excel you could export to various text-file-formats or (if possible) you creates your data-table within the script and stored it as text-file.

Another possibility could be: https://community.qlik.com/search.jspa?q=write+into+database&type=document

- Marcus