CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2018
    Posts
    1

    VB.NET CSV Parsing to MySQL

    hi all ,

    i have the Following CSV generated by a third party software, i need to be able to read the first row and see what month and year it is. what i would like to do is generate a MySQL Table using the "<monthyear>" so november2018 and place the data into that table. any help would be great ..
    ' csv File

    November-04-2018,41,46,18,51
    November-04-2018,41,46,28,61
    November-04-2018,41,22,48,71
    November-04-2018,41,46,58,81

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: VB.NET CSV Parsing to MySQL

    Do you know how to read the file as text line by line?

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

Featured