Script to automate create a list of .psd into folders create from csv file
Hi again 😉
Have a new request , is it possible to do this :
A script for automate creation of a list of .psd file ( from a template) from a csv file into each folders create from another .csv file ?
- Have a csv file with name for .psd (10 .psd) :
- ref_up
- ref_down
- ref_left
- ref_right
- etc..
- Have a csv file with name for folders ( could have 300 folders or more) :
- folderA
- folderB
- folder C
- etc....
what I expect to do :
create each .psd files into the folders create from a csv file :
- "folderA" with inside ref_up.psd, ref_down.psd, ref_left.psd, etc...
- "folderB" with inside ref_up.psd, ref_down.psd, ref_left.psd, etc...
etc...
I think that it could be :
Have my .psd template file open,
run the script :
where is the csv file for .psd
where is the csv file for folders
tell : where you want to create the folders
read the csv file for number of folder to create
read the csv file for number of .psd to create
while end of folder list
repeat for each name found create folder and create its .psd files
Done
Thanks again for your help, I think it could be done, otherwise it will be repetitive work to do manually and I think it could be more efficient 😉
Regards,
Christian
