The Data Table Entity

catalytic.sdk.entities.DataTable

The Data Table entity contains metadata about Data Tables stored in the Catalytic platform. Data Tables can be created within Workflows, or directly via uploading a CSV or Excel-formatted spreadsheet file.

Common Methods

These are the most commonly used methods of a DataTable.

NameReturn TypeDescription
getIdUUIDThe unique ID of the Data Table
getNnameStringThe name of the Data Table
getColumnsList<DataTableColumn>The Columns in the Data Table
getTypeStringImported, Master, Application, Instance or Batch
getVisibilityStringOpen or Restricted

Data Table Column

catalytic.sdk.entities.DataTableColumn

Common Methods

These are the most commonly used methods of a DataTable.

NameReturn TypeDescription
getNameStringThe name of the Column
getTypeStringThe type of data held in the column. See Instances
getRestrictionsFieldRestrictionsMay include a set of string Choices for
SingleChoice and MultipleChoice fields.