Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Currently, enricher in malhar needs all the fields names in input and output field to be same as well as the name of db columns should be same as the one in output pojo for select clause and the ones in input pojo for where clause.
This may not be the same all the time. This restriction needs to be removed.
This jira will improve Enricher to allow user to provide mapping of
1. Input fields to output fields for copying.
2. Provide an option to user which will by default copy matching fields (input to output having same name and type)
3. DB Column to Output Fields for enriching data
4. Input Fields to DB Columns for where clause
NOTE: The requirement might change as per discussion on dev@apex mailing list.