Edit Header

Note: This is for advanced FME users.

Click Tools > Edit Header.

Each format has an associated technical chapter in the FME Readers and Writers manual. This manual lists all the directives available for the format. However, Workbench does not always contain an associated parameter for these directives.

To include a directive, you can edit the workspace header by finding the relevant header section for the dataset whose directive you need to add, and inserting it as a macro. For example:

DWG_1_SUPPRESS_FONT_WARNINGS NO

You can also add the directive as a setting in Workbench by using…

DEFAULT_MACRO _SUPP_FONT_DWG_1 NO
       GUI CHOICE _SUPP_FONT_DWG_1 YES%NO Suppress Font Warning:
       DWG_1_SUPPRESS_FONT_WARNINGS $(_SUPP_FONT_DWG_1)