How can we achieve scrubbing or data validation thru AB INITIO.I know that by using is_valid function in validate record component we can check the values of the fields to be consistent with the data type specified in the record format.Is there any other methods available. PLease someone explain with examples.

Questions by dev123   answers by dev123

Showing Answers 1 - 2 of 2 Answers

What exactly is your requirement? Can you specify that, as there are various other functions available apart from the more common ones like is_valid(as you had mentioned), is_null, is_blank and is_defined. Besides which, there are comparison operators available like any other programming language.

  Was this answer useful?  Yes

mahendra patnaik

  • Feb 1st, 2007
 

Hi,you can achive this by using one component called record validation... it will use only if u want to validate the input record... if you want to validate field lavel values then there are some functions are available in the Ab Initio like is_valid (to check whether your filed contains proper value or not),is_blank (it will be used when you want to check the field contains any blank value or not), is_null(it will check the fields values contains any null value or not) etc...regards,mahendra

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions