Results 1 to 40 of 53

Thread: [RESOLVED] VB6 & Reading CSV file with data including spaces

Threaded View

  1. #23
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: [RESOLVED] VB6 & Reading CSV file with data including spaces

    I'm not sure if this helps, but take a look at this attachment.

    It is similar to the prior one, but attempts to do some field formatting and write records as it goes using a faster writing technique. I'm not convinced it is hugely faster than the previous example though.

    Like the previous one, it loops reading/cleaning an input CSV file and writes a cleaned output CSV file. Here I have added some trivial reformatting of two of the fields.


    However I still think I'm missing the point you were trying to make when you said:
    This step will help me skip the looping through each record
    Last edited by dilettante; Mar 22nd, 2012 at 09:33 PM. Reason: removed flawed attachment

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