Hi All,
I am facing problem while loading csv file data into ssis.My csv file looks like as below
A
1,Mahesh,Wing Company,Corporation
A is a column name.I am splitting the recod by commas,So i am getting 4 columns.but acctually i should get 3 columns as WingCompany,Corporation is the companyname and store it in one column.
1 Mahesh WingCompany Corporation
I need to store in the table as below
1 Mahesh WingCompanyCorporation
How to remove comma from 3 rd column.
Thanks,
Ramu