Need Help Removing HTML Tags from Exported CSV for AI Analysis

When I export my ‘Blog’ collection as a CSV, all HTML tags (Rich Text) are also copied. However, these tags cause an error when I want to analyze these texts through CHAT-GPT and Noteable, for example. Does anyone have an idea how I can remove all these HTML tags? I’ve tried everything, but nothing really works well. In all cases, characters remain that continue to cause problems afterwards. I’m open to ideas!


Here is my public share link: LINK
(how to access public share link)

You could open the CSV in a text/code editor like visual studio code and do a search and replace. Add REGEX expressions as needed. I usually use sed at the command line.