Skip to content

Releases: EdgeVerve/oe-batch-processing

Tag for v2.2.0

05 May 08:50

Choose a tag to compare

commit for version 2.2.0

Tag for v2.1.0

22 Nov 07:34

Choose a tag to compare

Fixed merge conflicts

PI 12 Release

14 Jan 14:26

Choose a tag to compare

  • Updated documentation in README.md

PI 11 Release

29 Oct 09:51

Choose a tag to compare

v1.6.0

Merge tag 'v1.6.0' of http://10.73.97.24/oecloud.io/oe-batch-processi…

v1.5.0

23 Jul 10:58

Choose a tag to compare

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.