Hi,
Need some help...
My input file would be like:
In US Number of customers processed : 100
In US Number of customers rejected : 10
In US Number of customers approved : 90
In DK Number of customers processed : 100
In DK Number of customers rejected : 10
In DK Number of customers approved : 90
In EU Number of customers processed : 100
In EU Number of customers rejected : 10
In EU Number of customers approved : 90
I need to format the file to include a blank line and contents in output file should be like:
In US Number of customers processed : 100
In US Number of customers rejected : 10
In US Number of customers approved : 90
In DK Number of customers processed : 100
In DK Number of customers rejected : 10
In DK Number of customers approved : 90
In EU Number of customers processed : 100
In EU Number of customers rejected : 10
In EU Number of customers approved : 90
can i do this using any sort techniques... please help.