| Title | Under | Posted on |
|---|---|---|
| how to create application status in peoplesoft campus solutions 8.9 version | PeopleSoft Functional | 05/17/2012 - 4:09am |
| horizantal text in charts | PeopleSoft Technical | 05/10/2012 - 4:57am |
| no current buffer context error | PeopleSoft Technical | 05/10/2012 - 1:19am |
| Integration Broker : Operating Instance/Pub Contracts/Sub Contracts | PeopleSoft Technical | 04/24/2012 - 11:05am |
The easiest way will be use file layout.
1. Create filelayout based on record you want to load from inbound file.
2. Mention the format of file in filelayout properties. CSV or Fixed or XMl.
3. Test your file on filelayout in preview tab so it can read the columns as expected.
4. Create App engine with 1 step with 1 action(Peoplecode). just include ur new filelayout in the project & drag the filelayout object into peoplecode action. It will generate the delevered code for you.
You can read the code and understand how it is reading the file.
hope this will help u..
Post new comment