Kindly import your CSV file using only two column,
Just SKU and image field. First keep only 1 row and gradually increase CSV file record size so you can get an idea where your CSV actually broke.
Using this approach you can add your CSV file with images.
Are you importing local images or remote ones using URLs? For local make sure that images were before import uploaded to pub/media/import directory. For remote ones, open a few URLs in the browser to check if they are accessible and check if they are not direct php-requests (end with .jpg).
Verify your steps with this tutorial to see if you followed all the steps correctly.
Hello @rishma_lath,
Method 1: Import Images from the Local Server
[magento installation folder]/pub/media/import
Method 2: Import Images from External Server
http://example.com/images/image.jpg
— http://docs.magento.com/m2/ce/user_guide/system/data-import-product-images.html
If you have any trouble then please let us know.
--
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution"
have followed instructions to the T as per the documentations and links shared.
images were uploaded to "xxx/public_html/pub/media/import" all images with permission 777
The csv file had just sku and image columns.
during import the images file directory was specified as "/pub/media/import" also tried with "pub/media/import"
when i click on check data, the "please wait" wheel runs continuously for hours till the backend hangs.
nothing happens after that, no images imported.
I checked import history, under the process execution time it shows "in progress" . the status is same for image import processes i have tried weeks back too.
Hello @rishma_lath,
Can you first try to import at least 5 item for it? If it's imported successfully then please try it for all data.
--
If issue is solved, Click "Kudos" & "Accept as Solution"
Hello @rishma_lath,
Might be an issue in CSV. Please try after change sku and image name and export as csv and try it https://docs.google.com/spreadsheets/d/1r_0c_P3tX48o5gsR2Lj3y_-ez02UVZS_u-8PkuhFRwc/edit#gid=1175434...
--
If issue is solved, Click "Kudos" & "Accept as Solution"