0

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?

qyb2zm302
  • 6,458
  • 2
  • 17
  • 17
Steve
  • 1
  • 1

1 Answers1

1

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:

  • PeopleBooks > PeopleSoft PeopleTools 8.57 > Products > Development Tools > PeopleCode API Reference > File Class > File Layout Examples

Here are a few links that came up when I searched the web for: peoplesoft file layout rowset:

qyb2zm302
  • 6,458
  • 2
  • 17
  • 17