Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How can i fiter a csv file from the tfilelist having file name google-
OCT-221028151700.csv
Hello,
You can uncheck the button "Use Global Expression as Filemask", and setup the Filemask to
"google-OCT-[0-9]+.csv" as the below
Hello,
You can setup the Filemask as "google-OCT-221028151700.csv" for the component tFileList, thanks
But I need to filter all the files from the folder with those time stamp
Hello,
You can uncheck the button "Use Global Expression as Filemask", and setup the Filemask to
"google-OCT-[0-9]+.csv" as the below
Hi @Aiming Chen , could it also be possible to filter using tJava component?
eg. telling tjava to only process content that contains specific tags (for the sake of xmls) < process>?
So if a file has that tag then it can be processed else dumped and nothing is done, and the next file is read?