Articles in this section

How to update export schema via API

Note: The below-mentioned steps are applicable only to HTTP CSV exports, HTTP CSV lookup export, and FTP CSV exports.

It is recommended to update the impacted HTTP CSV or FTP CSV reports by adding a schema field via the Postman API platform using a PUT request. A new schema field disableQuoteAndStripEnclosingQuotes with its value TRUE must be added under the schema path: file → csv → "disableQuoteAndStripEnclosingQuotes": true

  1. Open Postman and perform a GET request for the impacted export with the request URL: https://api.integrator.io/v1/exports/<exportid>
    1.jpg
  2. Copy the response and paste it into the Body section.
    2.jpg
  3. Add the new schema field "disableQuoteAndStripEnclosingQuotes": true under file → csv and update the request method to PUT.
  4. Click Send.
    3.jpg
  5. The response displays the new scheme field set to TRUE.
    4.jpg
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.