Hi Experts,
I have a input file where the header of the file has columns as below.
I_AUDITID(16),D_DATE(8),T_
TIME(8),I_
TSORDNUM(1
0),C_RECOR
DTYPE(4)
I need to read from the input file to an out put file as below.
I_AUDITID,D_DATE,T_TIME,I_
TSORDNUM,C
_RECORDTYP
E,
Basically I need to remove the bracket and the digits insde it.
Please provide me with a perl script/ example pgm.
thanks.
Start Free Trial