The Read Table Block is designed to read and parse CSV (Comma-Separated Values) files, converting them into structured table data that can be easily manipulated and analyzed within your workflow. This block is particularly useful for processing tabular data stored in CSV format.
The input CSV file to be read and parsed. Must have a media type of “text/csv”. This should be a file data value, typically provided by a File block or another block that outputs file data.
A table data structure containing the parsed CSV data. Each row in the table corresponds to a row in the CSV file, with columns representing the CSV fields.