Skip to content

v1.5.0

Choose a tag to compare

@Vamsee147 Vamsee147 released this 23 Jul 10:58
· 31 commits to master since this release

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.