I was wondering if it was possible to map two values from the import to one Umbraco field for example:
I have a property import which consists of PropertyID and DisplayAddress currently I am mapping DisplayAddress to the Umbraco field Name so this is easily Identifiable in the CMS. However there is a rare circumstance where properties would a similar display address value causing node Urls to become conflicted.
Whilst the easy option would be to map PropertyID to Name instead as this is the PK it makes it harder in the CMS to identify a property therefore would it be possible to map both PropertyId and display address to Name for example:
Map multiple values to one Umbraco field
I was wondering if it was possible to map two values from the import to one Umbraco field for example:
I have a property import which consists of PropertyID and DisplayAddress currently I am mapping DisplayAddress to the Umbraco field Name so this is easily Identifiable in the CMS. However there is a rare circumstance where properties would a similar display address value causing node Urls to become conflicted.
Whilst the easy option would be to map PropertyID to Name instead as this is the PK it makes it harder in the CMS to identify a property therefore would it be possible to map both PropertyId and display address to Name for example:
Name: 101372001803 - Horsegate Gardens, Chatteris, PE16 6NH
Making each record unique, easily to identify and stop url conflicts.
Thanks
Andrew
Hi Andrew,
Currently this is only possible using the RecordImport events. So you need a bit of code to do that. Check the manual https://soetemansoftware.nl/cmsimport/downloads for a sample/
Hope this helps,
Richard
is working on a reply...