Interface: RawCSVTableDataSource
Defined in: @tissuumaps-storage/src/csv/CSVTableDataSource.ts:54
Extends
RawTableDataSource<typeofcsvTableDataSourceType>
Properties
chunkSize?
optionalchunkSize:number
Defined in: @tissuumaps-storage/src/csv/CSVTableDataSource.ts:60
columns?
optionalcolumns:string[]
Defined in: @tissuumaps-storage/src/csv/CSVTableDataSource.ts:57
idColumn?
optionalidColumn:string
Defined in: @tissuumaps-storage/src/csv/CSVTableDataSource.ts:58
loadColumns?
optionalloadColumns:string[]
Defined in: @tissuumaps-storage/src/csv/CSVTableDataSource.ts:59
parseConfig?
optionalparseConfig: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?
optionalpath: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?
optionalurl:string
Defined in: @tissuumaps-core/dist/index.d.ts:948
Remote URL (absolute or relative to TissUUmaps root)