Hi All,
I'm rather new to BC4, and I'm having an issue with a two XML file that I comparing.
Each time I generate the file, a new random <question id> is generated, so I want to ignore comparison for that attribute.
Additionally I don't care about source or scope either. How can I get BC to do this?
File Example #1
<qa id="VpaGetAnswer__Question--String__transfer_capabilities" label="transfer_capabilities" name="VpaGetAnswer__Question--String">
<answer>I can only show you information about your accounts.</answer>
<questionClass>interactive</questionClass>
<question id="Mon_Jul_01_2013_10_47_58_1103" source="turk" scope="train">i would like to make a principal only payment to my mortgage from money market account seven seven nine four</question>
<question id="Wed_Nov_27_2013_13_28_22_4233" source="turk" scope="train">i would like to make a principal only payments on loan zero nine eight nine</question>
</qa>
vs.
File Example #2
<qa id="VpaGetAnswer__Question--String__transfer_capabilities" label="transfer_capabilities" name="VpaGetAnswer__Question--String">
<answer>I can only show you information about your accounts.</answer>
<questionClass>interactive</questionClass>
<question id="342342432424324242" source="turk" scope="train">i would like to make a principal only payment to my mortgage from money market account seven seven nine four</question>
<question id="2342432424" source="turk" scope="train">i would like to make a principal only payments on loan zero nine eight nine</question>
</qa>
I'm rather new to BC4, and I'm having an issue with a two XML file that I comparing.
Each time I generate the file, a new random <question id> is generated, so I want to ignore comparison for that attribute.
Additionally I don't care about source or scope either. How can I get BC to do this?
File Example #1
<qa id="VpaGetAnswer__Question--String__transfer_capabilities" label="transfer_capabilities" name="VpaGetAnswer__Question--String">
<answer>I can only show you information about your accounts.</answer>
<questionClass>interactive</questionClass>
<question id="Mon_Jul_01_2013_10_47_58_1103" source="turk" scope="train">i would like to make a principal only payment to my mortgage from money market account seven seven nine four</question>
<question id="Wed_Nov_27_2013_13_28_22_4233" source="turk" scope="train">i would like to make a principal only payments on loan zero nine eight nine</question>
</qa>
vs.
File Example #2
<qa id="VpaGetAnswer__Question--String__transfer_capabilities" label="transfer_capabilities" name="VpaGetAnswer__Question--String">
<answer>I can only show you information about your accounts.</answer>
<questionClass>interactive</questionClass>
<question id="342342432424324242" source="turk" scope="train">i would like to make a principal only payment to my mortgage from money market account seven seven nine four</question>
<question id="2342432424" source="turk" scope="train">i would like to make a principal only payments on loan zero nine eight nine</question>
</qa>
Comment