Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Binary File Collector Grammar

Overview

A binary file collector requires a grammar to define the file so that the collector can extract the data. The grammar is added to the File Format Description tab in the File Collector configuration.

...

In the case of a Binary File collector, you can also specify a set of target nodes - that is, nodes which will generate an output record. These are specified in the Stream Item Node field, along with the binary file grammar, in the File Format Description tab of the File Collector configuration form.

The user guide href="../../../../../../doc/userguides/guideĀ PhixFlow Binary File Grammar Guide.pdf">Binary File Grammar Guide gives details of:

  • creating binary file grammars
  • creating File Columns in a File Collector that reads binary files, in the section Creating the File Columns for the File Collector
  • details of using the data read from binary files in Streams, in the section Referring to File Columns in Stream Attribute Expressions

See Also