API / geotoolkit / data / CSVWriter / CSVWriter
Type Aliases
Type Aliases
Ƭ Options: Object
options
| Name | Type | Description |
|---|---|---|
delimiter? | string | string used to separate fields. |
lineterminator? | string | string used to terminate lines produced by writer. |
nullvalue? | string | string used for null values, by default is '-999.25' |
stream | IWritable | stream |
Ƭ OptionsOut: Required<Options>
options
Ƭ WriteOptions: Object
options
| Name | Type | Description |
|---|---|---|
includeheaders? | boolean | whether to include header or not |
maxbuffer? | number | maxRows to save in memory before writing to stream |