Overview
Processes files in the staging/gl/enterpriseFeed directory and places them in staging/gl/originEntry for processing by the scrubberJob. Files are created in the General Ledger format and normally come from central administrative external systems, such as, Student or Payroll.
The enterpriseFeedJob is expecting three files in order to process the data file. These files are .data, .recon, and .done.
- If you are dropping these files into the directory for processing via an external process, such as, an S3 bucket, all three files must be provided.
- If you are uploading the files via the Enterprise Feed Upload, only the .data and .recon files are required. The upload process will create the .done file.
Refer to the General Ledger Flat File Format for more information on the file layouts of each file.
Parameters
The following parameter is used by the enterpriseFeedJob.
- TO_EMAIL: Email addresses which receive notification when there is a reconciliation or other error with the enterpriseFeed files.
Reports and Files
Directory |
Name |
Description |
staging/gl/enterpriseFeed |
entpBatchFile_userid_description _time/date.data entpBatchFile_userid_description _time/date.recon entpBatchFile_userid_description _time/date.done |
Files dropped via an external process, such as, SFTP, or uploaded via the online Enterprise Feed Upload. If the files are dropped into the directory by an external process, all three files must be provided. If the Batch File Upload is used, the .done file is created by the Enterprise Feed Upload. The .done file will be deleted by the enterpriseFeedJob after it has processed the .data and .recon files. |
staging/gl/originEntry |
gl_glentry_entp.data gl_glentry_entp.done |
The enterpriseFeedJob verifies that the .recon file matches the .data file and if so, places the gl entry file in the OriginEntry directory. The .done file is deleted after the scrubberJob processes the .data file. |
reports/gl |
Enterprise_feed_date/time.txt |
Summarizes files successfully loaded and files that were not successfully loaded. |
Comments
0 comments
Please sign in to leave a comment.