I need to built generic workflow solution catering to data loads of different types. Like a)from a flat file to flat file-(can be fixed width file or delimited or excel file) b) from flat file to database-(can be any database or any file type type like before c)from database to database
The metadata for above can be configured via setting up web based GUIs.
Metadata: a)File type b)Columns c)Filter logic d)Lookup if yes condition e)Load type:Insert,update or UPSERT based on primary keys f)Database type g)JNDI for DB h)Business Rules-at the record level or aggregate level. ....
Recently,I have watched the video "https://skillsmatter.com/skillscasts/5115-how-amia-used-pentaho" and very much believe that the above workflow can be created using PDI with minimal coding.
Would anyone be able to help to provide sample examples to achieve the same?
Regards, Dikesh Shah.