How do I export my history to excel now using the new website?

I could easily click on the export file but now on the new website I can’t find a way to export my history to Excel. Has this feature been removed or moved?

it exports everything as a .json file inside a zip

But where can I perform that action? I can see anywhere on the website where it says export?

This is an import function not an export function. I want to know how to download my history from trakt

there’s and export option at the bottom of that page, scroll down

Ah ok. Let me try that.

Ok exported all that info. Nothing beats a good user experience. I can’t be the only one that want’s a simple downloadable file of everything I’ve watched. I hope they bring it back because this is a ballache.

Not a young whippersnapper but If you have MS Excel, it’s pretty easy to convert json to csv:

Excel can import JSON directly and convert it into a standard spreadsheet.

  1. Open Excel and create a blank workbook.
  2. Go to the Data tab in the top ribbon.
  3. Click Get Data > From File > From JSON.
  4. Select your JSON file and click Import.
  5. The Power Query Editor will open. Click To Table in the ribbon, and then click the Expand icon (two arrows) at the top of the column to separate the JSON fields.
  6. Click Close & Load to drop the data directly onto your Excel sheet.

I haven’t tried it but ChatGPT reportedly can do it.

“Convert json to csv

Sure! Please paste the JSON you want to convert, or upload the .json file.

I’ll convert it into CSV format and, if it’s a file, I can also generate a downloadable .csv file for you.”