Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: newbieHi
I managed to 'ftp get' a file in ascii from mainframe. but the problem is the data comes in 1 line, there is no carriage returns or line feeds.
Can someone please help in either:
1. giving an idea as to how to read that one line, break that line at say 700 characters, create a file of multiple lines of 700 characters. I can then use the file delimiter node to read the data as I know the field delimiter.
2. or maybe someone has already tried to use the python ftp get node to get an ascii file from mainframe with CR & LF.
many thanks