Interface: CSVTableDataSource
Defined in: @tissuumaps-storage/src/csv/CSVTableDataSource.ts:17
A RawTableDataSource with tableDataSourceDefaults applied
Extends
Properties
columns?
optionalcolumns?:string[]
Defined in: @tissuumaps-storage/src/csv/CSVTableDataSource.ts:20
idColumn?
optionalidColumn?:string
Defined in: @tissuumaps-storage/src/csv/CSVTableDataSource.ts:21
loadColumns?
optionalloadColumns?:string[]
Defined in: @tissuumaps-storage/src/csv/CSVTableDataSource.ts:23
nameColumn?
optionalnameColumn?:string
Defined in: @tissuumaps-storage/src/csv/CSVTableDataSource.ts:22
parseConfig?
optionalparseConfig?:Pick<ParseConfig<any,undefined>,"delimiter"|"newline"|"quoteChar"|"escapeChar"|"preview"|"comments"|"fastMode"|"skipFirstNLines"> &Pick<ParseLocalConfig,"encoding"> &Pick<ParseRemoteConfig,"downloadRequestHeaders"|"downloadRequestBody"|"withCredentials">
Defined in: @tissuumaps-storage/src/csv/CSVTableDataSource.ts:24
path?
optionalpath?:string
Defined in: @tissuumaps-core/build/src/model/base.d.ts:183
Local path (relative to workspace root)
Inherited from
TableDataSource.path
type
type:
"csv"
Defined in: @tissuumaps-core/build/src/model/base.d.ts:171
Data source type
Inherited from
TableDataSource.type
url?
optionalurl?:string
Defined in: @tissuumaps-core/build/src/model/base.d.ts:179
Remote URL, absolute or relative
Relative URLs are resolved against the URL the project was loaded from, and against the TissUUmaps root for projects without one (i.e. projects opened from a local file).
Inherited from
TableDataSource.url