How data is passed in the Rule Engine?
How is data passed in the Rule Engine?
🎥 Watch the demo - Transaction Data(TXN)
We have two upload methods available on the platform:
- API(Application Programming Interface): Rule engines can integrate with other systems
or applications via APIs to process data in near real-time. This means that as data is generated or
updated in the source system, the rule engine can immediately access and process it. - Batch Processing through Transaction Files: In this method, data is collected and
processed periodically in batches, rather than in real-time. Typically, data is accumulated
over a certain period and then processed in bulk at scheduled intervals.
What are the specifications of a TXN File?
- Supports only CSV format
- TXN files are sync & cron are as per the program config.
How to upload a TXN file?
A TXN file is uploaded via the SFTP server. To upload the file, a user needs permission
from SFTP for their program. The upload can be done via any SFTP client. The file should be
uploaded in the upload➝TXN folder . Additional security is enabled using VPN-restricted access.
What does a sample TXN file look like?
Action | Member Relation | Name | Address | Mobile Number | DOB | Gender | Transaction Type | |
---|---|---|---|---|---|---|---|---|
N | seg220 | Pramod | JPNagar | 9036820287 | pm@email.com | 11111984 | M | credit |
Updated 2 days ago