This article is all about working out a tutorial on service file rules in Pega. It is a mandatory pre-requisite to go through my previous article on Service file configurations before continuing here. I have already explained the business requirements in my previous article. Business Requirement: External system sends us the input file with a […]
Service File Configurations in Pega
It is recommended to visit the previous blog article on Parse delimited rule before proceeding further In the Parse delimited article, we learned how to parse the input data using delimited characters. Here is our own view on file processing in Pega We can say, this is the common architecture for file processing irrespective of […]
Integration Mapping – Parse delimited in Pega
In this blog article, we will see more detail about parse rules and different parsing methods Parse delimited rule operates mostly in conjunction with service file rules that are used in file processing. What is file processing? We know that almost all applications work with data. Data can be captured in multiple ways. The most […]
Pega File processing Azure storage files
In this article, we will see how Pega file listener can process the file uploaded into Azure storage repository. We already have a dedicated article on file listener processing. In this article, we will concentrate more on accessing the file location part. We know how a file listener works – The listener can easily access […]
File listener Usage and Configurations in Pega
Here comes the missing piece in the file processing series articles. FILE LISTENER As a recap, here are my previous articles related to file processing Service File Parse delimited Till now we have seen, how to parse the data using parse rules and how to process the enter file using service file rules. […]