Dear All,
I am looking for some file processing option to do the following:
Input data:
I want to replace the names of the images under “D:\Users\rparuchuri\Desktop\Test\Images1\” with the ‘checksum’ field. So the output should look like this:
Outputdata:
Can someone help me which file processing function to use? the main help I need here is to rename the the images under the folder
?
I am looking for some file processing option to do the following:
Input data:
Name of product | Image location | checksum |
Watch | D:\Users\rparuchuri\Desktop\Test\Images1\watch_20151209_182946.jpg | 26976b316af01b456084 |
Diary | D:\Users\rparuchuri\Desktop\Test\Images1\Diary_20151209_182946.jpg | 73ec67a4bb4e68a8 |
I want to replace the names of the images under “D:\Users\rparuchuri\Desktop\Test\Images1\” with the ‘checksum’ field. So the output should look like this:
Outputdata:
Name of product | Image location | checksum |
Watch | D:\Users\rparuchuri\Desktop\Test\Images1\26976b316af01b456084.jpg | 26976b316af01b456084 |
Diary | D:\Users\rparuchuri\Desktop\Test\Images1\73ec67a4bb4e68a8.jpg | 73ec67a4bb4e68a8 |
Can someone help me which file processing function to use? the main help I need here is to rename the the images under the folder
D:\Users\rparuchuri\Desktop\Test\Images1 |