I have an incoming text file that is in the format of
CustomerId|Product1 Sales|Product1 Share of Sales|Product2 Sales|Product2 Share of Sales| ...
which continues on for about 15 products. The product names are actually in the column names. I need to normalize this into
CustomerId|Product1Sales|Product1 Share
CustomerId|Product2Sales|Product2 Share
.
.
.
I am sure that I must be able to do this through DTS but am not sure where to begin.
Any help would be appreciated.
Cheers
CustomerId|Product1 Sales|Product1 Share of Sales|Product2 Sales|Product2 Share of Sales| ...
which continues on for about 15 products. The product names are actually in the column names. I need to normalize this into
CustomerId|Product1Sales|Product1 Share
CustomerId|Product2Sales|Product2 Share
.
.
.
I am sure that I must be able to do this through DTS but am not sure where to begin.
Any help would be appreciated.
Cheers