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

templates.view-attribute-mapping-feedback.ftl Maven / Gradle / Ivy

<#if (sourceAttributes)?has_content> <#list sourceAttributes as sourceAttribute> <#list feedbackRows as feedbackRow> <#-- Dataexplorer can't be initialized with query at the moment, for forward compatibility already construct URL --> <#if (sourceAttributes)?has_content> <#list sourceAttributes as sourceAttribute> <#if sourceAttribute.dataType == "XREF" || sourceAttribute.dataType == "CATEGORICAL"> <#if feedbackRow.sourceEntity.get(sourceAttribute.name)??> <#elseif sourceAttribute.dataType == "mref"> <#if feedbackRow.sourceEntity.get(sourceAttribute.name)??> <#elseif sourceAttribute.dataType == "DATE"> <#if feedbackRow.sourceEntity.get(sourceAttribute.name)??> <#elseif sourceAttribute.dataType == "DATE_TIME"> <#if feedbackRow.sourceEntity.get(sourceAttribute.name)??> <#else> <#if feedbackRow.sourceEntity.get(sourceAttribute.name)??> <#assign value = feedbackRow.sourceEntity.get(sourceAttribute.name)> <#if value?is_sequence> <#elseif value?is_boolean> <#else> <#else> <#if feedbackRow.success> <#if feedbackRow.value??> <#if targetAttribute.dataType == 'DATE'> <#elseif targetAttribute.dataType == 'DATE_TIME'> <#elseif feedbackRow.value?is_hash> <#elseif feedbackRow.value?is_sequence> <#elseif feedbackRow.value?is_boolean> <#else> <#else> <#else>
Source: ${sourceAttribute.name?html} Target: ${targetAttribute.name?html}
<#assign refEntity = feedbackRow.sourceEntity.get(sourceAttribute.name)> <#assign refEntityType = sourceAttribute.refEntity> <#list refEntityType.attributes as refAttribute> <#assign refAttributeName = refAttribute.name> <#if (refEntity[refAttributeName])??> <#assign value = refEntity[refAttributeName]> <#if value?is_boolean>${value?c}<#else>${value}<#if refAttribute?has_next> = <#assign refEntity = feedbackRow.sourceEntity.get(sourceAttribute.name)> <#assign refEntityType = sourceAttribute.refEntity> <#list refEntity as entity> ${entity.getIdValue()} ${feedbackRow.sourceEntity.get(sourceAttribute.name).format('MMM d, yyyy')} ${feedbackRow.sourceEntity.get(sourceAttribute.name).format('MMM d, yyyy HH:mm:SS a')} <#list value as row> ${row.labelValue?html}<#if row?has_next>, ${value?c}${value?html} ${feedbackRow.value.format('MMM d, yyyy')} ${feedbackRow.value.format('MMM d, yyyy HH:mm:SS a')} ${feedbackRow.value.getLabelValue()?html} <#list feedbackRow.value as row> <#if row?has_content>${row.idValue?html}<#if row?has_next>, ${feedbackRow.value?c} ${feedbackRow.value?html} null Invalid script




© 2015 - 2024 Weber Informatics LLC | Privacy Policy