Hi all
I am using Mysql and VB.Net (Visual Studio) to create an application.
I have large .csv files to import into Mysql tables. I would like to use MYSQLBulkloader to speed up things. I do not want all the columns in the csv files to be imported. Is column mappings possible with MySQLBulkloader?. Also some of the csv files has headers and others not.
I have searched everywhere but can only get examples/tutorials on C#. Converting these to VB.net were unsuccessful.
The MySQL table has a ID field(first) which is a primary key with auto increment.
Can any please direct me to a good tutorial?
Regards
I am using Mysql and VB.Net (Visual Studio) to create an application.
I have large .csv files to import into Mysql tables. I would like to use MYSQLBulkloader to speed up things. I do not want all the columns in the csv files to be imported. Is column mappings possible with MySQLBulkloader?. Also some of the csv files has headers and others not.
I have searched everywhere but can only get examples/tutorials on C#. Converting these to VB.net were unsuccessful.
The MySQL table has a ID field(first) which is a primary key with auto increment.
Can any please direct me to a good tutorial?
Regards