Journal Load Options

For each journal load option, the following table lists the constant that identifies the option and the corresponding Name property — either the constant or the name can be passed to IHsvLoadExtractOptions.Item. The table also describes the option and the type of information to be passed to IHsvLoadExtractOption.CurrentValue.

Table 81. Journal Load Options

Constant

Load Option Information

HSV_JOURNALLOAD_OPT_DELIMITER_CHAR

Name property: Delimiter

Usage: Specifies a load file’s delimiter.

Pass to CurrentValue: String — a valid delimiter character. The ValidationList property returns the valid delimiters.

HSV_JOURNALLOAD_OPT_MAX

Usage: Points to the object that represents the extract option with the highest index in the IHsvLoadExtractOptions collection.

Pass to CurrentValue: A valid value for the option with the highest index.

There is no corresponding Name property. Calling the Name property for an IHsvLoadExtractOption object initialized with this constant returns the name of the option with the highest index.

HSV_JOURNALLOAD_OPT_MIN

Usage: Points to the object that represents the extract option with the lowest index in the IHsvLoadExtractOptions collection.

Pass to CurrentValue: A valid value for the option with the lowest index.

There is no corresponding Name property. Calling the Name property for an IHsvLoadExtractOption object initialized with this constant returns the name of the option with the lowest index.