Skip to main content

Interface: RawCSVTableDataSource

Defined in: @tissuumaps-storage/src/csv/CSVTableDataSource.ts:54

Extends

Properties

chunkSize?

optional chunkSize: number

Defined in: @tissuumaps-storage/src/csv/CSVTableDataSource.ts:60


columns?

optional columns: string[]

Defined in: @tissuumaps-storage/src/csv/CSVTableDataSource.ts:57


idColumn?

optional idColumn: string

Defined in: @tissuumaps-storage/src/csv/CSVTableDataSource.ts:58


loadColumns?

optional loadColumns: string[]

Defined in: @tissuumaps-storage/src/csv/CSVTableDataSource.ts:59


parseConfig?

optional parseConfig: Pick<ParseConfig<any, undefined>, "delimiter" | "newline" | "quoteChar" | "escapeChar" | "preview" | "comments" | "fastMode" | "skipFirstNLines"> & Pick<ParseLocalConfig<any, undefined>, "encoding"> & Pick<ParseRemoteConfig<any>, "downloadRequestHeaders" | "downloadRequestBody" | "withCredentials">

Defined in: @tissuumaps-storage/src/csv/CSVTableDataSource.ts:61


path?

optional path: string

Defined in: @tissuumaps-core/dist/index.d.ts:952

Local path (relative to workspace root)

Inherited from

RawGeoJSONShapesDataSource.path


type

type: "csv"

Defined in: @tissuumaps-core/dist/index.d.ts:944

Data source type

Inherited from

RawTableDataSource.type


url?

optional url: string

Defined in: @tissuumaps-core/dist/index.d.ts:948

Remote URL (absolute or relative to TissUUmaps root)

Inherited from

RawGeoJSONShapesDataSource.url