I have an EBCDIC file which I converted to ASCII. Everything is on one line though and I need to know how to convert wraps to CR/LF. UltraEdit offers this but I'm wanting to use Notepad++
Any help would be appreciated.
Brad
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Have you tried Plugins/TextFX Edit/ReWrap? If you don't want the newlines inserted at column 72, then you need to get the column number into the clipboard first. Slightly weird, but it works.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have an EBCDIC file which I converted to ASCII. Everything is on one line though and I need to know how to convert wraps to CR/LF. UltraEdit offers this but I'm wanting to use Notepad++
Any help would be appreciated.
Brad
That worked thanks!
Have you tried Plugins/TextFX Edit/ReWrap? If you don't want the newlines inserted at column 72, then you need to get the column number into the clipboard first. Slightly weird, but it works.