Download Data as CSV question

Hey folks!
2 questions on Download as CSV functionality

  1. I have an object (Idea) that has some formatted text. How can I apply “find and replace” to the text data that is being downloaded?

Basically, the original text on the object looks something like:

Text Text More Text (I have text wrapped in [b] tags)

and I need it to be downloaded as

Text Text More Text

  1. Is there a way to use the dynamic field to rename the column header (or at least to a custom text)?

  2. Is there a way to dynamically rename the file that is being downloaded (instead of having tons of “data_export (23).csv”

Thank you