Forum OpenACS Q&A: Response to Bulk loading objects

Collapse
Posted by Ben Adida on
You can take a look at the csv_foreach utility we built for dotLRN,
which helps us do bulk-uploading of objects by simplifying the
CSV part. Combine that with package_instantiate_object, and
you can do some good bulk uploading.