Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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