I have a VBA application that runs every day. It checks a folder where CSVs are downloaded automatically, and adds their contents to a database. When parsing them, I reali
If the source CSV has every field in double quotes, then split(strLine, """, """) may work well