Putting overrides involving a ´?´ via Rules Mgmt Window

Infosphere's Quality Product

Moderators: chulett, rschirm

Post Reply
JRodriguez
Premium Member
Premium Member
Posts: 425
Joined: Sat Nov 19, 2005 9:26 am
Location: New York City
Contact:

Post by JRodriguez »

Maybe I should take my answer back and explain further ...

If you are going to apply unhandled pattern overrides using the GUI you would like to treat one token at a time. As far as I know, the tool don't represent unhandled patterns using "?" class( Somebody can correct me if I'm wrong), it uses the "+" class instead. This mean that you will end up having more pattern to overrides( ^+T, ^++T, ^+++T ...), but that gives you the opportunity to classify each token to the proper class in case that they belong to different classes....

So your sample unhandled pattern (^?T) from previous post should be represented as ^++T or any variation. Let's say that one of your unhandled patterns is like ^+T then

^ : HouseNumber_MXADDR(I'm using the term in USADRR)
+ : Calle_MXADDR
T : TipoCalle_MXADDR

For ^++T you should add another one like this

^ : HouseNumber_MXADDR(I'm using the term in USADRR)
+ : Calle_MXADDR
+ : Calle_MXADDR
T : TipoCalle_MXADDR

And so on... sorry this is the nature of the beast


If you take the route to modify the Pattern Action File then you are able to used the "?" class ....
Julio Rodriguez
ETL Developer by choice

"Sure we have lots of reasons for being rude - But no excuses
Post Reply