Hello all.
I have a file with several records (all of which are 94 characters in length). The problem is that there are no carriage returns/line feeds in the file...sooooo when you view the file (in a text editor) it appears as one long record.
Is there a piece of code that could import this file, insert a carriage return line feed behind every 94th character, then output it to a table/file as several, 94 character records?
Thanks in advance,
JW
I have a file with several records (all of which are 94 characters in length). The problem is that there are no carriage returns/line feeds in the file...sooooo when you view the file (in a text editor) it appears as one long record.
Is there a piece of code that could import this file, insert a carriage return line feed behind every 94th character, then output it to a table/file as several, 94 character records?
Thanks in advance,
JW