You are not logged in.
Announcement
Unanswered posts
|
It worked. Thanks.
Hi
Set the path of Field to extract as xxx/feature[n], for example
xxx/feature[1]
Best regards
Shong
My XML is something like this,
<ProductInfo>
<Description>Ultra Slim Wall Mount</Description>
<Category Primary="Mounts" Secondary="Low Profile" Tertiary="" Flushmount="No"/>
<Energy Type="0">Electric</Energy>
<EnergyStar>False</EnergyStar>
<Features>
<Feature>Ultra Slim Depth</Feature>
<Feature>Minimal Surface Damage</Feature>
<Feature>Quick And Easy Installation</Feature>
<Feature>VESA-compliant</Feature>
<Feature>Compatible w/ 2011 LED D4000 Series & Up (65")</Feature>
<Feature>Compatible w/ 2011 Plasma D6500 & Up (59"/64")</Feature>
<Feature>Compatible w/ 2010 LED C4000 Series & Up (60"-65")</Feature>
<Feature>Compatible w/ 2011 Plasma C6500 & Up (58"/63")</Feature>
</Features>
</ProductInfo>
How to map all the feature tag with names like feature_1, feature_2, feature_3 .... feature_n?
I tried it bu mapping same element multiple time but it fetches same element every time.
I am attaching snapshot what I did, but failed.
I appreciate our help.