Add context records to an existing table from a CSV file

Add context records to an existing table using a CSV file. The CSV file must contain a header row with column names for the attributes you want to map. File size can be a maximum of 300 MB or 500,000 records. If the CSV file exceeds these limits, compress it as a ZIP file. A compressed ZIP file must contain only one CSV file. Use the value of the operation parameter to append the added data or replace the existing data.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Specify the ID of an existing context table

Body Params

The body parameters for this request must include a set of Source Attributes as defined in the header row of the CSV file, and a set of the corresponding Target Attributes. It must include an Operation to indicate how to handle the records from the CSV file. Options include 'append', which adds new records to the existing records, or 'replace', which replaces the existing records. The final body parameter requirement is to select the CSV file itself.

sourceAttributes
array of strings

Enter source attributes that match the column names, as defined in the header row of the CSV file.

sourceAttributes
targetAttributeIds
array of strings

Enter target attributes that will be mapped to the source attributes.

targetAttributeIds
string
required

Enter an operation to indicate how to handle the records from the CSV file. Options include append, which adds new records to the existing records, or replace, which replaces the existing records.

file
required

Select a CSV file that contains the new records.

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json