The removal of HTML tags on export is a question that is quite simple to do with CSVI using the Replacement feature.
Requirements:
- CSVI 7 or higher
Steps to remove HTML tags:
- Go to Components -> CSVI
- Click on Rules in the left menu
- Click on New
- Fill in a name for the replacement rule
- Select the Action
- Select the plugin CSVI Multireplace
- Click on Save to store the settings and load the rule
- Now select the Operation Find and replace
- Fill in Find with /<[\/\!]*?[^<>]*?>/i
- Leave Replace empty
- Set Multiple values to No
- Set Method to Regular expression
- Optionally set an order
- Click on Save & Close
- Go to Template fields
- Select the template where you want to apply the replacement rule to
- Click on the fieldname where the rule needs to be applied to
- Now under Rules select the rule you created
- Click on Save & Close to save the changes
- You will see a wand behind the fieldname indicating that a rule has been applied
- Run the export on your export template and you will see that the exported file will have no HTML in the chosen field