I need to know if we can achieve this in informatica wherein i get flat file and i need to validate the feed structure and only process if it's according to valid feed structure , please give me atleast some inputs as to how to proceed on this..
I mean in my specific source flat file
0012312 234 Asdee 322 12112 H874 B888 99900 UD
1st level validation would be to check if there are numbers coming in 0012312 place say if i get literals like aaabb something it should reject this data , second level validation would be to check 0012312 corresponds to correct acct number as such, please walk me thru if anybody has did something like this before
The First step would be to use a isnumber fuction in an expression & check whether the incoming data is valid accord. to your constraint(Like Numbers only).
Then in a lookup transformation check whether the incoming number is valid account number.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.