1. INTRODUCTION
This Document Describes the historical
loading process of payments files. Historical payments load process automated using shell and python scripts
2. PROCESS FLOW
Payments loading process is a two-step
process in general
1.
Standardization
2.
SAS Loading
Standardization :
It’s a process of converting payments files into parquet
files and applying pre check evaluation that is required to process any payment
file. Pre checks are carried out using Unix Scripts and parquet file creation is
done by spark code.
SAS Loading:
SAS Load is the loading of
parquet file to SAS_ALL_PAYMENT
using spark code.
This automated Payment loading is
also two-step process as mentioned above.
3. SCRIPT DETAILS
No comments:
Post a Comment