Copy link to clipboard
Copied
Hi there,
My Company is an Adobe Connect customer (latest Ver.).
In the Adobe Connect Backend I have the possibility to extract CSV-Exports of meeting participants sorted by date. The issue is, that I have to download exports channel by channel, day by day, which produces a lot of work.
Is there any admin option I can execute to give a command as follows (example):
--> extract a CSV-Export of channels A/B/C ... for full month (October 2020)! (so I can export multiple channels & months)
Kindly waiting for a feedback of the community or Adobe support.
Thanks a bunch
Timur
Copy link to clipboard
Copied
You could probably put a script together that did that. The API's for Connect can be found here: https://helpx.adobe.com/adobe-connect/webservices/topics.html
The one thing that doc doesn't mention is to add &mode=csv to the end of your API call to get the output as a CSV file instead of XML in your browser.