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 ?