Question
Convert to CSV
Hi,
I am trying to convert a paglist (pxResults) into a csv file.
i am using the ootb activity pxConvertResultsToCSV i am able to get the file if i am running the activity from the rule.
However, When the agent is picking up this activity it is throwing the error "Goal Seek requires missing input property defaultExchangeFormatForExcelPage.pyLocale" on page defaultDateFormatForExcelPage
PFA the snapshot of the tracer.
i also found another piece of java code in another ootb activity writeToCSV where the param is asking for FileHandle - The handle of a PROutputStream. I dunno what that is.
Can anyone please help me with either of this ?
Alright, now for the first one i was able to narrow it down to this code:
The locale code parameter is not getting set when agent is picking up the activity so i tried setting it manually property-set
param.localecode = OperatorID.pyUseLocale
But the value is not getting set.