Import the contents of a CSV file into an existing HubDB table. The data will always be imported into the draft version of the table. Use the /publish
endpoint to push these changes to the published version.
This endpoint takes a multi-part POST request. The first part will be a set of JSON-formatted options for the import and you can specify this with the name as config
. The second part will be the CSV file you want to import and you can specify this with the name as file
. Refer the overview section to check the details and format of the JSON-formatted options for the import.
hubdb
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
The response is of type object
.