EPM Automate upload file based on partial file name
Summary:
Hi All,
With a batch script we are transferring a csv file into the inbox of EPBCS, making use of the EPM automate command "uploadFile". We have used this multiple times in the past in combination with additional scripting and all of this works fine.
For our current customer however, we need to find and upload the file based on only a part of the file name, meaning we do not have the full string (path) to be hardcoded. We have however the folder where the file is to be picked up. Is it even possible to add custom script to existing EPM automate commands given the rather limited functionalities? If so, which batch scripting commands can be used to achieve this?