Reputation: 2523
I have on-prem file System Data set with pathpath "Z:\ProjectX" It has contains files like Z:\ProjectX\myfile1.json
I would like to delete all json files in "Z:\ProjectX". I wonder how to do? What value should be set to Folder?
Upvotes: 0
Views: 1039
Reputation: 5074
In source settings, select the File path type as Wildcard file path and provide the Wildcard file name as ‘*.json’ to delete all the files of type JSON.
Upvotes: 1