AutomationEdge Community Forum - Robotic Process Automation & IT Automation
Read files which start with a specific word and specific extension
Get Help & Discuss
generic
,
rpa
Miguel_Lopez
October 16, 2023, 5:39am
1
Hi! All,
How to read files which start with specific word and with specific extension?
1 Like
Giovanni_Romano
October 16, 2023, 5:45am
2
Hi!
Suppose your filename starts with the word “Sample” and the extension of the file is “.txt”
To read all the files which match the above configuration, you have to use Wildcard
You can use the below wildcard to achieve the above scenario.
Sample.+.txt
In the same way, you can change the wildcard value as per your requirement.
1 Like
Related topics
Topic
Replies
Views
Activity
Read all files from Input folder , it may contain .xls,.xlsx,.csv files. Create separate folder for each extension and give name to folder as File_extension
Process Studio
rpa
1
274
August 21, 2023
Search and select the file in the folder like “*CC*.xlsx”
Process Studio
rpa
1
473
April 27, 2022
Unable to list all files using GetFileName step
Process Studio
2
618
May 25, 2021
6. Creation of Folders for seprating files and storing it according to extension
Process Studio
1
452
October 6, 2022
Read PDF without knowing the name of the file
Process Studio
rpa
2
246
March 31, 2023