View previous topic :: View next topic |
Author |
Message |
sivafdms Intermediate
Joined: 29 May 2007 Posts: 165 Topics: 77
|
Posted: Mon May 10, 2010 2:55 pm Post subject: Syncsort How to insert blank records in between the records |
|
|
I have below input file
Code: | TYP1
REC1
REC2
REC3
TYP1
REC4
REC5
REC6
TYP1
REC7
REC8
REC9
|
I need the Output file like this
Code: | TYP1
REC1
REC2
REC3
TYP1
REC4
REC5
REC6
TYP1
REC7
REC8
REC9
|
|
|
Back to top |
|
 |
jhandu Beginner
Joined: 01 Oct 2008 Posts: 6 Topics: 0 Location: India
|
Posted: Thu May 20, 2010 1:46 am Post subject: |
|
|
sivafdms, did you get a solution to this? |
|
Back to top |
|
 |
|
|