Question
2
Replies
476
Views
Posted: August 2, 2018
Last activity: August 3, 2018
Closed
Read multiple files from a user specified directory
I have an requirement where user will specify a local directory once and solution should read all the files underneath the specified directory and parse the content.
Location will vary case to case.
I have tried file listener but directory location and reading in not in control of user, hence did not work for us.
Is there OOTB solution available for to achieve this or any other alternative solution?
Hello,
I don't believe we have any OOTB solution for such requirement. You will never know if Pega will be able to reach directory provided by your users.
File listener might be an option but you have to change File Listener configuration for each provided directories on the fly.