kettle - pentaho column level validation -


i new in pentaho project. need know validation rules whether these can handled pdi or not. input data csv format , target oracle table. suppose total number of column 50.

validation rules :

  • if less number of columns coming input file (like 48) should inform via email
  • if more number of columns coming input file (like 54) should inform via email
  • if there duplicate columns coming in input file should inform via email
  • if there missing order in input file respect target table layout should inform via email
  • if there columns started number should inform via email
  • if there columns more 30 characters in length should inform via email

any appreciated.

if required me kindly reply.

yes. there steps allow identify of these things.

more generally, if want in kettle , don't see step available makes easy do, can write custom steps or steps custom java or javascript code in them it.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -