Hello,
I have a CSV file like:
01,xyz
02,mux
03,mysite
04,mycarsite
05,etcweb
I would like to write a cood the read this csv file and replace the password of the account as such to have formula that contains the numbers above. For example
01,xyz->mypassword01pad
02,mux->mypassword02pad
03,mysite->mypassword03pad
04,mycarsite->mypassword04pad
05,etcweb->mypassword05pad
Thank you