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: 
_AnonymousUser
Specialist III
Specialist III

Exporting CSV to MYSQl Database

Could someone please let me know if this is a possible scenario?
I would like to export CSV into a MYSQL database. I would like to create database on the fly, create subsequent schema and load data. Please let me know if this makes sense. I have been struggling to get this scenario to work. All I did was to import CSV file, create schema and create MYSQL connection.MY
Labels (3)
2 Replies
_AnonymousUser
Specialist III
Specialist III
Author

Any comments or solutions for this?
Could someone please let me know if this is a possible scenario?
I would like to export CSV into a MYSQL database. I would like to create database on the fly, create subsequent schema and load data. Please let me know if this makes sense. I have been struggling to get this scenario to work. All I did was to import CSV file, create schema and create MYSQL connection.MY
veryimportantdude
Contributor III
Contributor III

use fileinputCSV connect with tMap MySQL output check all parameters, edit schema, action on table set to create if not exist. Should work
if not write problems