Hello,
I need some columns of my CSV file to be split depending on the data and part of it need to append to the next column.
service center|center name|car|car name|missing, defects
I want to see
service|service center|car|car name,missing-defects
This is the case for only a partial set of my data.
How can I achieve this in SSIS?
Thanks
inavap