I need to parse a file and upload it to a SQL Server database. The file is a text file in the form:
FirstName, LastName, EmailAddress
There are 100 records in the text file separated by commas. Any suggestions? I have access to the file on my server. I know I have to use the FileSystemObject somewhere....
Start Free Trial