Page 2 of 2 FirstFirst 12
Results 41 to 42 of 42

Thread: [RESOLVED] CSV files and a big problem with notes field!

  1. #41
    PowerPoster Elroy's Avatar
    Join Date
    Jun 2014
    Location
    Near Nashville TN
    Posts
    9,936

    Re: CSV files and a big problem with notes field!

    Alright, just because I'm me, I just finished writing code to read either a UTF-16, UTF-8, or ASCII file into memory. The above CSV parser could easily be adapted to use it, and it'd speed up the file I/O because it'd already be in memory. Yeah yeah, it's still doing it in memory, and I'll let others make it all disk-based if they feel the need.

    Here's the link to the UTF-16, UTF-8, or ASCII file reader:

    http://www.vbforums.com/showthread.p...nd-UTF-8-Files

  2. #42
    Fanatic Member
    Join Date
    Jan 2006
    Posts
    557

    Re: CSV files and a big problem with notes field!

    This may not always work, depending on whether or not the UTF-8 has or does not have a BOM. See my example files in the codebank forum.

Page 2 of 2 FirstFirst 12

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