Hi,
Is it possible to create an Alteryx workflow to perform a regular expression text search in all files' contents in specified directory and all of its sub directories?
Thanks!
Sure it is. Just have the Directory Tool (with Include Subdirectories ticked) to bring in the paths of all files. And then use the Regex Tool,
Hi @PhilipMannering,
I have made some corrections in my initial post. I would like to search the contents of all files, not searching the path of all files.
Thanks.