All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.view-advanced-mapping-editor.ftl Maven / Gradle / Ivy

Category mapping editor

Map ${sourceAttribute.label?html} values to ${targetAttribute.label?html} values. Select the correct category that you want to map the source attribute to from the target attribute dropdown.

<#assign showDefault = numberOfSourceAttributes gt 10> <#if showDefault>
<#if showDefault>

<#assign count = 0 /> <#list sourceAttributeEntities as sourceEntity> <#assign id = sourceEntity.getIdValue()?string> <#assign count = count + 1 /> <#if sourceAttribute.nillable>
${source?html} attribute value Number of rows ${target?html} attribute value
${sourceEntity.get(sourceAttributeLabelAttribute)?html} <#if aggregates??>${aggregates[count]!'0'}<#else>NA
None <#if aggregates??>${aggregates[count]!'0'}<#else>NA
<#--Hidden inputs for the javascript post-->




© 2015 - 2024 Weber Informatics LLC | Privacy Policy