Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want to display filename's of the current excel file fetched using tFileList, can you please help me?
Regards,
Yogesh.
Hi Yogesh,
after tFileList you could use tJavaFlex and in the main section
System.out.println(((String)globalMap.get("tFileList_1_CURRENT_FILE")));
regards, Vlad
Hi Yogesh,
after tFileList you could use tJavaFlex and in the main section
System.out.println(((String)globalMap.get("tFileList_1_CURRENT_FILE")));
regards, Vlad
Hello @vapukov ,
Thanks this worked for me.
Regards,
Yogesh.
Hi @vapukov ,
Can you help me in archiving the files based on their names, suppose the excel's name contain either abc or xyz in files i want to archive them on thier name basis.
Regards,
Yogesh.
Hi Yogesh,
If you want to archive the files based upon the file mask, you can find a option in tFileList as below
You can give the file mask to filter the files and use tFileCopy to copy the files in your required destination as follow
Thanks,
Joe
Dont forget to give Kudos/Solution if you find this tip is useful