Skip to content

Write processed source to Excel

Post any question you may have in regards to GoAnywhere Director and let our talented support staff and other users assist you.
  • Cnile31 Offline
  • Posts: 7
  • Joined: Tue May 20, 2014 6:20 am

Write processed source to Excel

Post 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.
  • Support_Rick Offline
  • Support Specialist
  • Posts: 590
  • Joined: Tue Jul 17, 2012 2:12 pm
  • Location: Phoenix, AZ
  • Contact:

Re: Write processed source to Excel

Post by Support_Rick »

In Pseudo Terms ...


Create your FileList variable (MyFileList)
ForEach ${MyFileList} -> ThisFile
Write ${ThisFile:name} Record to Excel with Append
/ForEach
Rick Elliott
Lead Solutions Consultant
(402) 944.4242
(800) 949-4696
Post Reply