Get a Table from a File
Opens a table from a file, provided either through direct upload or at an S3 URL.
Overview
This procedure imports a table from a file, which can be provided via direct upload to Kognitos or fetched from an S3 URL. It supports popular file formats such as CSV and Excel.
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Uploading a File Directly
Here, the file
will raise a question prompting you to upload a file directly.
the file
open the table at the file
2. Specifying an S3 URL
In this example, the file
is provided as an S3 URL.
the file is "s3://my-bucket/data/table.xlsx"
open a table at the file
Last updated
Was this helpful?