Page 1 of 1

Write processed source to Excel

Posted: Wed Sep 17, 2014 4:05 am
by Cnile31
Hello,

I have created a simple project which files from one folder to another. I was wondering if it's possible to write the filenames from the processed source variable to an Excel file. If so, is there any chance that you could show me an example?

Thanks in advance.

Re: Write processed source to Excel

Posted: Wed Sep 17, 2014 8:46 am
by Support_Rick
In Pseudo Terms ...


Create your FileList variable (MyFileList)
ForEach ${MyFileList} -> ThisFile
Write ${ThisFile:name} Record to Excel with Append
/ForEach