Hi,
I have to find a solution regarding this isuue
I have a file with the contains as this :
Part1
x;1;2
y;5;6
Part2
h;6;7
j;8;9
I would like to have the output like this
Part1;x;1;2
Part1;y;5;6
Part2;h;6;7
Part2;j;8;9
Any help will be appreciate
, Thanx
I have to find a solution regarding this isuue
I have a file with the contains as this :
Part1
x;1;2
y;5;6
Part2
h;6;7
j;8;9
I would like to have the output like this
Part1;x;1;2
Part1;y;5;6
Part2;h;6;7
Part2;j;8;9
Any help will be appreciate
, Thanx