Hello-
I am trying to upload a file to FTP. I have been following the steps in the article below for scenario 2 -
https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Upload-to-SFTP-FTP/ta-p/20845 .
Workflow looks like below,the data need to be positionally delimited and should be a text file because the program in which this extract goes to excepts positionally delimited data (sample data shown in 2nd snippet below) .


I need some direction in creating a positionally delimited file, I was able to create a simple text file out and uploading it to FTP using “BLOB” but it is not positionally delimited .Further,when i experimented different output options the file gets corrupted especially when i use ".TXT" extension in the formula tool for customization. The purpose of the bottom node (in red highlight) is to create a custom file name “<filename>_<yyyymmddhhmmss>.txt”.
BLOB Converter Configuration Screen.

DOWNLOAD Tool Configuration screen.

Thank you very much.