Hi All,
I want to read multiple word file which exist in a folder. and In this folder we have different kind of files like word , pdf and excel, but want to read only word file and there may be 0 file , 1 file or more than 1 word files .so please help me how to do that in UiPath studio.
files.Length will give the count of files.
The above expression will filter all the files ending with docx extension.
Create one array variable, and use assign activity.
Hi Thanks @lakshman@KarthikByggari for help…
I have tried that as suggest both of you but i am not getting the result.
for reference please see below:
actually, my word document is in not always in .docx is in different different properties like its also in .rtf so in this scenario what i have to do.
please, help me in this issue.
Please anyone help me in this issue, i have an word files in different different properties like(.docs, .rtf etc) and i have to read all word file in folder.