Last updated

API / geotoolkit / data / CSVWriter / CSVWriter

Namespace: CSVWriter

data.CSVWriter.CSVWriter

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Object

options

Type declaration

NameTypeDescription
delimiter?stringstring used to separate fields.
lineterminator?stringstring used to terminate lines produced by writer.
nullvalue?stringstring used for null values, by default is '-999.25'
streamIWritablestream

OptionsOut

Ƭ OptionsOut: Required<Options>

options


WriteOptions

Ƭ WriteOptions: Object

options

Type declaration

NameTypeDescription
includeheaders?booleanwhether to include header or not
maxbuffer?numbermaxRows to save in memory before writing to stream