Page 1 of 1

Data Validation in TX

Posted: Wed May 17, 2006 6:32 am
by manojmmx
Hi,

What is the best way for performing data validation in TX ? In the typetrees or in the map rules ? (considering the map performance.)

Thanks
Manoj

Both ways

Posted: Wed Sep 22, 2010 8:45 pm
by roydanlobo
Data validation can be done in both ways , Using type trees u can restrict the data coming in like including or excluding particular data. You can even restrict the size of the data , way before it even touches the map.... see the performance point!!! when the data arrives into the map that means , the data has passed the basic validation but not the content validation. this content validation is done using only after executing the map.