Hi,
Iam trying to import a csv file to sql server table.I am getting the above error.So I have tried every solutions provided on other links but not helping me in my case as my column has mixed datalike this "paracetmol(128 mg)".My file has " as identifier and its comma delimitted!Iam using ssis2017.My destination table has datatype nvarchar(255)
Can someone please help me to solve this issue?
Note:I have tried changing the connection property 'alwayscheckfordelimiter' to false...tried redirecting the row to error output,tried downloading custom component from codeplex but dont know how to install it..tried changing the datatype lenght..nothing sort of working for me..and also please note the error is showing at a row number 5601..so manually checked the row in excel..but cant seem to spot any problem...
Any help is very much appreciated..
Thank u