Hi all,
We need to transfer a unix type file with the new SFTP receiver adapter. During the transfer we need to replace the end-of-line character x'0a' which is typical unix by x'0d0a' which is windows-like.
This works with a normal FTP receiver channel but in the SFTP receiver channel the settings for File transfer mode (binary/text + encoding) and file type (binary/text) in the processing tab are missing. The documentation of the SFTP adapter also does not mention this.
Is this possible with the SFTP adapter??
Is there a module (local enterprise bean) that I can use to convert the end-of-line character??
Thanks
Tom