T
tenshi
Hello,
Can somebody please help me to get an output like the below.
If COL A has two identical rows,but with a different value in COL B, I
would like to have the value of COL B joined as shown in the below
OUTPUT example.
INPUT:
A B
68319438890 DD
68319438890 TE
68319439020 TE
68319439060 FE
68319439080 TE
68319439100 TE
68319439190 OT
68319439190 SH
DESIRED OUTPUT:
A B
68319438890 DD, TE
68319439020 TE
68319439060 FE
68319439080 TE
68319439100 TE
68319439190 OT, SH
Regards,
Can somebody please help me to get an output like the below.
If COL A has two identical rows,but with a different value in COL B, I
would like to have the value of COL B joined as shown in the below
OUTPUT example.
INPUT:
A B
68319438890 DD
68319438890 TE
68319439020 TE
68319439060 FE
68319439080 TE
68319439100 TE
68319439190 OT
68319439190 SH
DESIRED OUTPUT:
A B
68319438890 DD, TE
68319439020 TE
68319439060 FE
68319439080 TE
68319439100 TE
68319439190 OT, SH
Regards,