Data Tables
You can upload and download spreadsheets to and from the Catalytic platform as Data Tables. You can then reference those imported Data Tables in Fields in Workflows and Instances.
Learn more about Data Tables
Data Tables are a powerful and flexible part of the Catalytic platform. To learn more, see the Data Tables section of our Help documentation.
The DataTables
client allows you to upload and download files from the Catalytic platform, and to get file metadata like size, content-type and filename. It provides the following methods:
Method | Description |
---|---|
Get GetAsync | Gets metadata of a Data Table by Id , returning a Data Table Entity including the Data Table's Name , Columns , Type , and more. |
Find FindAsync | Search for Data Tables by Name |
GetFileStream GetFileStreamAsync | Gets a readable stream of a Data Table by Id |
Download DownloadAsync | Downloads a Data Table by Id as a File in Excel (xlsx) or csv format |
Upload UploadAsync | Uploads a new Data Table |
Replace ReplaceAsync | Replaces an existing Data Table |
Updated almost 3 years ago