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>
Here are the list of manufacturers
Many thanks for your help in advance,
Paul
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
Thanks for the reply RIchard :)
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-
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
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
Thanks for the reply RIchard :)
is working on a reply...