Hi All, I am trying to load a CSV file into a SQL Server table using SSIS. However, the file has a few fields that have values with a comma in between. For example,
FirstName LastName Title Status
XYZ ABC President, Tech services active
When I open this CSV file in Excel, it works fine but SSIS is putting President under Title and Tech Services under Status. Any idea how to fix this?