XML in Quality Stage

Infosphere's Quality Product

Moderators: chulett, rschirm

Post Reply
barberq
Participant
Posts: 6
Joined: Thu Sep 08, 2005 7:33 am

XML in Quality Stage

Post by barberq »

I'm running Quality Stage 7.5 on an Australian site and am rewriting all the xml templates provided so that they can be used with the AUAddress Standardisation rules. I'm stuck on the correct use of the overrides elements. Could anyone help me by posting a code snippet using weightoverrides in an undupe xml.

Cheers in advance.
Q
barberq
Participant
Posts: 6
Joined: Thu Sep 08, 2005 7:33 am

Re: XML in Quality Stage

Post by barberq »

barberq wrote:I'm running Quality Stage 7.5 on an Australian site and am rewriting all the xml templates provided so that they can be used with the AUAddress Standardisation rules. I'm stuck on the correct use of the overrides elements. Could anyone help me by posting a code snippet using weightoverrides in an undupe xml.

Cheers in advance.
Q

Hi All,

Thanks to Stewart Hanna of Ascential I was able to get this one resolved.

To add weight overides to your xlm, after the the <PARAM1> line type

<WEIGHTOVERRIDE WOTYPE="REPLACE">
<AW>10</AW>
</WEIGHTOVERRIDE>

AW for agreement weight, DW for disagreement ect.


To add vartypes lines to your xml after the last </MATCHPASS> but before the last </MATCHSPEC>.............. eg:

</MATCHPASS>
<VARTYPE ACTION="CRITICAL">
<FIELD1>H1AUADD</FIELD1>
</VARTYPE>
</MATCHSPEC>

Cheers Stewart!
Post Reply