Question

If I'm importing a term set in the terms store with the CSV file how could I include labels to the terms?

I've tried to find information about this but all that i've found is the simplest format:

enter image description here

Was it helpful?

Solution

Unfortunately you cannot import labels using OOB import functionality. I recommend using Lapointe.SharePoint.PowerShell.wsp found here and here to do the import. It supports also labels.

You can do first an export to get sample XML out, then modify it, and finally do import. It will not overwrite existing terms (will throw error), so you need want to remove old items before doing import.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top