|
-
Oct 28th, 2014, 12:46 PM
#41
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
-
Oct 29th, 2014, 08:09 AM
#42
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.
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|