XML data source doesn't create shadow assets


(Eric) #1

Hi all,

 

I have a simple XML file here https://riversideparramatta.com.au/parramatta-feed/

I am trying pull information in to Matrix, however after putting all the details in and creating an asset, no shadow assets appear under it.

 

I have tried to define tag names and also define CDATA tag names but nothing works.

 

Am I missing something obvious? I did this in a past without any issues although I haven't done it since last upgrade.

 

We are running 5.1.9.0


(Eric) #2

Update: 

 

I have set Root tag as events and Tag Names to: title,date_start,date_finish,image_pcc_full 

 

After commiting change shadow assets showed up, but the only data being fetched is full description

 

I don't know wher to begin to trouble shoot this

 

The xml structure is as follows:

 

<root>
 <events>
  <event>
 <pcc_website>yes</pcc_website>
 <discover_parramatta>yes</discover_parramatta>
 <event_interest>General</event_interest>
 <title>A Rabbit for Kim Jong-il</title>
 <date_start>2015-11-25</date_start>
 <date_finish>2015-11-28</date_finish>
 <short_description>
 A cunning comic thriller crammed with secret agents, espionage, double-crossings and a giant rabbit named Felix. Comical, adventurous, eccentric, true.
 </short_description>
 <full_description>
By<strong> Kit Brookman</strong> Johann’s super-sized rabbits are his pride and joy. Much to his surprise, the Supreme Leader of the Democratic People’s Republic of ....
 </full_description>
 <suburb>Parramatta</suburb>
 <venue>Riverside Theatres</venue>
 <cost>$25 - $49</cost>
 <link>
https://riversideparramatta.com.au/show/a-rabbit-for-kim-jong-il/
 </link>
 <image_pcc_full>
https://riversideparramatta.com.au/wp-content/files_mf/1442467739PCCFull685x236.jpg
 </image_pcc_full>
 <image_pcc_thumb>
https://riversideparramatta.com.au/wp-content/files_mf/1442467743PCCthumb276x276.jpg
 </image_pcc_thumb>
 <image_dp_full>
https://riversideparramatta.com.au/wp-content/files_mf/1442467746PCCDPfull450x274.jpg
 </image_dp_full>
 <image_dp_thumb>
https://riversideparramatta.com.au/wp-content/files_mf/1442467753PCCDPthumb220x134.jpg
 </image_dp_thumb>
 <sort_order>1</sort_order>
 </event>
</events>

</root>


(Eric) #3

Sorry everyone, I should of figured it out. Cache Cache Cache. All working Ok!