Hi all,
I am trying to work out how to retrieve field values from a number of documents within a folder and then outputting these values to a CSV file. Looking through other posts i found a script to write to CSV file ( i do not know VB :- ) and this works very well on a single entity :-
Now if i try to run this on a folder using for each entry, i just get either files is locked, or i only ever get one entry in the csv.
What i am trying to achieve is that for each entry a new row needs to be added, regardless of how many documents within the folder. It should always amend the document.
Can anyone help?
Mark