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?