sdeng
7 years agoNew Contributor II
How to delete multi files with dynamic names
We want to delete all the files begin with the same name like samplefile_*.csv. But we don’t know how many files or exact file names in advance, is there a way to achieve this?
Get the file names from the specific folder and then delete all of them?
That is because your file contains an extension .csv but you saved it as .txt
So after saving it as csv it goes to the no data outputLet me know if it works