Writer Directives
The directives that are processed by the QLF writer are listed below. The suffixes shown are prefixed by the current <WriterKeyword>_ in a mapping file. By default, the <WriterKeyword> for the QLF writer is QLF.
Note: By default, the QLF writer will write the coordinates with 15 digits of precision. If this is not desirable or it is causing problems, then you can change the precision by editing the value of the QLF_PRECISION
macro in the qlf_write.fmi
file in the folder [FME_HOME]\pipeline
. For example, if your FME installation is in C:\Program Files\FME the file qlf_write.fmi
can be found in C:\Program Files\FME\pipeline folder.
DATASET
This directive is processed as described in the Reader Directives section.
DEF
This directive is processed as described in the Reader Directives section.
PRECISION
Define the precision of output coordinates. To be precise, the value of this keyword will determine the number of significant digits after the decimal for the output coordinates.
Required/Optional
Optional
Values
1 to 15 (default)
Workbench Parameter
Output Precision
NUMFIELD
Defines the number of user defined fields. This should be set during mapping file generation.
Required/Optional
Optional
Values
1 to 512
Default: 9
Workbench Parameter
Number of Fields