Update Keyset Values From a CSV File Using the API
This applies to: Visual Data Discovery
You can update keyset data from a CSV file using the API. Use the PUT /api/keysets/upload/<keyset-id>
API endpoint to do this. The keyset ID was assigned when the keyset was initially uploaded using a CSV file. See Upload Keyset Data From a CSV File Using the API.
It should be in the following format. A header should not be included.
fileData: <file-information> fileName:<CSV-file-name> keySetId:<keyset-ID> keySetName:<keyset-name> keySetDesc:<optional-keyset-description> sourceId:<data-source-id>
For more information, see your API documentation.
API documentation is provided with your Symphony installation at this link: <symphony-URL>/discovery/swagger-ui.html
.