Hi all,
below is my original source
Image may be NSFW.
Clik here to view.
when i am pivoting this in sql server am getting correct output,see below screen shot
custBEERMILKSODAVEGFRED24 3NULL NULL
KATE12 165
but when am trying same thing in ssis using Pivot transformation am getting following output
Image may be NSFW.
Clik here to view.
am expecting only one row for each customer but it is giving me two rows for customer "KATE"
so how can i overcome this without grouping the data
thanks,
kishor