Step Details |
Introduced in Version | 5.0.0 |
Last Modified in Version | 5.0.0 |
Location | Data > Text |
The HTML to ASCII step helps users convert a string of HTML into an ASCII (American Standard Code for Information Interchange) String. This process removes HTML tags and formatting, resulting in a simple text output that can be used in various applications where only ASCII text is required.
Properties
Inputs
Property | Description | Data Type |
---|
Html | HTML to convert | String |
Outputs
Property | Description | Data Type |
---|
Output | The ASCII converted string | String |

