Wednesday 18 January 2017

Export Managed Metadata Terms to CSV File Using Client Object Model

In SharePoint, Managed Metadata service provides the "Import Term Set" Out of the Box.
Unfortunately it does not provide the same "Export Term Set" capability.

So, I have this CSOM code to export the SharePoint Managed Metadata term store into a CSV file.

The Sample CSV File  has the columns "Term Set Name","Term Set Description","LCID","Available for Tagging","Term Description","Level 1 Term","Level 2 Term".




Thanks!!