Convert CSV to a Table
Converts a CSV to a table.
Overview
This procedure converts a CSV to a table, making the data easier to work with by enabling structured access to rows and columns. This format allows for more efficient filtering, querying, and transformation of the data.
Input Concepts
Concept
Type
Description
Default
Required
csv
File
The CSV file to be converted.
No default
Yes
Output Concepts
Concept
Description
table
The table representation of the CSV.
Examples
1. Convert CSV to Table
Here, the csv
will raise a question prompting you to provide and upload the CSV file.
Last updated
Was this helpful?