Hello,
I am trying to convert Unix CR to Windows CRLF. So I read the file, then write it. While writing I have selected from task Main page encoding Windows Code Page 1252 and from the Write file tab selected Line break CrLf.
Unfortunately resulting text file still has Unix CR, not CRLF.
What bothers me is read file has output in the job log, showing lines in the file as expected. But the write file has no output, still the file gets written to the disk.