Solved
Unable to pass -P args to pxExtractDataWithArgs activity for dynamically setting the destination file path
Hi, I am currently calling pxExtractDataWithArgs from another activity to run an extract rule. I would like to pass in a dynamic file destination in pyArgs.
I'm trying to pass in "-P /TestEnv/BixReporting/Temp" for pyArgs but am getting an error. I also tried with a backslash and still no luck: "-P \"/TestEnv/BixReporting/Temp\"".
Error:
[Rule-Admin-Extract.pyMessageLabel]pzInvalidExtractArgument -P Could someone assist me in achieving this. Thanks in advance