Hi,
I have a custom requirement to transpose the data. here is sample data
PrimKey TransposeKey C1 C2 C3 C4
111 BBB X 10 ER 33
111 BBB Y 30 PK 35
111 CCC Z 12 RT 24
I need output as
PirmKey TransposeKey C1 C2 C3 C4 TranposeKey1 C11 C21 C31 C41 TransposeKey2 C12 C22 C32 C42
111 BBB X 10 ER 33 BBB Y 30 PK 35 CCC Z 12 RT 24
Please let me know which tool (set of) can be useful fixing this issue.
Thanks in advance
AK