<%= _.__('Understanding different export jobs:') %>
<%= _.__('There are different export jobs each performing different actions') %>
-
<%= _.__('Magento 2 Export Job') %>
<%= _.__('It exports categories, attribute, attribute options, attribute group family and products based on filters in job.') %>
<%= _.__('Product must have a category for including in export.') %>
-
<%= _.__('Category export to Magento2 Job') %>
<%= _.__('It exports only categories. you may filter categories to be exported using filter of this job. Without filters it exports all Category trees. if there is default category tree on Magento then it maps that category root to category root of selected channel in the job.') %>
<%= _.__('If you want to use more than one category trees, Then export categories then Select respective category tree as default category tree on Magento 2.') %>
-
<%= _.__('Attribute export to Magento2 Job') %>
<%- _.__('It exports attribute and attributes options. It only export attribute that are mapped in Setup Attribute Mapping tab.') %>
<%= _.__('This export attribute but does not add them to group or attribute set. Family export is used for that.') %>
-
<%= _.__('Family export to Magento2 Job') %>
<%= _.__('It exports family(Attribute set) and attribute groups and add already exported attribute to family(Attribute set).') %>
<%= _.__('All Attribute group export can be enabled/disabled using Attibute group export setting in Other settings tab.') %>
-
<%= _.__('Product only export to Magento2 Job') %>
<%= _.__('It exports products to Magento2. It also adds categories, attributes, family and variations to product.') %>
<%= _.__('You should have exported other data like category, attribute, family prior to this export.') %>
<%= _.__('Attribute used as main picture in family is used as thumbnail, small image for products.') %>
<%= _.__('User can map attributes like url_key in Attribute mapping tab.') %>
<%= _.__('Sometimes url_key of product conficts with url_key of category, in that mapping url_key is very useful.') %>
-
<%= _.__('Quick export job') %>
<%= _.__('It is very handy feature for exporting or updating some products.') %>
<%- _.__('It is similar to Product only export to Magento2 Job') %>