Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Send files TFTPut[help]

Hi everyone, I have a folder where I got 5 files to be send with tfput. What I want to do is sending all of them and delete the files after this. Is this possible? 
I have another question Y:Y, those files are rows from tmap.I can separate them with the option I have with "outputfile" but when I do this I have the name of the files like this: "nameoffthefile1" "nameoffthefile2" "nameoffthefile3" "nameoffthefile4". I would like them to have another name, for example..the name of his "row id" from the tmap. How can I do this?
Thank you!I had been looking how to do this but I can't find nothing, this is why I registered here.

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi,
Do you want to delete your files stored in local? If so, you can use a component tfiledelete which is used to suppress a file from a defined directory.
The work flow should be:tFtpConnection-->tFtpPut(put local files into FTP server)-->onComponentOk-->tFileDelete(Delete local files).
I have another question Y:Y, those files are rows from tmap.I can separate them with the option I have with "outputfile" but when I do this I have the name of the files like this: "nameoffthefile1" "nameoffthefile2" "nameoffthefile3" "nameoffthefile4". I would like them to have another name, for example..the name of his "row id" from the tmap. How can I do this?

Could you please post your setting screenshots into forum which will be helpful for us to understand your current situation?
Best regards
Sabrina
Anonymous
Not applicable
Author

I resolved the problem of the file names.

I still have the ftp question, how can I do to send all the files in a folder with the same name(the original name of the files) and then delete them? Do I have to use tFTPut and tFTPDelete? Thanks.