Core Features | The File Management Service performs the below functions Looks for EDI files in a certain file location for every 60 seconds. If a file with the extension “.edi” is available, the file is loaded into the system for processing. The service performs the below steps for processing the file Reads the meta data (File Name, File received date etc.) and content of the file and coverts into an object. Parses the high level information of the file to determine the trading partner associated with the file by interacting with the trading partner service. Stores the information about the file in the local storage. Creates the file detail object with the entire file data as a String and sends it to File Storage Service for storage and to Transaction Origination Service to process the transactions within the file
|