I have a text file I'm trying to import that contains 14 million records, but it's delimited with commas and there is one field that also contains commas, and there is no text qualifer to denote that the field has multiple values separated by commas. Does anyone know a way import with this scenario, or to correct delimited file for import?
I'm using SQL Server 2012. I'm open to correcting the text file via C#, VB.NET, or if there is a way in SSIS to correct it.