CSV asset importer not working in TEST instance
When import the asset using CSV asset importer tool from my local assets to AEM TEST environment getting “Could not find any asset entries that can be processed Scroll down to see details.” error. But same csv file working in my local not working in TEST environment. Please help to understand the issue.
My local image path : C:\Users\lidrhs4\Pictures
And iam using C:\Users\lidrhs4\Pictures to "Absolute File Dump Location" option. local images stored C:\Users\lidrhs4\Pictures
import (3).csv
TEST EDAM logs.txt
Please refer the attached error log and image.
Note: I am using admin credentials for asset import.
Can anyone check this and respond
From the error log you provided:
Caused by: java.io.FileNotFoundException: C:\Users\lidrhs4\Pictures/Brand config resourcetype.PNG (No such file or directory)
Can you try changing the Absolute FIle Dump Location to use forward slashes C:/Users/lidrhs4/Pictures and / also in any rel paths in the CSV?
For backslashes in Java I believe you have to use double \\ (though i dont use windows so not 100% sure)
From the error log you provided:
Caused by: java.io.FileNotFoundException: C:\Users\lidrhs4\Pictures/Brand config resourcetype.PNG (No such file or directory)Can you try changing the Absolute FIle Dump Location to use forward slashes
C:/Users/lidrhs4/Picturesand/also in any rel paths in the CSV?For backslashes in Java I believe you have to use double
\\(though i dont use windows so not 100% sure)
Hi @davidjgonzalez
I have tried with C:/Users/lidrhs4/Pictures in Absolute File Dump Location but still getting same error. But same working in my local problem only on AEM server.when try to aem inctance to my local location. Please check attached import file which I am using. And the relSrcPath column refered images from my C:/Users/lidrhs4/Pictures location.