I want to create a SQL output to CSV-type file.
I am using Peoplesoft's IDE, PeopleTools Application Designer. I have an Application Engine process that can loop and do set-based processing.
Is there a PeopleCode sample I can use?
I want to create a SQL output to CSV-type file.
I am using Peoplesoft's IDE, PeopleTools Application Designer. I have an Application Engine process that can loop and do set-based processing.
Is there a PeopleCode sample I can use?
PeopleCode works very well with Rowsets, so if you can create a View Record and put the SQL in there, then you can invoke the Record in PeopleCode and feed it into a File Layout definition.
I think this is the PeopleSoft way to do it.
Here's an example from PeopleBooks documentation:
Here are a few links that came up when I searched the web for: peoplesoft file layout rowset: