Hi
My client has an xml file with all his product details therein. I need to get this information into Actinic. How is this possible without a lot of donkey work. I know that it involves structuring the information as the Flat File Import does, but how do you go about this without cutting and pasting, bearing in mind the product catalogue is 10 000+.
I have developed many Actinic sites but I have never done this kind of thing.
Also I have not started the site yet and I am wondering whether or not to put in the Online Store Sections before I begin or whether these can be read into Actinic from the xml file?
Obviously my client will have to update the info from this xml file fairly often so this needs to be assured also.
The xml looks like this:
<VIPData>
<VIPproductDetails>
<SKU>4987 </SKU>
<product_group>Audio / Visual Players</product_group>
<manufacturer>Mustek</manufacturer>
<product_name>MUSTEK PERSONAL MEDIA CENTER PVR-A1 RET</product_name>
<model>PVR-A1</model>
<price1>58.20</price1>
<price2>57.62</price2>
<price3>57.04</price3>
<price4>0</price4>
<price5>0</price5>
<XMLorder>true</XMLorder>
<stock_unit>EACH </stock_unit>
<box_quantity>16 </box_quantity>
<wtyyrs>1 Year</wtyyrs>
<QoH>8</QoH>
<dueDate>Dec 25 2005 12:00AM</dueDate>
<dueQty>4</dueQty>
<smallImageLink>http://www.vip-computers.com/images/products/4987.jpg</smallImageLink>
<largeImageLink>http://www.vip-computers.com/images/products/4987.jpg</largeImageLink>
<techDataXML><VIP_product_tech_spec><Product_x0020_Group>Audio / Visual Players</Product_x0020_Group><Manufacturer>Mustek</Manufacturer><SKU>4987</SKU><Product_x0020_Name>MUSTEK PERSONAL MEDIA CENTER PVR-A1 RET</Product_x0020_Name><Web_x0020_Address>http://www.mustek.com.tw</Web_x0020_...;Warranty>1 Year</Warranty><Type>Digital Video Player
&lt;br&gt;Digital Video Recorder
&lt;br&gt;Digital Photo Player Digital
&lt;br&gt;Voice Recorder
&lt;br&gt;MP3 Player
&lt;br&gt;Lauguage Learning Player
&lt;br&gt;USB Pocket Drive
&lt;br&gt;SD/MMC Card Reader</Type><Audio_x0020_Format>MPEG Audio Layer 3 (MP3)
&lt;br&gt;Waveform Audio (WAV)</Audio_x0020_Format><Video_x0020_Format>MPEG 4 Compatible (ASF)
&lt;br&gt;Joint Picture Experts Group (JPEG)</Video_x0020_Format><Recording_x0020_Format>MPEG 4 Compatible (ASF)</Recording_x0020_Format><Disk_x0020_Format></Disk_x0020_Format><Encoding>File Converter Converts Multiple Video Formats Into MPEG4 Compatible Formats</Encoding><Radio></Radio><Internal_x0020_Memory>32MB</Internal_x0020_Memory><External_x0020_Memory_x0020_Type_x0020_1>Secure Digital Card</External_x0020_Memory_x0020_Type_x0020_1><External_x0020_Memory_x0020_Type_x0020_2>Multi Media Card</External_x0020_Memory_x0020_Type_x0020_2><External_x0020_Max._x0020_Memory_x0020_Size>512MB</External_x0020_Max._x0020_Memory_x0020_Size><E.S.P._x0020_Memory></E.S.P._x0020_Memory><Remote></Remote><Display_x0020_Type>2.5&amp;quot; TFT LCD</Display_x0020_Type><Equalizer>Pop
&lt;br&gt;Jazz
&lt;br&gt;Classic
&lt;br&gt;Bass
&lt;br&gt;Rock</Equalizer><TAG_x0020_Display>ID3</TAG_x0020_Display><Microphone>Built-in</Microphone><Speaker>Built-in</Speaker><Headset_x0020_>Earphone</Headset_x0020_><Signal_x0020_to_x0020_Noise_x0020_Ratio></Signal_x0020_to_x0020_Noise_x0020_Ratio><Frequency_x0020_Response></Frequency_x0020_Response><Max._x0020_Output></Max._x0020_Output><Interface>USB1.1</Interface><Connectors>AV In
&lt;br&gt;Headset</Connectors><Music_x0020_Play_x0020_Mode></Music_x0020_Play_x0020_Mode><Playback_x0020_Time></Playback_x0020_Time><Record_x0020_Time></Record_x0020_Time><Battery_x0020_Type>Li-ion Battery</Battery_x0020_Type><Battery_x0020_Qty>1</Battery_x0020_Qty><Mains>AC Charger</Mains><Width>75.5mm</Width><Height>85mm</Height><Depth>21.3mm</Depth><Weight>0.11Kg</Weight><Compatible_x0020_OS>Windows 2000
&lt;br&gt;Windows XP</Compatible_x0020_OS><Special_x0020_Features>DPS Function
&lt;br&gt;Audio Alarm</Special_x0020_Features><Package_x0020_Contents>User's Manual
&lt;br&gt;AV Lead
&lt;br&gt;Earphone
&lt;br&gt;USB Lead
&lt;br&gt;Carrying Case
&lt;br&gt;Strap
&lt;br&gt;AC Power Adapter
&lt;br&gt;Li-ion Battery
&lt;br&gt;Driver CD
&lt;br&gt;Ulead VideoStudio</Package_x0020_Contents></VIP_product_tech_spec></techDataXML>
<supersession>
</supersession>
<supsession_date />
<NewProduct>false</NewProduct>
<SpecialProduct>false</SpecialProduct>
<BackINProduct>false</BackINProduct>
<clearanceProducts>false</clearanceProducts>
<reducedProduct>false</reducedProduct>
<obsoleteProducts>false</obsoleteProducts>
<alternatives01>
</alternatives01>
<alternatives02>
</alternatives02>
<vat_inclusive>N</vat_inclusive>
<stock_vat_type>
</stock_vat_type>
<currency>GBP </currency>
<quantityBreak1>1</quantityBreak1>
<quantityBreak2>5</quantityBreak2>
<quantityBreak3>20</quantityBreak3>
<quantityBreak4>0</quantityBreak4>
<quantityBreak5>0</quantityBreak5>
</VIPproductDetails>
Any help massively appreciated
Best regards
Callum
My client has an xml file with all his product details therein. I need to get this information into Actinic. How is this possible without a lot of donkey work. I know that it involves structuring the information as the Flat File Import does, but how do you go about this without cutting and pasting, bearing in mind the product catalogue is 10 000+.
I have developed many Actinic sites but I have never done this kind of thing.
Also I have not started the site yet and I am wondering whether or not to put in the Online Store Sections before I begin or whether these can be read into Actinic from the xml file?
Obviously my client will have to update the info from this xml file fairly often so this needs to be assured also.
The xml looks like this:
<VIPData>
<VIPproductDetails>
<SKU>4987 </SKU>
<product_group>Audio / Visual Players</product_group>
<manufacturer>Mustek</manufacturer>
<product_name>MUSTEK PERSONAL MEDIA CENTER PVR-A1 RET</product_name>
<model>PVR-A1</model>
<price1>58.20</price1>
<price2>57.62</price2>
<price3>57.04</price3>
<price4>0</price4>
<price5>0</price5>
<XMLorder>true</XMLorder>
<stock_unit>EACH </stock_unit>
<box_quantity>16 </box_quantity>
<wtyyrs>1 Year</wtyyrs>
<QoH>8</QoH>
<dueDate>Dec 25 2005 12:00AM</dueDate>
<dueQty>4</dueQty>
<smallImageLink>http://www.vip-computers.com/images/products/4987.jpg</smallImageLink>
<largeImageLink>http://www.vip-computers.com/images/products/4987.jpg</largeImageLink>
<techDataXML><VIP_product_tech_spec><Product_x0020_Group>Audio / Visual Players</Product_x0020_Group><Manufacturer>Mustek</Manufacturer><SKU>4987</SKU><Product_x0020_Name>MUSTEK PERSONAL MEDIA CENTER PVR-A1 RET</Product_x0020_Name><Web_x0020_Address>http://www.mustek.com.tw</Web_x0020_...;Warranty>1 Year</Warranty><Type>Digital Video Player
&lt;br&gt;Digital Video Recorder
&lt;br&gt;Digital Photo Player Digital
&lt;br&gt;Voice Recorder
&lt;br&gt;MP3 Player
&lt;br&gt;Lauguage Learning Player
&lt;br&gt;USB Pocket Drive
&lt;br&gt;SD/MMC Card Reader</Type><Audio_x0020_Format>MPEG Audio Layer 3 (MP3)
&lt;br&gt;Waveform Audio (WAV)</Audio_x0020_Format><Video_x0020_Format>MPEG 4 Compatible (ASF)
&lt;br&gt;Joint Picture Experts Group (JPEG)</Video_x0020_Format><Recording_x0020_Format>MPEG 4 Compatible (ASF)</Recording_x0020_Format><Disk_x0020_Format></Disk_x0020_Format><Encoding>File Converter Converts Multiple Video Formats Into MPEG4 Compatible Formats</Encoding><Radio></Radio><Internal_x0020_Memory>32MB</Internal_x0020_Memory><External_x0020_Memory_x0020_Type_x0020_1>Secure Digital Card</External_x0020_Memory_x0020_Type_x0020_1><External_x0020_Memory_x0020_Type_x0020_2>Multi Media Card</External_x0020_Memory_x0020_Type_x0020_2><External_x0020_Max._x0020_Memory_x0020_Size>512MB</External_x0020_Max._x0020_Memory_x0020_Size><E.S.P._x0020_Memory></E.S.P._x0020_Memory><Remote></Remote><Display_x0020_Type>2.5&amp;quot; TFT LCD</Display_x0020_Type><Equalizer>Pop
&lt;br&gt;Jazz
&lt;br&gt;Classic
&lt;br&gt;Bass
&lt;br&gt;Rock</Equalizer><TAG_x0020_Display>ID3</TAG_x0020_Display><Microphone>Built-in</Microphone><Speaker>Built-in</Speaker><Headset_x0020_>Earphone</Headset_x0020_><Signal_x0020_to_x0020_Noise_x0020_Ratio></Signal_x0020_to_x0020_Noise_x0020_Ratio><Frequency_x0020_Response></Frequency_x0020_Response><Max._x0020_Output></Max._x0020_Output><Interface>USB1.1</Interface><Connectors>AV In
&lt;br&gt;Headset</Connectors><Music_x0020_Play_x0020_Mode></Music_x0020_Play_x0020_Mode><Playback_x0020_Time></Playback_x0020_Time><Record_x0020_Time></Record_x0020_Time><Battery_x0020_Type>Li-ion Battery</Battery_x0020_Type><Battery_x0020_Qty>1</Battery_x0020_Qty><Mains>AC Charger</Mains><Width>75.5mm</Width><Height>85mm</Height><Depth>21.3mm</Depth><Weight>0.11Kg</Weight><Compatible_x0020_OS>Windows 2000
&lt;br&gt;Windows XP</Compatible_x0020_OS><Special_x0020_Features>DPS Function
&lt;br&gt;Audio Alarm</Special_x0020_Features><Package_x0020_Contents>User's Manual
&lt;br&gt;AV Lead
&lt;br&gt;Earphone
&lt;br&gt;USB Lead
&lt;br&gt;Carrying Case
&lt;br&gt;Strap
&lt;br&gt;AC Power Adapter
&lt;br&gt;Li-ion Battery
&lt;br&gt;Driver CD
&lt;br&gt;Ulead VideoStudio</Package_x0020_Contents></VIP_product_tech_spec></techDataXML>
<supersession>
</supersession>
<supsession_date />
<NewProduct>false</NewProduct>
<SpecialProduct>false</SpecialProduct>
<BackINProduct>false</BackINProduct>
<clearanceProducts>false</clearanceProducts>
<reducedProduct>false</reducedProduct>
<obsoleteProducts>false</obsoleteProducts>
<alternatives01>
</alternatives01>
<alternatives02>
</alternatives02>
<vat_inclusive>N</vat_inclusive>
<stock_vat_type>
</stock_vat_type>
<currency>GBP </currency>
<quantityBreak1>1</quantityBreak1>
<quantityBreak2>5</quantityBreak2>
<quantityBreak3>20</quantityBreak3>
<quantityBreak4>0</quantityBreak4>
<quantityBreak5>0</quantityBreak5>
</VIPproductDetails>
Any help massively appreciated
Best regards
Callum
Comment