v1.5.0
There is a requirement in many applications to load data into the application database from flat (text) files.
Such a data load should honor all application validations and rules supported by the application for the specific type of data being loaded.
This ensures that:
- all business validations and rules are applied for each record during the insert/update
- the application processing is load-balanced automatically, taking advantage of the application's infrastructure.