Convert .htm file to .txt

Hi,
How to convert .htm to .txt without getting html content in that html file.
Is there any .net method?

@sshitol

You can directly use read text file to read the html content as is

or can open it in browser and then use ui activities to read the data

cheers

i tried it showing html content as well.
I dont want html content, I need only data in html file

You open it in the browser with a Use Application/Browser activity, then use activities like Table Extraction, Get Text etc to get the data from the web page just like you would any other web page.

@sshitol

You can just open the file in browser and then get the data from the ui using get text

cheers