Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Right now I am using a tForEach component to include the filemasks which are referenced in a tFileList component - ((String)globalMap.get("tForeach_1_CURRENT_VALUE")). This component is then connected to a tFileCopycomponent and I use the filelist component to get the list of files that need to be copied.
I tried listing the files in a delimited file and tried using this expression to reference it in the tCopy component. I used this expression ((String)globalMap.get("tFileInputDelimited_1_CURRENT_VALUE")) and ((String)globalMap.get("tFileInputDelimited_1.srcfilename")) but both expressions did not work. Is this possible at all or am I limited to using a foreach component to achieve this kind of a task.