Hello guys!
Help me please with an idea about how to select a file, process it (read pdf with abbyy, save as excel) then select the next file and so on until there is no file left to process.
Thanks!
Hello guys!
Help me please with an idea about how to select a file, process it (read pdf with abbyy, save as excel) then select the next file and so on until there is no file left to process.
Thanks!
Hello,
Use Directory.GetFiles
and pass the folder name to get all the files into an array of filenames(complete filename with path eg: "D:\New Folder\test.xlsx) then use foreach activity to iterate all the files.
Inside the for each scope you can check the files extension and perform the action as needed.
Thanks,
Meg