Interface: ImportIssue
Defined in: issues.ts:22
Properties
code
code: string;
Defined in: issues.ts:23
column?
optional column?: string;
Defined in: issues.ts:30
Header text of the offending column, verbatim after normalisation.
message
message: string;
Defined in: issues.ts:33
original?
optional original?: string;
Defined in: issues.ts:35
The cell text that could not be mapped — kept so reviewers see the source.
path?
optional path?: string;
Defined in: issues.ts:32
JSON pointer into the produced definition, when the issue is about output.
row?
optional row?: number;
Defined in: issues.ts:28
1-based Excel row (the header is row 1).
severity
severity: Severity;
Defined in: issues.ts:24
sheet?
optional sheet?: string;
Defined in: issues.ts:26
Workbook sheet the issue was found on, when it has one.