Parser Interface
Version note: this reference describes Nanook 1.x (JavaScript). Since 2.0 (March 2026) Nanook is TypeScript/ESM; Processor is now TestcaseProcessor, TDGServiceRegistry is DataGeneratorRegistry. The current reference is on this site: API reference, 3.x rows, generated from the repository.
ParserInterface
The interface definition for all the table parser.
parserInterface.parse(sheetName, importer) ⇒ object
Parses the sheet with the given name und uses the given importer to access the data.
Kind: instance method of ParserInterface
Returns: object - tableModel The created table model
| Param | Type | Description |
|---|---|---|
| sheetName | string |
The name of the sheet |
| importer | object |
The importer |