First let me say my LotusScript is pretty weak so any help is appreciated.
I’m trying to export a view to a csv file for import into a SQL table. I cannot change the forms or fields so I created a view which uses @formulas to concatenate and ‘tidy’ the fields in the columns so the data presented is correct. I have created an agent using @commands to export this view in R6 using the csv format and it works fine. Now I want to run the agent on a schedule (where @commands are not allowed).
Basically I just want to write the contents of the view as it is displayed, to a file with commas delimiting the columns. Is this possible?