Skip to main content
All CollectionsDevelopment & integration
How to assign documents to several classifications
How to assign documents to several classifications

This article contains a script that assigns a document to many channel classifications, using a CSV file

Lucien Berkani avatar
Written by Lucien Berkani
Updated over a year ago

Although it is not possible to assign a document to many classifications using the import feature, you can achieve that by using the Quable API.

Here is a Python 3 script that uses a CSV file and the endpoint [PUT] /api_1.php/documents/{document_code} to do so :

Keywords : API, documents, classifications, channels, update, assignations.

Did this answer your question?