Hi Eric,
Thank you for posting this. I have been trying to figure this out for a while.
I was able to create a task to pull all the GUIDs, but I am still struggling to execute your approach. ..not exactly sure how/where to define the loops.
My XML is the following.I am using GUID as the unique id for each item. Ultimately, I need to enter each item into an SQL database. Any advice is greatly appreciated. Thank you!
<item>
<guid isPermaLink="false">91bf6c49-ccf2-4e35-b17c-e98602ed967d</guid>
<title>Title 01</title>
<description>This is the description for title 01</description>
<media:content ype="video/mp4" url="https://test/penty081617d_1756.mp4"/>
<media:thumbnail isDefault="false" url="https://test/640x-5.jpg"/>
<pubDate>Wed, 16 Aug 2017 17:02:24 GMT</pubDate>
</item>
<item>
<guid isPermaLink="false">b6b0402f-f2d4-489a-818d-ed3c8786bc20</guid>
<title>Title 02</title>
<description>This is the description for title 02</description>
<media:subTitle type="application/ttml+xml" lang="en-us" url="https://test/penty081617d_CC.DFXP"/>
<media:content ype="video/mp4" url="https://test/penty081617d_1800.mp4"/>
<media:thumbnail isDefault="false" url="https://test/640x-1.jpg"/>
<pubDate>Wed, 16 Aug 2017 08:41:09 GMT</pubDate>
</item>
Edited by user
2017-08-21T17:48:45Z
|
Reason: Not specified