Pega cloud : how to access the absolute file path based on Pega cloud repository
Hello All,
I want to drop sample xml files ( manifest.xml) for unit testing purpose to test the Customer Ingestion process, looked at the repository api, this may need to create a class to achieve.
Tried a simple java step to produce the xml in required format, here
- PRWriter way of producing the xml has issues with byte encoding
- Java native library, work fine, but this requires the absolute path of the file directory
Is there a way to get the absolute path of the repository to use in my scenario?
Thanks,
Ravi