Home > @datashaper/workflow > ParserOptions
Signature:
export declare class ParserOptions extends Observed implements ParserOptionsSchema Extends: Observed
Implements: ParserOptionsSchema
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(schema) | Constructs a new instance of the ParserOptions class |
| 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> |
| Method | Modifiers | Description |
|---|---|---|
| loadSchema(schema, quiet) | ||
| toSchema() |