I have created Extract rule in Pega 8.4 named like this:
Rule id → PRPC_ABC_XYZ
Rule is generating xml file with date appending at end: PRPC_ABC_XYZ_240613
XML Output file name → %r_%d
I need to read this file name so that I can place in some variable for further modification before doing sftp of this file. Please guide on how this can be done
@PALLAVIARORA Please log all questions as ‘Product’ questions (not ‘Academy’ which deals soley with issues encountered during Pega Academy missions and Academy VM account)
You can create an activity in Pega to read the generated XML file name and store it in a variable for further modification before SFTP. Use a Java step in the activity to read the file name from the directory and store it in a Pega property.
This is a GenAI-powered tool. All generated answers require validation against the provided references.
How to Dynamically Set the File path and fileName for BIX Extract running with t
XML/CSV ‘File Name’ to DataBase