I have to repeat the key field in all rows as metioned below.
Please guide me on this.
INPUT DATA-- starting from 2 to 31
---+----1----+----2----+----3-
0077777777 G 345 261228
G 780 954902
G 780 959135
0088888888 G 345 261228
G 780 954902
G 780 959135
0077777777 G 345 261228
G 780 954902
G 780 959135
0088888888 G 345 261228
G 780 954902
G 780 959135
OUTPUT DATA-- starting from 2 to 31
---+----1----+----2----+----3-
0077777777 G 345 261228
0077777777 G 780 954902
0077777777 G 780 959135
0088888888 G 345 261228
0088888888 G 780 954902
0088888888 G 780 959135
0077777777 G 345 261228
0077777777 G 780 954902
0077777777 G 780 959135
0088888888 G 345 261228
0088888888 G 780 954902
0088888888 G 780 959135