Hi,
I am facing problem while inserting a header in to my input file.
My input file looks like -
00789753;0065382;00000;OP;2012-09-22
00824766;0007211;00000;OP;2013-02-10
00826145;0065382;00000;OP;2012-07-05
00826147;0065382;00100;DL;2012-07-10
00884274;0060398;01287;DL;2012-10-09
00884314;0072859;00000;OP;2012-10-04
00918760;0081999;00000;OP;2013-01-16
and i want output file to be -
DRDER_BR NOTLAVEN_XVC_BNK PRDSRWAD_PTS LORNANKAD_SNK_SAT
00739753;0065382;00000;OP;2012-09-22
00824766;0007211;00000;OP;2013-02-10
00826145;0065382;00000;OP;2012-07-05
00826147;0065382;00100;DL;2012-07-10
00884274;0060398;01287;DL;2012-10-09
00884314;0072859;00000;OP;2012-10-04
00918760;0081999;00000;OP;2013-01-16
i.e. divided into 4 columns DRDER_BR , NOTLAVEN_XVC_BNK , PRDSRWAD_PTS , LORNANKAD_SNK_SAT
How to achieve this?
Thanks in advance.