Page 1 of 1

Removing a word from the name

Posted: Wed Sep 25, 2013 4:35 am
by sendmkpk
HI,

I tried removing "ESTATE" from name "ESTATE OF ROY BURNER" after name standardization, using input text override.

The whole name is getting replaced with null instead,

I tried all the ways i could,

Can anyone suggest the proper way to do it

Re: Removing a word from the name

Posted: Wed Sep 25, 2013 5:40 am
by umaisnazir
Use field function. Even sub-string will do the job.

Posted: Wed Sep 25, 2013 6:52 am
by sendmkpk
well then i shall say, i want to do it only by input text override

Posted: Wed Sep 25, 2013 7:19 am
by stuartjvnorton
Why not do something useful with it, instead of just blowing it away?
At the very least, it tells you that it's not actually a person, but a legal construct now that the person is dead.

Classify it and put it in the additional information field. Then you can pick it out afterwards.
Otherwise, you could create a flag for it, and look for ESTATE and other terms like DECEASED, etc to set it.

Posted: Wed Sep 25, 2013 12:34 pm
by ray.wurlod
Continuing that theme, you could also parse it into the AdditionalName field.

Posted: Wed Sep 25, 2013 11:53 pm
by sendmkpk
Well i was trying to play around with the text override.....

I knew it can be in trnsf stage, and also knew what the name referred to..

thx

Posted: Mon Sep 30, 2013 10:31 am
by rjdickson
Input text overrides are meant to handle the entire input, not portions of the input. That is why they are not working.

The best course is to do as Stuart and Ray suggested.