I am trying to find an approach to convert BI publisher output into a base64 string via Orchestrator
- How to retrieve the BI output file name and actual file access to convert it into Base64 string using Groovy/Jruby?
What we have tried -
fetching file name from V986110B which returns 0 records on the client side, however, works in other system. (possibly security issue).
Once, we have the file name, how can I let groovy know that this BI publisher output or filename needs to be converted to base64 string? such as Custom groovy will go to AIS temp location to access RD job? Basically, how it will access the RD job to convert to base64 string?