Hello,
I can't seem to get this working for my feed. Everything works except for when there are multiple values in the feed. These two screenshots show the "InventorList" and ContactList in the feed and how they are being read in differently. Here are some screenshots...
Shows InventorList and array [0], array[1], etc
http://i47.tinypic.com/348sojs.jpg
Shows ContactList with correct mapping
http://i45.tinypic.com/9qvga9.jpg
Shows what I see when trying to map elements (notice InventorList is a single line and Contacts have first name, last name, etc.)
http://i50.tinypic.com/2ivfmkn.jpg
In this particular case the InventorList and ContactList have the same structure in my feed, but InventorList does have multiple values where ContactList only has one.
Here is a sample portion of the feed...
<dataField:inventorList>
<dataField:inventor>
<dataField:firstName></dataField:firstName>
<dataField:lastName></dataField:lastName>
<dataField:title></dataField:title>
<dataField:department></dataField:department>
<dataField:emailAddress></dataField:emailAddress>
<dataField:phoneNumber></dataField:phoneNumber>
</dataField:inventor>
<dataField:inventor>
<dataField:firstName></dataField:firstName>
<dataField:lastName></dataField:lastName>
<dataField:title></dataField:title>
<dataField:department></dataField:department>
<dataField:emailAddress></dataField:emailAddress>
<dataField:phoneNumber></dataField:phoneNumber>
</dataField:inventor>
</dataField:inventorList>
<dataField:licensingContactList>
<dataField:licensingContact>
<dataField:firstName></dataField:firstName>
<dataField:lastName></dataField:lastName>
<dataField:title></dataField:title>
<dataField:department></dataField:department>
<dataField:emailAddress></dataField:emailAddress>
<dataField:phoneNumber></dataField:phoneNumber>
</dataField:licensingContact>
</dataField:licensingContactList>
Everything else seems to be coming over fine except for the Inventors that have multiple values.
I'd be happy to share the feed URL for anyone willing to take a peek. I just rather not post it here. =)
Many thanks!
-Tim
Comments
Comment #1
TimG1 commentedOriginally posted under Exhaustive Parser Module which I'm also using; but I think this may actually be for Feed Element Mapper.
I'm willing to sponsor development for this feature. Please contact me via my form for more info & details.
Thanks!
-Tim