Question
TD
CA
Last activity: 28 Dec 2020 4:01 EST
Creating and Saving a Txt file on server location. Basically, each line in the Txt file has data from page/record in the pagelist
Hi All,
I have a requirements to create a file during a night job. The records in the file are the pages from a page list. Each record will have total data from 60% of the properties defined on that page.
I do understand that i will have to loop through the page list but what will be the steps inside the loop.
Every night system will be generating at least 2000 records in that Txt file. That means looping through that many pages in PageList. So please suggest the efficient approach to this requirements.
Thanks