This section lists the available column types.
Description:
Basic text column.
Description:
Numeric column.
Description:
References data from another sheet.
Additional:
typeArguments: { sheetId: string, sheetColumnId: string }
Description:
Computed column value (read-only).
Additional:
typeArguments: { getValue: (row: SheetRow) => ImporterOutputFieldType }
Description:
Column with predefined values.
Additional:
typeArguments: { values: SelectOption<string>[] }
This section lists the available column types.
Description:
Basic text column.
Description:
Numeric column.
Description:
References data from another sheet.
Additional:
typeArguments: { sheetId: string, sheetColumnId: string }
Description:
Computed column value (read-only).
Additional:
typeArguments: { getValue: (row: SheetRow) => ImporterOutputFieldType }
Description:
Column with predefined values.
Additional:
typeArguments: { values: SelectOption<string>[] }