Columns
${error.toString().encodeAsHTML()}
${message.toString().encodeAsHTML()}
Assign properties to columns
You uploaded: ${excel.filename}. This list shows the first ${excel.data.dataMatrix?.size()} rows of the uploaded file for reference. Please match the columns from the excel file with the fields in the database.
${header.name}
<% def selectedValue; if( mappingcolumn.entityclass?.name && mappingcolumn.property ) selectedValue = mappingcolumn.entityclass.name[ mappingcolumn.entityclass.name.lastIndexOf( "." ) + 1 .. -1 ] + "||" + mappingcolumn.property; %>
<% /* Put a select box with template fields of multiple entities */ %>
Don't import
<% def allFields = [] + domainFields[ entityTemplates.key ] + entityTemplates.value?.fields; %>
<% def value = entityTemplates.key + "||" + field.name def selected = ( value == selectedValue ); %>
selected="selected"
> ${field.name}
[identifier]
${exampleCell}
Edit data after importing
Previous
Next