Posts

Showing posts with the label Datamover Script: Export and Import PeopleSoft Data

Datamover Script: Export and Import PeopleSoft Data

Image
There are quite a few techniques available in PeopleSoft to export and import the table from the database, one of which is Datamover. Data Mover Export set log C:\EXPORT.log;                                                  — Place where log file is maintained set output C:\JOBtabledmp.dat;                             — This is the place where the exported data is stored. export JOB;                                    ...