Mappings/{{ .Mapping.Id }}

{{ if .Mapping.Profile }} {{ end }}
Id{{ .Mapping.Id }}
Objecttype Id{{ .Mapping.ObjecttypeId }}
Profile{{ .Mapping.ProfileName }}
Profile Type{{ template "json" .Mapping.Profile.ProfileType }}
Displayname{{ template "key_value" .Mapping.Displayname }}

Fields

{{ range $idx, $mf := .Mapping.Fields }} {{ end }}
_id Easydb XML Export XML Import Strategy Import
{{ $mf.FieldId }}
    {{ range $easy := $mf.Easydb }}
  • {{ $easy.Column }} [{{ $easy.Type }}]
  • {{ end }}
    {{ range $xmlE := $mf.XMLExport }}
  • {{ $xmlE.Path }}
  • {{ end }}
    {{ range $xmlI := $mf.XMLImport }}
  • {{ $xmlI.Search }}
  • {{ end }}
{{ $mf.StrategyImport }}

API

{{ template "jsontree" (Marshal .Mask.ObjectToApi) }}