Interface LoadCsvDataOptions

Hierarchy

Properties

body?: string | object
headers?: Record<string, string>
method?: "GET" | "POST"
query?: Record<string, unknown>

Query params. An object with key-value pair.

The object will be serialized as query string and appended to the url.

trimColumnHeader?: boolean

If this attribute is set to true, it will remove subsequent column headers from next chunk before writing to disk

Generated using TypeDoc