Forum Discussion

walkerline117's avatar
walkerline117
Contributor
8 years ago
Solved

How to generate a HTML file with Snaplogic

Hi,

I want to dynamically generate a html file with Snaplogic. What are the best snaps to do this?
Its best to have the ability to dynamically change the content of the html when pipeline is running.

Thanks

  • You can place the HTML in a mapper and for $content and send it out a doc to binary. I created a form that is displayed from a pipeline when triggered for my boss to request a report.

3 Replies

  • bill_sturdivant's avatar
    bill_sturdivant
    New Contributor III

    You can place the HTML in a mapper and for $content and send it out a doc to binary. I created a form that is displayed from a pipeline when triggered for my boss to request a report.

    • walkerline117's avatar
      walkerline117
      Contributor

      Thanks Bill, this is a good idea actually.

      I found another post for this as well which we can leverage xslt snap to do the same.

      Thanks