<%- _.__('webkul_csv_import_connector.form.configuration.group.mapping.field.csv') %>
<%- _.__('webkul_csv_import_connector.form.configuration.group.mapping.akeneo.field') %>
<%- _.__('webkul_csv_import_connector.form.configuration.group.mapping.akeneo.variant_field') %>
<% _.each(fields, function (field, index) { %>
<% fieldName = field.name.replace(/[^A-Z0-9]/ig, "_"); allowedFiedlType = field.attributeTypes.map(checkAllowedFiedlType) function checkAllowedFiedlType(type) { if(attrTypeName[type] != 'undefined') { return attrTypeName[type] } } if(Array.isArray(allowedFiedlType)) { allowedFiedlType = allowedFiedlType.toString() } concat = '' multiple = '' if(typeof(field.concat !=='undefined') && field.concat === true) { concat = 'concatenate-fields' } if(typeof(field.multiple !=='undefined') && field.multiple === true) { multiple = 'multiple' %> <% } errKey = field.name+'FieldMappedError'; variantconcat = ''; variantmultiple = '' if(typeof(field.variantconcat !=='undefined') && field.variantconcat === true) { variantconcat = 'concatenate-fields' } if(typeof(field.variantmultiple !=='undefined') && field.variantmultiple === true) { variantmultiple = 'multiple' %> <% } %>
<% if(errors[errKey]) { %> <% } %>
<% if(errors[errKey]) { %> <% } %>
<% if(!field.isPredefined) { %>
<% } %>
<% }); %>
Add Mapping Csv Field
<% if(errors['dynamicFieldError']) { %> <% } %>
<% if(errors['attributefieldformatError']) { %> <% } %>
<% if(errors['variantfieldformatError']) { %> <% } %>
<% if(errors['attributeTypeError']) { %> <% } %>
<% if(errors['productBooleanValueFormat']) { %> <% } %>
<% if(errors['variantBooleanValueFormat']) { %> <% } %>
Add Field
Other Mapping
<% categoryFieldName = '' familyFieldName = '' familyVariantFieldName = '' multiValueSeperator ='' variantFormatSeperator ='' productFormatSeperator = '' modelProductType = '' simpleProductType = '' enabledFieldName = '' parentCode = '' productTypeFieldName = '' exportCategoryLabel = 'false' exportAttributeLabel = 'false' if(extraMapping) { categoryFieldName = extraMapping['categoryFieldName'] multiValueSeperator = extraMapping['multiValueSeperator'] variantFormatSeperator = extraMapping['variantFormatSeperator'] productFormatSeperator = extraMapping['productFormatSeperator'] modelProductType = extraMapping['modelProductType'] simpleProductType = extraMapping['simpleProductType'] productTypeFieldName = extraMapping['productTypeFieldName'] familyFieldName = extraMapping['familyFieldName'] familyVariantFieldName = extraMapping['familyVariantFieldName'] enabledFieldName = extraMapping['enabledFieldName'] exportAttributeLabel = extraMapping['exportAttributeLabel'] exportCategoryLabel = extraMapping['exportCategoryLabel'] parentCode = extraMapping['parentCode'] } %>
checked <% } %> >
checked <% } %> >