Page 1 of 1

Append to CSV file

Posted: Mon Jun 06, 2011 6:30 am
by sassupport
I am running a project to append records to a CSV file, however if someone has already opened the file my project then errors on 'file in use' is there any option to "wait until file available to continue" other than to " loop" until the file is available? . Cheers Ken

Re: Append to CSV file

Posted: Fri Jun 17, 2011 10:08 am
by Support_Julie
Using a loop would be the best approach.