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 27, 2016 @ 15:41
    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>
    

    Here are the list of manufacturers

    ]]> 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

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Jun 28, 2016 @ 06:34
    Richard Soeteman
    1

    Hi Paul,

    CMSImport is for importing content to document types that is the only mapping you will see. You can use the event system to import those fields manually but will require a bit of coding.

    Best,

    Richard

  • Paul Cepek 4 posts 74 karma points
    Jun 28, 2016 @ 07:04
    Paul Cepek
    0

    Thanks for the reply RIchard :)

Please Sign in or register to post replies

Write your reply to:

Draft