Skip to main content
Participant
November 25, 2020
Question

Mass data Export Adobe Connect

  • November 25, 2020
  • 1 reply
  • 130 views

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

    This topic has been closed for replies.

    1 reply

    Jorma_at_Knox
    Legend
    December 1, 2020

    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.