I have a transform.bat which converts 1 line of input text to FIXML format.
How do I use this in a awk or in a loop to convert 1000 lines of input text to FIXML format output file.
TRX100 A 100 212 200414 ->infile.txt
transform.bat infile.txt
Output is infile.txt.transform
<FIXML> <TTT=1000> <RPT=2100>....
Now I have a file infile1.txt which has multiple lines.
But transform.bat can take only one line per execution.
Thanks for your help.
How do I use this in a awk or in a loop to convert 1000 lines of input text to FIXML format output file.
TRX100 A 100 212 200414 ->infile.txt
transform.bat infile.txt
Output is infile.txt.transform
<FIXML> <TTT=1000> <RPT=2100>....
Now I have a file infile1.txt which has multiple lines.
But transform.bat can take only one line per execution.
Thanks for your help.