How to create a comma-separated value file programmatically?
We are currently using PRPC 6.2.1 and have a business need to programmatically generate a comma-separated value file. This has to be done in an unattended fashion. Is there a way to do this apart from concatenating the data, quotation marks, and commas into a string prior to calling a Connect-File?