Reply
Contributor
mbcstudio
Posts: 41
Registered: ‎06-03-2009
0 Kudos
Accepted Solution

Exporting a playlist as an Excel file???

is it possible to export a playlist: titles, video IDs to an Excel file?

Brightcove Team
BC-Iceman
Posts: 101
Registered: ‎10-22-2009
0 Kudos

Re: Exporting a playlist as an Excel file???

Hi, 

 

 

Two solutions: 

 

1) Use the Video Cloud Report to export the ID's into a  CSV file to Excel using the instructions found here. Note the data will have to have a positive value to be obtain using this method. 

 

2) Use the Read Media API to retrieve all of the Playlist and Videos Id's using the methods described here and build the API call using the API SDK's here. Then use a script (like python) to convert the JSON to CSV format.  Finally, you must convert the CSV to and Excel format. 

 

I hope this helps,

 

IceMan