Import data into DataSet
Import data into a DataSet in your Domo instance. You can replace everything or append new data.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the DataSet
"08a061e2-12a2-4646-b4bc-20beddb403e3"
Query Parameters
Specifies how the data import should update the DataSet.
Defaults to REPLACE if not specified.
Case-sensitive; must be uppercase. Falls back to REPLACE if given an invalid value.
REPLACE, APPEND Body
The schema needs to match, even when replacing.
The only supported content type for this endpoint is CSV. However, if you use the Simple API, it will automatically convert JSON to CSV.
The Domo specification used for representing data grids in CSV format closely follows the RFC standard for CSV (RFC-4180).
CSV data according to RFC 4180 format.
Response
Success! Returns an empty response body.