{"id":291182,"date":"2021-07-30T03:31:08","date_gmt":"2021-07-30T03:31:08","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=291182"},"modified":"2024-08-08T07:09:01","modified_gmt":"2024-08-08T07:09:01","slug":"how-to-import-csv-file-in-akeneo","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/","title":{"rendered":"How to Import CSV in Akeneo"},"content":{"rendered":"\n<p><strong><a href=\"https:\/\/store.webkul.com\/akeneo-csv-import-module.html\" target=\"_blank\" rel=\"noreferrer noopener\">Akeneo Custom CSV Import<\/a><\/strong> with this connector, you can upload product information in Akeneo by importing product data from a customized CSV file.<br><br>You may import product information, as well as catalog elements such as families, categories, and characteristics.<\/p>\n\n\n\n<p>Check a brief overview of the plugin &#8211;  <\/p>\n\n\n\n<div class=\"wp-block-wk-block-youtube-video wp-block-wk-block--yt-video components-placeholder\"><div class=\"wk-block--yt-video-frame\"><div class=\"wk-block--yt-video-frame-request\" data-plyr-provider=\"youtube\" data-plyr-embed-id=\"DuMNSyitCJM\"><div class=\"components-placeholder__instructions\">DuMNSyitCJM<\/div><\/div><\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Basic Requirements:<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>This module works with Akeneo 3.0.x, 3.1.x, 3.2.x 4.0.x, 5.0.x and 6.0.x. Download Akeneo from&nbsp;<a href=\"https:\/\/www.akeneo.com\/download\/\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>.<\/li>\n\n\n\n<li>Node and Yarn packages need to be installed.<\/li>\n\n\n\n<li>This module is compatible with the Akeneo community and Enterprise(Flexibility) edition.<\/li>\n\n\n\n<li>If you want to use this extension on Akeneo EE Serenity mode, please&nbsp;<a href=\"mailto:support@webkul.com\" target=\"_blank\" rel=\"noreferrer noopener\">contact us<\/a>.<\/li>\n\n\n\n<li>For the Akeneo installation, your Akeneo server should meet these&nbsp;<a href=\"https:\/\/docs.akeneo.com\/6.0\/install_pim\/manual\/system_requirements\/system_requirements.html\" target=\"_blank\" rel=\"noreferrer noopener\">system requirements<\/a>.<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Feature<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Import products from CSV file into Akeneo.<\/li>\n\n\n\n<li>Support product and product model import in CSV.<\/li>\n\n\n\n<li>Product import variations from CSV into Akeneo.<\/li>\n\n\n\n<li>Import multiple images of a product from CSV to Akeneo.<\/li>\n\n\n\n<li>Fields in Akeneo are mapped to CSV field codes.<\/li>\n\n\n\n<li>Import images with public image URL (Allowed extensions: jpeg, jpg, png, and gif)<\/li>\n\n\n\n<li>This module support multi locale and multi currency.<\/li>\n\n\n\n<li>Support option to the import category and family label.<\/li>\n\n\n\n<li>Create dynamic custom fields for every store.<\/li>\n\n\n\n<li>At the time of creation, select the kinds that the custom field supports.<\/li>\n\n\n\n<li>import category and family with a product.<\/li>\n\n\n\n<li>Support concatenate multiple and simple fields.<\/li>\n\n\n\n<li>Variant product mapping is also available.<\/li>\n\n\n\n<li>This module supports 2-level product import.<\/li>\n\n\n\n<li>This module is compatible with the latest Akeneo version 7.0.x<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Installation<\/h3>\n<\/div><\/div>\n\n\n\n<p>Two different types of module installation processes are available for the module.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Composer Installation<\/li>\n\n\n\n<li>Manual Installation<\/li>\n<\/ol>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Composer Installation<\/h3>\n<\/div><\/div>\n\n\n\n<p><a href=\"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/\"><strong>Read This Blog<\/strong><\/a><\/p>\n\n\n\n<p>Before beginning the composer installation<\/p>\n\n\n\n<p><strong>1<\/strong>: Get the&nbsp;<strong>ACCESS KEYS<\/strong>&nbsp;[Create a&nbsp;<a href=\"https:\/\/webkul.uvdesk.com\/en\/customer\/create-ticket\/\" target=\"_blank\" rel=\"noreferrer noopener\">support ticket<\/a>]<\/p>\n\n\n\n<p><strong>2<\/strong>: In Akeneo&nbsp;<strong>composer.json<\/strong>, add our repository and the installation script.<\/p>\n\n\n\n<p><strong>Akeneo 6 and 7<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">{\n  \"scripts\": {\n        \"post-update-cmd\": [\n           \"vendor\/webkul\/webkulcsvimportbundle\/src\/Webkul\/WebkulCsvImportBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true\"\n        ],\n        \"post-install-cmd\": [\n           \"vendor\/webkul\/webkulcsvimportbundle\/src\/Webkul\/WebkulCsvImportBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true\"\n        ],\n        \"post-create-project-cmd\": [\n          \"vendor\/webkul\/webkulcsvimportbundle\/src\/Webkul\/WebkulCsvImportBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true\"\n       ]\n   },\n  \"repositories\": [{\n    \"type\": \"composer\",\n    \"url\": \"https:\/\/akeneorepo.webkul.com\/\"\n  }]\n}<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>For Akeneo &lt;=5.x&nbsp;<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">{\n  \"scripts\": {\n        \"post-update-cmd\": [\n           \n\"vendor\/webkul\/webkulcsvimportbundle\/composer_install.sh\"\n        ],\n        \"post-install-cmd\": [\n           \n\"vendor\/webkul\/webkulcsvimportbundle\/composer_install.sh\"\n        ],\n        \"post-create-project-cmd\": [\n         \n\"vendor\/webkul\/webkulcsvimportbundle\/composer_install.sh\"\n       ]\n   },\n  \"repositories\": [{\n    \"type\": \"composer\",\n    \"url\": \"https:\/\/akeneorepo.webkul.com\/\"\n  }]\n}<\/pre>\n\n\n\n<p><strong>3<\/strong>: Use composer to install the extension<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">         composer require webkul\/webkulcsvimportbundle<\/pre>\n\n\n\n<p><strong>4<\/strong>: Complete the authentication form.<br><strong>5<\/strong>: Send a Message of Success<br><strong>6<\/strong>: Delete your browser\u2019s cache.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Manual Installation for Akeneo 6 and 7<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>&nbsp;After unzipping the appropriate extension zip, merge the \u201csrc\u201d folder into the akeneo project.<\/li>\n\n\n\n<li>From the PIM directory, run the following command over the NO-DOCKER Instance.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">.\/src\/Webkul\/WebkulCsvImportBundle\/install\/config.sh COMPOSER=false NO_DOCKER=true<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Or you can run the command below over the PIM directory\u2019s DOCKER instance.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">.\/src\/Webkul\/WebkulCsvImportBundle\/install\/config.sh COMPOSER=false NO_DOCKER=false<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><\/h3>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Installing Module For Version 4.0.x to 5. x<\/h3>\n<\/div><\/div>\n\n\n\n<p>Please follow these steps for installing the Akeneo Custom CSV Import module in your Akeneo PIM platform.<\/p>\n\n\n\n<p>1 &#8211; Unzip the respective extension zip then merge the \u201csrc\u201d folder into the Akeneo project root directory.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1124\" height=\"399\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/03\/csv-src.png\" alt=\"csv-src\" class=\"wp-image-240977\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/03\/csv-src.png 1124w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/03\/csv-src-300x106.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/03\/csv-src-250x89.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/03\/csv-src-768x273.png 768w\" sizes=\"(max-width: 1124px) 100vw, 1124px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>2 \u2013 Goto config\/Bundles.php then add line: <\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">Webkul\\WebkulCsvImportBundle\\WebkulCsvImportBundle::class =&gt; &#091;&#039;all&#039; =&gt; true]<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"876\" height=\"125\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/07\/Screenshot-from-2021-07-29-18-42-23.png\" alt=\"Screenshot-from-2021-07-29-18-42-23\" class=\"wp-image-298512\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/07\/Screenshot-from-2021-07-29-18-42-23.png 876w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/07\/Screenshot-from-2021-07-29-18-42-23-300x43.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/07\/Screenshot-from-2021-07-29-18-42-23-250x36.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/07\/Screenshot-from-2021-07-29-18-42-23-768x110.png 768w\" sizes=\"(max-width: 876px) 100vw, 876px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>in the return array.<\/p>\n\n\n\n<p><strong>3 \u2013<\/strong>&nbsp;Copy the \u201cconfig\u201d folder into the akeneo project root directory for routing.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1124\" height=\"399\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/03\/csv-conf.png\" alt=\"csv-conf\" class=\"wp-image-240979\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/03\/csv-conf.png 1124w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/03\/csv-conf-300x106.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/03\/csv-conf-250x89.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/03\/csv-conf-768x273.png 768w\" sizes=\"(max-width: 1124px) 100vw, 1124px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>4&nbsp;<\/strong>\u2013 Run this command after ssh to your akeneo server by the terminal<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">rm -rf var\/cache\/ &amp;&amp; php bin\/console csvimport:setup:install<\/pre>\n\n\n\n<p><strong>5 &#8211; <\/strong>If you are using php-fpm. Then you need to restart the php-fpm services and apache web server.<\/p>\n\n\n\n<p><strong>For Akeneo 5<\/strong> <\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo service php-fpm7.4 restart<\/pre>\n\n\n\n<p><strong>For Akeneo<\/strong>&nbsp;<strong>4<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo service php-fpm7.3 restart<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Docker Installation Command :<\/h2>\n\n\n\n<p><strong>For Akeneo 5<\/strong> <\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">alias docker_php=&#039;docker-compose run -u www-data --rm php php&#039;;\nalias docker_yarn=&#039;docker-compose run -u node --rm node yarn&#039;;\ndocker_php bin\/console cache:clear --env=prod;\ndocker_php bin\/console pim:installer:assets --symlink --clean --env=prod;\ndocker_php bin\/console d:s:u --force;\ndocker_yarn run webpack;\ndocker_yarn run update-extensions;\ndocker_yarn run less;<\/pre>\n\n\n\n<p><strong>For Akeneo<\/strong>&nbsp;<strong>4<\/strong> <\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">alias docker_php=&#039;docker-compose run -u www-data --rm php php&#039;;\nalias docker_yarn=&#039;docker-compose run -u node --rm node yarn&#039;;\ndocker_php bin\/console cache:clear --env=prod;\ndocker_php bin\/console pim:installer:assets --symlink --clean --env=prod;\ndocker_php bin\/console d:s:u --force;\ndocker_yarn run webpack;\ndocker_yarn run less;<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Installing Module For Version  3.x<\/h3>\n<\/div><\/div>\n\n\n\n<p>Please follow these steps for installing the Akeneo Custom CSV Import module in your Akeneo PIM platform.<\/p>\n\n\n\n<p>1 &#8211; Unzip the respective extension zip,&nbsp;then merge the \u201csrc\u201d folder into the Akeneo project root directory.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1124\" height=\"399\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/03\/csv-src.png\" alt=\"csv-src\" class=\"wp-image-240977\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/03\/csv-src.png 1124w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/03\/csv-src-300x106.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/03\/csv-src-250x89.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/03\/csv-src-768x273.png 768w\" sizes=\"(max-width: 1124px) 100vw, 1124px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>2 &#8211;&nbsp;Goto&nbsp;<strong>app\/AppKernel.php<\/strong> then add the line<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\"> new Webkul\\WebkulCsvImportBundle\\WebkulCsvImportBundle(),<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"636\" height=\"88\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/07\/Screenshot-from-2021-07-29-18-43-05.png\" alt=\"Screenshot-from-2021-07-29-18-43-05\" class=\"wp-image-298514\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/07\/Screenshot-from-2021-07-29-18-43-05.png 636w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/07\/Screenshot-from-2021-07-29-18-43-05-300x42.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/07\/Screenshot-from-2021-07-29-18-43-05-250x35.png 250w\" sizes=\"(max-width: 636px) 100vw, 636px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>3 &#8211;&nbsp;Goto&nbsp;<strong>app\/config\/routing.yml<\/strong> then add these lines at top of the file    <\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">webkul_csv:\n     resource: &quot;@WebkulCsvImportBundle\/Resources\/config\/routing.yml&quot;\n     prefix:    \/<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"708\" height=\"190\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/07\/Screenshot-from-2021-07-29-18-44-17.png\" alt=\"Screenshot-from-2021-07-29-18-44-17\" class=\"wp-image-298515\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/07\/Screenshot-from-2021-07-29-18-44-17.png 708w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/07\/Screenshot-from-2021-07-29-18-44-17-300x81.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/07\/Screenshot-from-2021-07-29-18-44-17-250x67.png 250w\" sizes=\"(max-width: 708px) 100vw, 708px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>4 &#8211;&nbsp;You have to restart your web server like Apache, Nginx. Run the command for the Apache webserver.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo service php-fpm7.2 restart<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Common Issues After Installation<\/h3>\n<\/div><\/div>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"734\" height=\"211\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2018\/07\/Webpack-error.png\" alt=\"Webpack error\" class=\"wp-image-135927\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2018\/07\/Webpack-error.png 734w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2018\/07\/Webpack-error-250x72.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2018\/07\/Webpack-error-300x86.png 300w\" sizes=\"(max-width: 734px) 100vw, 734px\" loading=\"lazy\" \/><\/figure>\n<\/div>\n\n\n<p>It might happen that even after proper installation, upon opening your Akeneo admin dashboard, you see a loading screen. In that case, do check for the following solution:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Webpack Installation: If you get the below error It means that web pack is not installed in your system. Run the following command :<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">npm install --save-prod webpack npm install<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Module routing.yml is not configured properly. Re-check the routing.yml file as mentioned&nbsp;in the 3rd step of Module Installation<\/li>\n\n\n\n<li>Clear your browser cache.<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Uninstallation for Akeneo 6 and 7<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>From the PIM directory, run the command below over the NO-DOCKER Instance.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">.\/src\/Webkul\/WebkulCsvImportBundle\/uninstall\/uninstall.sh COMPOSER=false NO_DOCKER=true<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Run the command below over the PIM directory\u2019s DOCKER instance.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">.\/src\/Webkul\/WebkulCsvImportBundle\/uninstall\/uninstall.sh COMPOSER=false NO_DOCKER=false<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Akeneo Custom CSV Import &#8211; Workflow<\/h3>\n<\/div><\/div>\n\n\n\n<p>The Akeneo Custom CSV Import connector symbol appears in the Akeneo dashboard when the connector is installed, as seen in the screenshot given below.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"589\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/10\/Dashboard-14-1-1200x589.png\" alt=\"Dashboard-14-1\" class=\"wp-image-354868\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/10\/Dashboard-14-1-1200x589.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/10\/Dashboard-14-1-300x147.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/10\/Dashboard-14-1-250x123.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/10\/Dashboard-14-1-768x377.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/10\/Dashboard-14-1.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Product Mapping Fields in the CSV Connector<\/h2>\n\n\n\n<p>To set up a CSV connector, you need to click on the Akeneo Custom Csv import icon.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-1-1200x602.webp\" alt=\"Akeneo-Custom-CSV-Import-1\" class=\"wp-image-441444\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-1-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-1-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-1-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-1-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-1.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>To create a new template, click on the Mapping Template tab. This allows you to create templates only by attribute code <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-2-1200x602.webp\" alt=\"Akeneo-Custom-CSV-Import-2\" class=\"wp-image-441447\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-2-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-2-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-2-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-2-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-2.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Click on Create Templates to create a new template.<\/p>\n\n\n\n<p>After that, it will take you to a new screen where you must input the template&#8217;s name and click on <strong>SAVE<\/strong> Button.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-3-1200x602.webp\" alt=\"Akeneo-Custom-CSV-Import-3\" class=\"wp-image-441452\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-3-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-3-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-3-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-3-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-3.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Once you click on the save button, it will redirect you to a new page where you have to add fields.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-4-1200x602.webp\" alt=\"Akeneo-Custom-CSV-Import-4\" class=\"wp-image-441455\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-4-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-4-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-4-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-4-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-4.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Add the header and all the details of the CSV file, then click on the add field button to add a field for mapping.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-5-1200x602.webp\" alt=\"Akeneo-Custom-CSV-Import-5\" class=\"wp-image-441459\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-5-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-5-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-5-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-5-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-5.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After that, you have to map the field with the Akeneo attribute SKU, which is one of the mandatory attributes that needs to be mapped for the import.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-6-1200x602.webp\" alt=\"Akeneo-Custom-CSV-Import-6\" class=\"wp-image-441461\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-6-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-6-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-6-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-6-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-6.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Similarly, you must add all of the fields and map them so that they can be used to properly map product attributes for your Akeneo and eCommerce product fields.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-7-1200x602.webp\" alt=\"Akeneo-Custom-CSV-Import-7\" class=\"wp-image-441462\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-7-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-7-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-7-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-7-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-7.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>You can map Akeneo characteristics fields to eCommerce shop CSV fields in Akeneo fields. You may use the dropdown to choose the qualities you&#8217;ve generated and want to transfer.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Mapping Variant Products in Akeneo Custom CSV Import<\/h2>\n\n\n\n<p>You may import the variation product information and the parent product information using this mapping.<\/p>\n\n\n\n<p>For example, if you have a variant product with a color variant such as Red or White. Then you can send product details, such as the price of the <a href=\"https:\/\/webkul.com\/blog\/create-product-and-product-model-in-akeneo\/\" target=\"_blank\" rel=\"noreferrer noopener\">variant product<\/a>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-8-1200x602.webp\" alt=\"Akeneo-Custom-CSV-Import-8\" class=\"wp-image-441463\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-8-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-8-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-8-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-8-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-8.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Add Mapping CSV Feilds<\/h2>\n\n\n\n<p>Create a new mapping with the Map more fields option if you want to map more CSV fields to Akeneo fields.<\/p>\n\n\n\n<p><strong>CSV Field Header Name:<\/strong> In this, you have to enter the header name the same as the CSV file in which you are going to import the value.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-9-1200x602.webp\" alt=\"Akeneo-Custom-CSV-Import-9\" class=\"wp-image-441464\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-9-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-9-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-9-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-9-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-9.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">CSV Variant Field Value Type and CSV Simple \/ Model Product Field Value Type<\/h4>\n\n\n\n<p>You can choose from three fields here:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Simple Field<\/strong>: You can use this field to map a single attribute to CSV attribute fields.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Concatenate Field<\/strong> :Multiple product attributes in Akeneo fields can be concatenated using this option.<\/li>\n<\/ul>\n\n\n\n<p><strong>Note: <\/strong>Choose the attribute value that is must be defined in the CSV file when mapping text and text area type attribute codes only in the CSV file and template for concatenate field type.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-10-1200x602.webp\" alt=\"Akeneo-Custom-CSV-Import-10\" class=\"wp-image-441471\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-10-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-10-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-10-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-10-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-10.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Other Mapping<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>CSV Category Field<\/strong>: In this section, you have to enter the category header name as entered in the CSV file.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"260\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot-from-2022-10-18-10-39-06-1200x260.png\" alt=\"Screenshot-from-2022-10-18-10-39-06\" class=\"wp-image-355182\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot-from-2022-10-18-10-39-06-1200x260.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot-from-2022-10-18-10-39-06-300x65.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot-from-2022-10-18-10-39-06-250x54.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot-from-2022-10-18-10-39-06-768x167.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot-from-2022-10-18-10-39-06.png 1291w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>CSV Family Field<\/strong>: In this section, you have to enter the family header name as entered in the CSV file.<\/li>\n\n\n\n<li><strong>Multiple Value Separator<\/strong>: You can use multiple value separators, such as (,) to separate food, clothing, and accessories.<\/li>\n\n\n\n<li><strong>CSV Simple \/ Model Product Field Format Separator<\/strong>: If you wish to separate the name and value of an attribute, use a separator like (\/).<\/li>\n\n\n\n<li><strong>CSV Variant Field Format Separator:<\/strong> Use a separator like (\/) to separate the name and value of a variation product attribute.<\/li>\n\n\n\n<li><strong>Parent Code Field: <\/strong>You can add the Akeneo parent code here. In which product variant will be imported<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"969\" height=\"195\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot-from-2022-10-20-12-01-40.png\" alt=\"Screenshot-from-2022-10-20-12-01-40\" class=\"wp-image-355425\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot-from-2022-10-20-12-01-40.png 969w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot-from-2022-10-20-12-01-40-300x60.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot-from-2022-10-20-12-01-40-250x50.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot-from-2022-10-20-12-01-40-768x155.png 768w\" sizes=\"(max-width: 969px) 100vw, 969px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>CSV Product Type Field: <\/strong>Here you may save your Akeneo product type which you will enter into the CSV file.<\/li>\n\n\n\n<li><strong>Family Variant Field:<\/strong>In this section, you have to enter the family variant header name as entered in the CSV file.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"676\" height=\"194\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot-from-2022-10-18-10-42-21.png\" alt=\"Screenshot-from-2022-10-18-10-42-21\" class=\"wp-image-355183\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot-from-2022-10-18-10-42-21.png 676w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot-from-2022-10-18-10-42-21-300x86.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot-from-2022-10-18-10-42-21-250x72.png 250w\" sizes=\"(max-width: 676px) 100vw, 676px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Simple Product Type Value: <\/strong>Here, you need to enter the value of the simple product type.<\/li>\n\n\n\n<li><strong>Model Product Type Value:<\/strong> Here, you need to enter the value of the model product type.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"461\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-19-1-1200x461.webp\" alt=\"Akeneo-Custom-CSV-Import-19\" class=\"wp-image-441806\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-19-1-1200x461.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-19-1-300x115.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-19-1-250x96.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-19-1-768x295.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-19-1.webp 1226w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Note: A type header is needed in the specification so that the simple and model product model can be differentiated.<\/strong><\/h5>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-11-1200x602.webp\" alt=\"Akeneo-Custom-CSV-Import-11\" class=\"wp-image-441473\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-11-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-11-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-11-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-11-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-11.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Category Feilds Contains label: <\/strong>You can enable or disable category fields containing labels along with code in Akeneo.<\/li>\n\n\n\n<li><strong>Family Field Contains Code:<\/strong> You have to enable this option when you want to import the family label instead of the code.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Create Import profile<\/h2>\n\n\n\n<p>To import your product information, you must first create a job profile and then run it.<br>To begin, navigate to <strong>Imports &gt; Create Import Profile<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-12-1200x602.webp\" alt=\"Akeneo-Custom-CSV-Import-12\" class=\"wp-image-441479\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-12-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-12-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-12-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-12-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-12.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p> then enter a unique code, a label, and a job profile.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"887\" height=\"530\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/07\/screenshot-192.168.1.74_8082-2021.07.25-17_21_20.png\" alt=\"screenshot-192.168.1.74_8082-2021.07.25-17_21_20\" class=\"wp-image-297901\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/07\/screenshot-192.168.1.74_8082-2021.07.25-17_21_20.png 887w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/07\/screenshot-192.168.1.74_8082-2021.07.25-17_21_20-300x179.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/07\/screenshot-192.168.1.74_8082-2021.07.25-17_21_20-250x149.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/07\/screenshot-192.168.1.74_8082-2021.07.25-17_21_20-768x459.png 768w\" sizes=\"(max-width: 887px) 100vw, 887px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After that, you have to select the Job profile and click on the<strong> Save<\/strong> button and see your import profile.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Global Settings<\/h2>\n\n\n\n<p>You must fill in the details shown in the image below, such as <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li> Decimal separator<\/li>\n\n\n\n<li>Delimiter<\/li>\n\n\n\n<li>Enclosure<\/li>\n\n\n\n<li>Folder path of images to be uploaded: Add the image folder path to import product images with the names provided in the product csv. <\/li>\n<\/ul>\n\n\n\n<p>If you are adding a public URL, then you must leave the space blank of &#8220;Folder path of images to be uploaded&#8221;.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-13-1200x602.webp\" alt=\"Akeneo-Custom-CSV-Import-13\" class=\"wp-image-441480\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-13-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-13-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-13-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-13-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-13.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Afterward, Go to the Content section now and choose from the following options:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Channel<\/strong> &#8211; In this you have to select the relevant channel of the product to import.<\/li>\n\n\n\n<li><strong>Currency<\/strong> \u2013 You must choose the currency here.<\/li>\n<\/ul>\n\n\n\n<p>Note: Multi-currency import, CSV headers are mapped as &#8220;Field-{CurrencyCode}&#8221;. values import for the job&#8217;s chosen currency. <\/p>\n\n\n\n<p>As an example, &#8220;Price-USD&#8221; denotes the &#8216;Price&#8217; field assigned to the &#8216;USD&#8217; currency, ensuring exact import of data related to currency.<\/p>\n\n\n\n<p>You don&#8217;t need to add a suffix if you want to add the same value in all currencies.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Locales<\/strong> \u2013 Depending on your needs, choose one or more Locales.<\/li>\n<\/ul>\n\n\n\n<p>Note: Multi-locale Import: To import values across locales, CSV headers are mapped as&#8221;Field Name -{Locale-Scope}&#8221;.Only the values for the job&#8217;s chosen locales should be imported.<\/p>\n\n\n\n<p>Example:&#8221;description-en_US-ecommerce&#8221; provides correct data association in multi-locale conditions by designating &#8220;description&#8221; as the field, &#8220;en_US&#8221; as the locale, and &#8220;ecommerce&#8221; as the scope.<\/p>\n\n\n\n<p>You don&#8217;t need to add a suffix if you want to add the same value in all locales.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-14-1200x602.webp\" alt=\"Akeneo-Custom-CSV-Import-14\" class=\"wp-image-441483\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-14-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-14-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-14-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-14-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-14.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Setup CSV Template<\/h2>\n\n\n\n<p>You can select the template here, then click the Save button and proceed to the next step to run this profile.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-15-1200x602.webp\" alt=\"Akeneo-Custom-CSV-Import-15\" class=\"wp-image-441497\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-15-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-15-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-15-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-15-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-15.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Product Import<\/h2>\n\n\n\n<p>You must click the <strong>Upload A File <\/strong>button in Akeneo after creating and filtering data in the import profile.<\/p>\n\n\n\n<p>Afterward, you need to drop your CSV file below and click on the <strong>Upload and Import Now<\/strong> buttons.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-16-1200x602.webp\" alt=\"Akeneo-Custom-CSV-Import-16\" class=\"wp-image-441499\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-16-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-16-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-16-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-16-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-16.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After clicking on Upload and Import now button, wait for the execution process to complete.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-17-1-1200x602.webp\" alt=\"Akeneo-Custom-CSV-Import-17\" class=\"wp-image-441786\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-17-1-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-17-1-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-17-1-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-17-1-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/05\/Akeneo-Custom-CSV-Import-17-1.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After the completion of the import job, the products will appear in the Akeneo product list, as seen in the screenshot given below.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"552\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/10\/Products-33-1200x552.png\" alt=\"Products-33\" class=\"wp-image-355192\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/10\/Products-33-1200x552.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/10\/Products-33-300x138.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/10\/Products-33-250x115.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/10\/Products-33-768x353.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/10\/Products-33.png 1359w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Support<\/strong><\/h2>\n\n\n\n<p>So, that was much about the User guide of Akeneo Custom CSV Import for any queries or doubts reach out to us at&nbsp;<strong>support@webkul.com<\/strong>&nbsp;. <\/p>\n\n\n\n<p>You can also raise a ticket at our HelpDesk system&nbsp;<a href=\"http:\/\/webkul.uvdesk.com\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>webkul.uvdesk.com<\/strong><\/a>.&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Akeneo Custom CSV Import with this connector, you can upload product information in Akeneo by importing product data from a customized CSV file. You may import product information, as well as catalog elements such as families, categories, and characteristics. Check a brief overview of the plugin &#8211; Basic Requirements: Two different types of module installation <a href=\"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":347,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-291182","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Import CSV in Akeneo? - Userguide<\/title>\n<meta name=\"description\" content=\"Akeneo Custom CSV Import: With this connector, you can import your product data from a customized CSV file and use it for uploading product\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Import CSV in Akeneo? - Userguide\" \/>\n<meta property=\"og:description\" content=\"Akeneo Custom CSV Import: With this connector, you can import your product data from a customized CSV file and use it for uploading product\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-07-30T03:31:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-08T07:09:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/03\/csv-src.png\" \/>\n<meta name=\"author\" content=\"Shivam Virmani\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Shivam Virmani\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"14 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/\"},\"author\":{\"name\":\"Shivam Virmani\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/2b7cadbdfb7c9d64815b8ea21b0e058d\"},\"headline\":\"How to Import CSV in Akeneo\",\"datePublished\":\"2021-07-30T03:31:08+00:00\",\"dateModified\":\"2024-08-08T07:09:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/\"},\"wordCount\":1800,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/03\/csv-src.png\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/\",\"url\":\"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/\",\"name\":\"How to Import CSV in Akeneo? - Userguide\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/03\/csv-src.png\",\"datePublished\":\"2021-07-30T03:31:08+00:00\",\"dateModified\":\"2024-08-08T07:09:01+00:00\",\"description\":\"Akeneo Custom CSV Import: With this connector, you can import your product data from a customized CSV file and use it for uploading product\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/03\/csv-src.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/03\/csv-src.png\",\"width\":1124,\"height\":399,\"caption\":\"csv-src\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Import CSV in Akeneo\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/2b7cadbdfb7c9d64815b8ea21b0e058d\",\"name\":\"Shivam Virmani\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/87cef89b4e2ecc699c90564dbce3a0ea17de5c0b932e0209f37b9b429edd3d15?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/87cef89b4e2ecc699c90564dbce3a0ea17de5c0b932e0209f37b9b429edd3d15?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Shivam Virmani\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/shivamvirmani-bd780\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Import CSV in Akeneo? - Userguide","description":"Akeneo Custom CSV Import: With this connector, you can import your product data from a customized CSV file and use it for uploading product","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/","og_locale":"en_US","og_type":"article","og_title":"How to Import CSV in Akeneo? - Userguide","og_description":"Akeneo Custom CSV Import: With this connector, you can import your product data from a customized CSV file and use it for uploading product","og_url":"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2021-07-30T03:31:08+00:00","article_modified_time":"2024-08-08T07:09:01+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/03\/csv-src.png","type":"","width":"","height":""}],"author":"Shivam Virmani","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Shivam Virmani","Est. reading time":"14 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/"},"author":{"name":"Shivam Virmani","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/2b7cadbdfb7c9d64815b8ea21b0e058d"},"headline":"How to Import CSV in Akeneo","datePublished":"2021-07-30T03:31:08+00:00","dateModified":"2024-08-08T07:09:01+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/"},"wordCount":1800,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/03\/csv-src.png","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/","url":"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/","name":"How to Import CSV in Akeneo? - Userguide","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/03\/csv-src.png","datePublished":"2021-07-30T03:31:08+00:00","dateModified":"2024-08-08T07:09:01+00:00","description":"Akeneo Custom CSV Import: With this connector, you can import your product data from a customized CSV file and use it for uploading product","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/03\/csv-src.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/03\/csv-src.png","width":1124,"height":399,"caption":"csv-src"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/how-to-import-csv-file-in-akeneo\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Import CSV in Akeneo"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/2b7cadbdfb7c9d64815b8ea21b0e058d","name":"Shivam Virmani","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/87cef89b4e2ecc699c90564dbce3a0ea17de5c0b932e0209f37b9b429edd3d15?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/87cef89b4e2ecc699c90564dbce3a0ea17de5c0b932e0209f37b9b429edd3d15?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Shivam Virmani"},"url":"https:\/\/webkul.com\/blog\/author\/shivamvirmani-bd780\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/291182","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/347"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=291182"}],"version-history":[{"count":52,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/291182\/revisions"}],"predecessor-version":[{"id":456961,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/291182\/revisions\/456961"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=291182"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=291182"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=291182"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}