Interface: ImportXlsformOptions
Defined in: import.ts:100
Properties
coercion?
optional coercion?: "rel" | "xpath";
Defined in: import.ts:112
Records the XPath empty-string/NaN coercion hint on settings.ext.
defaultLocale?
optional defaultLocale?: string;
Defined in: import.ts:106
Fallback when settings.default_language is absent.
id?
optional id?: string;
Defined in: import.ts:102
Overrides an absent or unusable settings.form_id.
kobo?
optional kobo?: boolean;
Defined in: import.ts:114
Fold Kobo begin_score/begin_rank/begin_kobomatrix blocks.
locales?
optional locales?: "header" | "code";
Defined in: import.ts:108
'header' keeps the author's header text for export; 'code' uses bare codes.
nestGroups?
optional nestGroups?: boolean;
Defined in: import.ts:110
true → groups nest data (props.nestData); false → the top group level becomes pages.
strict?
optional strict?: boolean;
Defined in: import.ts:116
Promote W_XPATH_UNMAPPED, W_FUNCTION_UNKNOWN, W_TYPE_UNKNOWN, W_NAME_RENAMED to errors.
version?
optional version?: string;
Defined in: import.ts:104
Overrides an absent settings.version.