I don't quite know how to express what I'd like to do without providing an example of before/after. Here goes:
How do I turn this:
ID1 ID2 Col_Type Col_Capture
25 14 t.01.id Item_01
25 14 t.01.resp Dr. Robert
25 14 t.01.value Lennon
25 14 t.01.dt 2011-09-01 16:00
26 14 t.07.id Item_05
26 14 t.07.resp Eleanor Rigby
26 14 t.07.value Starr
26 14 t.07.dt 2012-10-15 09:15
into this:
R1 R2 RRef RID R_Response R_Value R_DT
25 14 01 Item_01 Dr. Robert Lennon 2011-09-01 16:00
26 14 07 Item_05 Eleanor Rigby Starr 2012-10-15 09:15
Basically, I'm combining all the results that match t.xx. in the Col_Type column into one new row.
Thank you for any suggestions!
Dave
[]
How do I turn this:
ID1 ID2 Col_Type Col_Capture
25 14 t.01.id Item_01
25 14 t.01.resp Dr. Robert
25 14 t.01.value Lennon
25 14 t.01.dt 2011-09-01 16:00
26 14 t.07.id Item_05
26 14 t.07.resp Eleanor Rigby
26 14 t.07.value Starr
26 14 t.07.dt 2012-10-15 09:15
into this:
R1 R2 RRef RID R_Response R_Value R_DT
25 14 01 Item_01 Dr. Robert Lennon 2011-09-01 16:00
26 14 07 Item_05 Eleanor Rigby Starr 2012-10-15 09:15
Basically, I'm combining all the results that match t.xx. in the Col_Type column into one new row.
Thank you for any suggestions!
Dave
[]