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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tFTPFileExist iterate

Hi,

I list some file with tFileList, then i want to check if this files found exists on a the ftp.

tFileList --> Iterate --> tFTPFileExist --> ?

I want to do somethink like display the ((Boolean)globalMap.get("tFTPFileExist_1_EXISTS")) in a tjava. How can i do that ?

I can't iterate after the tFTPFileExist

Thanks

Labels (3)
1 Reply
fdenis
Master
Master

hi,
You can output with a conditionnel link or an onSubjobOk and use ((Boolean)globalMap.get("tFTPFileExist_1_EXISTS")).toString() to print your info.
for me the best way is to use on Subjob link to trowGenerator who retivieve globalMap.get("tFTPFileExist_1_EXISTS") into a row then tLog to print