Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Paul Cepek 4 posts 74 karma points
    Jun 21, 2016 @ 10:53
    Paul Cepek
    0

    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-

            <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

  • Paul Cepek 4 posts 74 karma points
    Jun 22, 2016 @ 08:44
    Paul Cepek
    0

    Any Import experts out there who can help me with this?

Please Sign in or register to post replies

Write your reply to:

Draft