PowerPlatformConnectors/custom-connectors/HtmlToText
keithkin a65ceb70f3
Initial version of HtmlToText custom connector (#1509)
2022-03-30 21:12:58 -04:00
..
apiDefinition.swagger.json Initial version of HtmlToText custom connector (#1509) 2022-03-30 21:12:58 -04:00
apiProperties.json Initial version of HtmlToText custom connector (#1509) 2022-03-30 21:12:58 -04:00
readme.md Initial version of HtmlToText custom connector (#1509) 2022-03-30 21:12:58 -04:00
script.csx Initial version of HtmlToText custom connector (#1509) 2022-03-30 21:12:58 -04:00

readme.md

Title

HtmlToText is a simple custom connector to convert HTML to plain text.

Prerequisites

Connector Documentation

The HtmlToText custom connector is an alternative to the Content Conversion (Preview) connector It is not meant to be reverse compatible with the Content Conversion (Preview) connector. The HtmlToText custom connector by default will:

  • Remove all table tags and content from HTML
  • Replace br tags with newline.
  • Replace br, div, header, p, hr, li, ol, ul blocks with newline.
  • Remove HTML tags.

Known Issues and Limitations

Deployment Instructions

Please use these instructions to deploy this connector as custom connector in Microsoft Power Automate and Power Apps.