| ProcessorParseRecords Method |
Extract and parse all logical records in the current report file.
Namespace:
Opait.ReportMiner.Api
Assembly:
Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax public IEnumerable<IRecord> ParseRecords()
Return Value
Type:
IEnumerableIRecordA list of logical records found in the report file.
See Also