Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Need to output full HTML code from field to HTML file

mikecs83
5 - Atom

Hi,

 

I'm trying to take a big database and turn each row into an HTML file. I was hoping to use Alteryx to parse this out. I have the finished results, where each row has a field holding the full HTML page code, but I can't find a way to have Alteryx export this. Regular HTML pages turn the code into basic text and render spits out errors. I've tried using a Text Output with Render, but it seems to want "htmlpassthrough" around it, but doing that won't let me use a field name inside it, so again the HTML doesn't get passed through.

 

Any advice or thoughts would be greatly appreciated.

 

Thanks,

Michael

2 REPLIES 2
DavidP
17 - Castor
17 - Castor

If the data in each row is already in the correct html format (Is it in a single column?), can you maybe use Output Data tool - write to flat ascii or csv with delimiter set to \0

 

You can create another column with filename and use the option to take filename from field in the output data tool.

gregx
8 - Asteroid

Alteryx is not able to achieve that.

Labels