UploadToTablePreviewResult
org.sagebionetworks.repo.model.table.UploadToTablePreviewResult
Resulting preview of a CSV upload to a Table.
Field | Type | Description |
---|---|---|
concreteType | STRING | |
suggestedColumns | ARRAY<ColumnModel> | The list of ColumnModels that are compatible with the CSV file. This is more accurate for a full scan than a partial scan. |
sampleRows | ARRAY<Row> | A sampling of the first few rows from the CSV as they would be applied with the provided parameters. |
rowsScanned | INTEGER | The total number of rows scanned to generate the preview. |