<%= _.__('How to Import Data from AKENEO CUSTOM CSV IMPORT Module.') %>
<%= _.__('Create Template.') %>
<%- _.__('Go to mapping templates tab, click on create template button.') %>
<%- _.__('Fill template name and click on save button.') %>
<%= _.__('Create mapping between akeneo attribute and custom CSV fields.') %>
<%= _.__('Then, In the last of the same page add category and family field.') %>
<%= _.__('Then Goto to Import jobs and create a Job for Akeneo Custom Csv Import.') %>
<%= _.__('Select a template in the job for Import and confiure some other option inside Global settings tab.') %>
<%= _.__('Run that job to import data from csv.') %>
<%= _.__('How to import multi-locale and multi-currency value from custom csv file to akeneo') %>
• <%- _.__('For Multi-locale:') %> <%- _.__('For multi-locale import, CSV headers are mapped as "Field Name -{Locale-Scope}" to import values across locales. Import only the, values for the selected locales in the job. For example, "description-en_US-ecommerce" indicates the \'description\' as the field , the \'en_US\' as the locale and \'ecommerce\' as the scope , ensuring correct data association in multi-locale contexts') %>
• <%- _.__('For multi-currency:') %> <%- _.__('CSV headers are mapped as "Field-{CurrencyCode}" for multi-currency import. Values import for the selected currency in the job. For example, "Price-USD" indicates the \'Price\' field for the \'USD\' currency, ensuring accurate currency-specific data import') %>
• <%= _.__('You can follow this blog if you have any doubut.') %>