Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

Unpivot and Parse Columns

$
0
0

Hello , 

I have a data that is set up like this

Group 1          Group 2         Group 3       Group 4        Group 5  ......................... Group 16

a,b,c,d,e,f        a,b,c,d,e,f     a,b,c,d,e,f     a,b,c,d,e,f      a,b,c,d,e,f                         a,b,c,d,e,f

The output I am looking for is 

Group Number    Group Value             column 1       column2  column3    column 4   column 5   column 6

Group 1             a,b,c,d,e,f                  a                    b            c              d              e               f

Group 2             a,b,c,d,e,f                  a                     b            c             d               e               f       

Group 3             a,b,c,d,e,f  

Group 4            a,b,c,d,e,f  

Group 5             a,b,c,d,e,f  

Group 6            a,b,c,d,e,f  

Group 16          a,b,c,d,e,f                 a                       b         c             d                e                f

How can I achieve this output?


Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>