Get a Table from a File
Opens a table from a file, provided either through direct upload or at an S3 URL.
Last updated
Was this helpful?
Opens a table from a file, provided either through direct upload or at an S3 URL.
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.
It is recommended to use Get the Worksheet followed by Get the Worksheet's Table when extracting tables from Excel files.
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
the fileSpecifies the file to extract the table from.
This phrase should be written on a new line.
✅ Yes — This phrase is required.
✅ Yes — Either specify an S3 url using is or leave this line as "the file" to raise an exception prompting a local file upload.
the file is "s3://my-bucket/data/table.xlsx"Here, the file will raise a question prompting you to upload a file directly.
In this example, the file is provided as an S3 URL.
Last updated
Was this helpful?
Was this helpful?
the file
open the table at the filethe file is "s3://my-bucket/data/table.xlsx"
open a table at the file
