The following steps provide an overview of how to load journals. These steps assume that an application has previously been opened with one of the OpenApplication methods.
For an example that illustrates these steps, see Example for Loading Journals. |
To load journals:
Point to the application into which journals are being loaded by calling HsvJournalLoadACV.SetSession. For SetSession’s argument, pass the HsvSession object reference that was returned by HsxClient.OpenApplication or HsxClientUI.OpenApplication.
Set an object reference to the IHsvLoadExtractOptions interface with the HsvJournalLoadACV.LoadOptions property.
Optional. To change the delimiter from the default, set the Delimiter load option. For information on this option, see Table 81, Journal Load Options. Note that this is the only load option available for loading journals.
Load the journals by calling HsvJournalLoadACV.Load. Load takes the file names and paths of the journal load file and of the log file.