I have a Information Table which has values
Code Question Score
BU 1,2,3,4 10
BI 2,3,4,5,6,7 6
Output
Code Question Score
BU 1 10
BU 2 10
BU 3 10
BU 4 10
BU 5 10
BI 2 6
BI 3 6
BI 4 6
BI 5 6
BI 6 6
BI 7 6
I am not not able get the output in the right format but request you to please suggest is it the write way to do because in the real time scenario the data can be in millions