CBE Parser for file endpoint

Use the CBE Parser to read XML from the input stream and convert this XML to a Common Base Event (CBE) object. When the CBE Parser reads from XML, it returns all standard CBE attributes and the CBE object as attribute of the Input Map.

To access the CBE Parser configuration parameters:
  1. Add a File endpoint.
  2. On the File endpoint configuration page, click Parser and select CBE Parser from the list.
  3. Expand the Parser section to view the parameters.

Parameters

Comment
Use this field to add your comments. The comment is not considered while parsing data.
Detailed Log
Select this check box to generate detailed log messages with extra information.

You can also configure the following advanced parameters. Under the Parser section, expand Advanced to view these parameters.

Character Encoding
Specify the character encoding to use for reading or writing. The default value is UTF-8. When the parser reads from XML, this parameter is used only if the input source does not already have encoding defined.
The CBE Parser extends the XML Parser; therefore, the same character encoding rules apply. For more information, go to the IBM® Security Directory Integrator documentation and search for Character Encoding in the XML Parser.
Validate XML
Select this check box to indicate that the parser must validate the XML with the XSD schema that is requested from the specification.
Omit XML Declaration
Select this check box to indicate that the parser must omit an XML declaration header in the output stream.

For detailed information about the CBE Parser and its input and output map attributes, go to the IBM Security Directory Integrator documentation and search for CBE Parser.