Skip to main content

Writer

After creating the HTMLGenerator, we have to add a HTML_Layouter, connect it to the HTMLGenerator and change a small part in its settings. The almost mandatory part is the page's title, and the rest are optional.

The last step is to add a Writer to write the things we did on an HTML Page. Add a Writer by clicking on it in the header of the FME App.

Writer Settings

  • In the Format, select HTML.
  • Type a name for the Dataset which is gonna be the name of the HTML file.
  • Click on OK

Connect the output of the HTML_Layouter to the input of the HTML Writer. Run the program, open the HTML file, and see the results!