Exam UiPath-SAIv1 Topic 1 Question 182 Discussion
Actual exam question for UiPath's UiPath-SAIv1 exam
Question #: 182
Topic #: 1
Question #: 182
Topic #: 1
Which filter option should be used for the For Each File in Folder activity to iterate through all the Microsoft Word documents in a local folder?
Suggested Answer: A Vote an answer
To iterate through all Microsoft Word documents in a local folder using the For Each File in Folder activity, you should use the filter option "*.doc*". This filter utilizes the asterisk (*) wildcard to match any number of characters, effectively capturing both .doc and .docx file extensions.
UiPath Documentation
In the Filter by field of the activity, entering "*.doc*" ensures that the iteration includes all files with names ending in .doc or .docx, which are standard extensions for Microsoft Word documents.
Other options are incorrect because:
* B. Microsoft Word: This is not a valid filter pattern.
* *C. " doc"**: This pattern looks for files with names ending in " doc" and does not account for file extensions.
* *D. " doc, *docx"**: This is not a valid filter pattern; multiple patterns should be separated by semicolons (e.g., "*.doc;*.docx").
Therefore, the correct filter to use is "*.doc*".
UiPath Documentation
In the Filter by field of the activity, entering "*.doc*" ensures that the iteration includes all files with names ending in .doc or .docx, which are standard extensions for Microsoft Word documents.
Other options are incorrect because:
* B. Microsoft Word: This is not a valid filter pattern.
* *C. " doc"**: This pattern looks for files with names ending in " doc" and does not account for file extensions.
* *D. " doc, *docx"**: This is not a valid filter pattern; multiple patterns should be separated by semicolons (e.g., "*.doc;*.docx").
Therefore, the correct filter to use is "*.doc*".
by Aries at Apr 18, 2025, 03:36 AM
Contact Us
If you have any question please leave me your email address, we will reply and send email to you in 12 hours.
Our Working Time: ( GMT 0:00-15:00 ) From Monday to Saturday
Support: Contact now
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).