The Open API specification for Synapse is now available for download!

Download Open API Spec

GridCsvImportRequest

org.sagebionetworks.repo.model.grid.GridCsvImportRequest

A request to import a CSV file into a grid. Currently supports only grid created from a record set.

Field Type Description
concreteType STRING
sessionId STRING The grid session ID.
fileHandleId STRING The id of the file handle that contains the CSV data.
csvDescriptor CsvTableDescriptor The description of a csv for upload or download.
schema ARRAY<ColumnModel> The list of ColumnModel that describe the CSV file. Currently this is is required.