Hi all,
I have a html file (basically a table) that I would like to import into Alteryx. Could someone please help me?
Thank you in advance for your time.
TWW
Hi @tww
To extract the data in a usable format you need to parse the file and remove the extra html tags
The results look like this
Dan
hi @tww
If you want to read text data from html file, try to use Blob input tool as attached WF.
Thank you