Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
53 lines (41 loc) · 2.99 KB

File metadata and controls

53 lines (41 loc) · 2.99 KB

Home > @datashaper/workflow > ParserOptions

ParserOptions class

Signature:

export declare class ParserOptions extends Observed implements ParserOptionsSchema 

Extends: Observed

Implements: ParserOptionsSchema

Constructors

Constructor Modifiers Description
(constructor)(schema) Constructs a new instance of the ParserOptions class

Properties

Property Modifiers Type Description
comment string | undefined
comment$ readonly Observable<string | undefined>
delimiter string | undefined
delimiter$ readonly Observable<string | undefined>
escapeChar string | undefined
escapeChar$ readonly Observable<string | undefined>
header boolean | undefined
header$ readonly Observable<boolean | undefined>
lineTerminator string | undefined
lineTerminator$ readonly Observable<string | undefined>
names string[] | undefined
names$ readonly Observable<string[] | undefined>
quoteChar string | undefined
quoteChar$ readonly Observable<string | undefined>
readRows number | undefined
readRows$ readonly Observable<number | undefined>
skipBlankLines boolean | undefined
skipBlankLines$ readonly Observable<boolean | undefined>
skipRows number | undefined
skipRows$ readonly Observable<number | undefined>

Methods

Method Modifiers Description
loadSchema(schema, quiet)
toSchema()