How to export selected/all docs from the view to cvs file?

How to export selected/all docs from the view to cvs file?

Subject: How to export selected/all docs from the view to cvs file?

Um… just use the menu : File / Export and select CVS as the file type.

Or did you want to know the hard way to do it ?

Subject: RE: How to export selected/all docs from the view to cvs file?

I forgot to mention “using script” :slight_smile:

Subject: RE: How to export selected/all docs from the view to cvs file?

I don’t think there’s a Script method. You may be able to do an Execute on the formula statement, but your view would need to be the active window. I also suspect this will export the entire view rather than selected documents.

@Command( [FileExport] ; fileType ; fileName )