Results 1 to 10 of 10

Thread: [RESOLVED] Using MysqlBulkloader

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2016
    Location
    South Africa
    Posts
    142

    Resolved [RESOLVED] Using MysqlBulkloader

    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
    Last edited by GideonE; Mar 3rd, 2021 at 08:43 PM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width