Go to app
Academy
What's new?
Tray UAC
Developer
Connectors
Templates
Help Center
Back
CSV Reader
Overview
Operations (sample payloads)
Operations
CSV Reader Operations
Latest version:
3.2
Changelog
Create CSV
Create a CSV instance that can be queried.
Delete CSV
Delete a specified CSV.
Export CSV file
Export a CSV file with results of a query execution. Query execution needs to be in status "SUCCEEDED" in order to retrieve CSV file.
Export split CSV file
Export a CSV file with results of a query execution. CSV can be split into multiple files by file size limit.
Get query execution
Retrieve details and status of a query execution
Get query results
Retrieve results from a completed query execution
Get row count
Returns the numbers of rows in a CSV
Start query
Start a query execution against a CSV instance. Returns a query execution ID which can be used in Get Query Results.
Start query on rows
Start a query execution against a number of rows in a CSV instance. Returns a query execution ID which can be used in Get Query Results. Note this adds a new column called 'tray_io_row_number' to the CSV. To guarentee consistent results when reading a number of rows, please order by a column whose values are unique for every row.
Previous
Operations (sample payloads)