Hey, Just trying to implement this as have a few hundred files to rename based on specific criteria e.g. if files into category A then it will have prefix A / B to B etc. I've created a spreadsheet which handles this part. Then I've exported a CSV as multiple file options as wasn't sure which file format would be best
1) Full all columns: Old name / category / Prefix associated with category / Name minus old prefix / new name (which combines the prefix through an expression)
2) Only names: oldname / newname
3) prefix: old name/prefix
I've tried doing this in a few different ways including the method you've mentioned here that worked for Jasper. Unfortunately, I think I'm missing something. Hopefully, you can help me ?
Attached are Screenshots of the 2 methods I've tried
a) csv-files is the attempt at the method from your message - however, I'm getting an error related to data needing to be a list (image Flow2)
Variable '$'''%CSVTable%%CurrentItem%'''' must be a list, datatable or datarow.
b) rename-files-from-excel
tried following a youtube video for this one however, they went down a method of renaming the number sequentially rather than from a spreadsheet which is what I need. https://www.youtube.com/watch?v=vLne4POiUy0
(img Flow 1)