Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have to validate a numeric value while importing data, the number should consist exactly 9 digits. i need to place a record with null or invalid data(number of less than 9 digits) into a flat file. how do i write a condition for it in conditional split?



1. "123456789 "---> valid data
2. "4564"--->invalid
3. "" --->invalid
any help is appreciated.... :)
thanks in advance
Posted
Updated 13-Oct-11 1:49am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900