Permabanned
- Joined
- 25 Oct 2004
- Posts
- 9,078
I'm currently creating an addon for a site i've been working for a while now and im trying to implement a feature but im not entirely sure on how I should go about it.
Basically what Im trying to figure out is how to collate data supplied by a user.
The addon is used to generate CSV files for bulk uploading of data, it collates data 1 row at a time and then packages it up in a zip file for use by something else.
Collecting the initial row of data is no problem thats easy, but how would I go about collecting it sequencially, row after row for a user. Bare in mind that this addon will be used by potentially hundreds of people and once the zip file is create needs to be flushed from the system.
Basically what Im trying to figure out is how to collate data supplied by a user.
The addon is used to generate CSV files for bulk uploading of data, it collates data 1 row at a time and then packages it up in a zip file for use by something else.
Collecting the initial row of data is no problem thats easy, but how would I go about collecting it sequencially, row after row for a user. Bare in mind that this addon will be used by potentially hundreds of people and once the zip file is create needs to be flushed from the system.