Qualifer Update
Hi,
While importing records via IM, I have set the option as Qualifer Update. My input file has records such as
<Structure>
<Cust_Num>1001</Cust_Num>
<Address>
<Add1>Test 1</Add1>
<Add2>Test 2</Add2>
<Add3>Test 3</Add3>
</Address>
<Address>
<Add1>Test 4</Add1>
<Add2>Test 5</Add2>
<Add3>Test 6</Add3>
</Address>
</Structure>
Problem I face is when I load this data via IM, only 1st address comes, 2nd is completely ignored though there is nothing common between addresses. (Tried to play with Matching Qualifiers with NONE/choosing a few but that did not help).
Append/Replace will not help as later on when updates to this address come, I want to avoid duplicates. Is that the way Update Qualifier functionality supposed to operate or am I making a mistake?
Another side issue follows. After this initial run when only 1 record is imported if I import it again I can see both the records. As far as I can see problem comes when 1 parent node has multiple children, IM only cosiders the first one for updation and then in next runs considers them all - Is it true?
Regards,
Dev.