Skip to content

tryExtract

tryExtract<T>(…specs): TrySpec<T>

Defined in: extract/spec.ts:459

Try specs in order, returning the first success. If all specs fail, returns the last failure.

T extends Spec

T[]

TrySpec<T>

tryExtract(
row.colWhere(header, cell.equals('Ownership')).number(),
literal(null)
)