Sraping for a list of documents

I want to get all the transactions performed over a period of time like for each day since January. This means that i need a file for each day and that i download them by date. I want them recorded in separate files per day. How do i go about writing each of them in different .csv files, please?

In this case I imagine that

In this case I imagine that you're using a script much like ours to make your output

http://community.screen-scraper.com/script_repository/Write_to_CSV

In that example, all you would need to do is set the CSV_FILE variable to reflect the file name you want, and the script will tend to the rest.