CSV Response Parsing

TripleLift's Knowledge Base is moving effective September 8th, 2026! Please visit our new and improved knowledge base. Click here for access: https://support.triplelift.com/

For any endpoint which returns a CSV report, the following notes will help when parsing the result rows.

  • fields may have null values
  • all fields are unquoted, unless a string field contains a special character such as a quote or a delimiter. e.g.:
example".com  =>  "example"".com"
example,.com  =>  "example,.com"
example\.com  =>  example\.com   (unchanged)