I have the below input
L12194C;
;1;8;12
;2;30;46
;3;49;71
;4;0;0
;5;0;0
;6;1;3
L15698A2;
;4;2;4
;5;0;0
;6;0;0
L2281A2;
;4;1;2
;5;0;0
12302C;
;1;8;11
;2;1;1
;3;1;1
;4;1;2
;5;2;4
;6;0;0
I want the output to be
L12194C;1;8 ;12
L12194C;2;30;46
L12194C;3;49;71
L12194C;4;0;0
L12194C;5;0;0
L12194C;6;1;3
L15698A2;4;2;4
L15698A2;5;0;0
L15698A2;6;0;0
L2281A2;4;1;2
L2281A2;5;0;0
12302C;1;8;11
12302C;2;1;1
12302C;3;1;1
12302C;4;1;2
12302C;5;2;4
12302C;6;0;0