3rd Party Data Suppliers
3rd Party Data Suppliers Interfacing with Core Fleet Management System
The i-Con interface is used to collect source files from various Information Suppliers. Once received, these files are converted (where necessary) and imported into the System. Any subroutines that are needed to process these files in the system are called from i-Con.
The Import Interface is primarily responsible for “preparing” the import files so that they are friendly to the destination database (eg: ensuring that dates are converted to the correct format etc.) and compatible with the system’s data structure before it is imported into the actual system.
While it is fair to assume that no Information Supplier will provide exactly the same information, nor information in exactly the same way, i-Con caters for the various Information Suppliers by allowing the fine-tuning and adjusting of the Import Interface to meet the individual supplier’s data structure.
Case Example
- Collect source files from various information suppliers
- Convert source files into required formats (e.g. XML to delimited text file)
- Generate “Normalised” files from the converted source files
- Generate an “Un-Normalised” file from the converted source for importing into the relevant SQL database
- Import the normalised files and initiate subroutines to process the files
- Import the un-normalised files into the designated SQL database
- Send a confirmation or error report via email on completing work on each file