Hi,
I have multiple flat files which come in comma separated columns. See example below :
Customer Data CustID,FName,LName,Disease,Email,Phone 12345,Xyz,Smit,Bronchitis, Asthma and fever,Xyzsmit@gmail.com,80000000 12346,Abc,Doe,fever Headache,Abcdoe@hotmail.com,90000000
12347,Klu,joe,Sugar, cough and fever,kluj@gmail.com,12345678
Please look at the ID's 12345 and 12347. The disease column has a internal comma space between. How do i remove the comma spaces in the disease column, so that it can be loaded from flat file to sql table using SSIS. ?
Please help !
Thanks