CMSImport 3.5.3 with Umbraco V7.5.3 (issue with MNTP)
Hi,
I'm having issue importing from an xml and I have the below tag for an MNTP property. The rest of the fields seems to port over alright apart from MNTP fields.
I have the below property which is an MNTP, I've checked the nodeIds in it and it exist on the site but the property is empty after import. Any idea?
I've tried swapping the id in the xml with node name like the below and tried to reimport. But it's still not picking up. The node name is as what it is on the site (no duplicate of similar node name either)
Not sure if CData could be an issue and are you using xpath as configuration of the MNTP. Sometimes this is causing an issue. Best to try with a rootnode in config during import.
CMSImport 3.5.3 with Umbraco V7.5.3 (issue with MNTP)
Hi,
I'm having issue importing from an xml and I have the below tag for an MNTP property. The rest of the fields seems to port over alright apart from MNTP fields.
I have the below property which is an MNTP, I've checked the nodeIds in it and it exist on the site but the property is empty after import. Any idea?
Thanks
Hi,
MNTP tries to match on nodenames. could you try that?
Best,
Richard
Aha that explains why. I'll check that this morning and let you know.
One more thing, how do CMSImport knows which nodename to map to if there's two same nodename that exist on different path? Just curious
Thanks Richard
Hey Richard,
I've tried swapping the id in the xml with node name like the below and tried to reimport. But it's still not picking up. The node name is as what it is on the site (no duplicate of similar node name either)
Not sure if CData could be an issue and are you using xpath as configuration of the MNTP. Sometimes this is causing an issue. Best to try with a rootnode in config during import.
where do you set the rootnode in the config during import?
Thanks Richard
is working on a reply...