I have a file that has 3000 lines of text all in one field records. How do I split the file such that certain records are each assigned to a new field.<br>Example:<br>Old file:<br>000<br>aaaaaa<br>123<br>bbbbbb<br>345<br>ccccc<br>567<br>ddddd<br>789<br>eeeee<br>101112<br>fffff<br>121314<br>ggggg<br>141516<br>hhhhh<br>New file:<br>000 aaaaaa bbbbbb cccccc dddddd<br>789 eeeeee ffffff gggggg hhhhhh