hi
I’ve excel file which contains the names and the folder that contains many images
now i need to read the excel and find the each name image from the folder and need to get the data
can anyone suggest how can this be done
hi
I’ve excel file which contains the names and the folder that contains many images
now i need to read the excel and find the each name image from the folder and need to get the data
can anyone suggest how can this be done
Hi @lakshmi3 ,
Could you please be explain a bit more on the scenario? Does the image name contain the name in the excel file or do we need to extract and check the name from the image itself?
need the check wheather the name in the excel has any match in the images and if matches need to extract the score data from the image
Hi @lakshmi3 ,
How you can match the image? Image names are random ids. On what criteria name and image name matches?
we do have the image id’s , i need to know how to find the match in the image folder for the name in the excel
Hi @lakshmi3 ,
If you have the image id which are matches with your name then you can do as the following workflow.
FilefromFolder.xaml (10.4 KB)
SampleData.xlsx (8.6 KB)
samplepics.zip (952.9 KB)