Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I have an Umbraco site created by someone long gone from the company.
There is a list of manufacturers on the site (3 fields, name, country, address) that is viewed via a macro.
The data is manually entered by users and stored in an xml file, an excert here-
<pagemacro><![CDATA[<?UMBRACO_MACRO macroAlias="SRHC_ListManufacturer" />]]></pagemacro> <pageContent><![CDATA[<h1>Manufacturer list</h1> <p>Here are the list of manufacturers</p>]]></pageContent> <ManufacturerItem id="5548" parentID="5547" level="3" creatorID="0" sortOrder="0" createDate="2015-08-14T16:18:58" updateDate="2015-08-21T17:20:50" nodeName="test company" urlName="test-company" path="-1,1106,5547,5548" isDoc="" nodeType="5546" creatorName="A User" writerName="A User" writerID="0" template="1079" nodeTypeAlias="ManufacturerItem"> <umbraconavihide>0</umbraconavihide> <manufacturerCountry><![CDATA[United Kingdom]]></manufacturerCountry> <manufacturerAddress><![CDATA[Locksbrook Road]]></manufacturerAddress> </ManufacturerItem>
Is it possible to bulk update/replace this list? I've looked at CMS Import but I don't see anywhere to map the fields.
Many thanks for your help in advance,
Paul
Any Import experts out there who can help me with this?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
CMS import to macro XML list
Hi,
I have an Umbraco site created by someone long gone from the company.
There is a list of manufacturers on the site (3 fields, name, country, address) that is viewed via a macro.
The data is manually entered by users and stored in an xml file, an excert here-
Is it possible to bulk update/replace this list? I've looked at CMS Import but I don't see anywhere to map the fields.
Many thanks for your help in advance,
Paul
Any Import experts out there who can help me with this?
is working on a reply...