Engine Developer Guide

Engine Developer Guide

Custom Component Example

Custom Component Example

Suppose you need to parse a proprietary binary data format. Rather than parse the binary data directly, you prefer to convert the data to a text representation that is easier to parse.
To do this, you can program a custom document processor, which you might call MyBinaryToText. The following table describes processor properties:
Property
Description
KeepLineBreaks
A Boolean property. When true, the processor preserves the line-break characters in the binary data.
MaxLineLength
An integer property. Specifies the maximum length of the text lines to output.
Ignore
A string property. Tells the processor to ignore data fields beginning with the specified string.
After you develop the processor, you can install it and use it in scripts.

0 COMMENTS

We’d like to hear from you!