QualityStage Pattern Actions for company names

Infosphere's Quality Product

Moderators: chulett, rschirm

Post Reply
tahoo
Participant
Posts: 6
Joined: Sat May 12, 2007 2:43 pm

QualityStage Pattern Actions for company names

Post by tahoo »

I have created simple sub routine for the following two names.
ABCDE WXY Series 2005-A
ABCDE WXY Series 2006-A

They all have the same pattern +++^-I.

The first routine works, and the second one doesn't work. I am expecting the second one should work as the first one since the pattern is more accurate.

** | ^ | **
COPY [2] {AdditionalName}

*+ | ^ | -
COPY [2] {AdditionalName}

Can sombody advise why the second one is not working? This is created on 8.1

Thanks,
Tony
trollezz
Participant
Posts: 2
Joined: Mon May 03, 2010 4:45 am

Re: QualityStage Pattern Actions for company names

Post by trollezz »

Tony,

I just checked the 2nd pattern " *+ | ^ | - " and it works perfect.

Maybe check whether hyphen is included into the striplist (in my test it is only in the seplist)
tahoo
Participant
Posts: 6
Joined: Sat May 12, 2007 2:43 pm

Re: QualityStage Pattern Actions for company names

Post by tahoo »

I've checked striplist, dash is not included in it.

Can you please advise how you update the file?

Here are how I did.

*^ ; Call Number SUBROUTINE
CALL Number_Routine

Then add the following lines within sub routine section.

\SUB Number_Routine

*+ | ^ | -
COPY [2] {AdditionalName}
\END_SUB

And also I tried to use override do this thing, no luck yet, can you try to use override?

Thanks,
Tony
Post Reply