Import data into a DataSet in your Domo instance. You can replace everything or append new data.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the DataSet
"08a061e2-12a2-4646-b4bc-20beddb403e3"
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 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).
Content-Type: text/csv
Friend,Attending
Isaac Newton,Yes
Pythagoras,No
Carl Friedrich Gauss,Yes
Ada Lovelace,YesCSV data according to RFC 4180 format.
Success! Returns an empty response body.