Hi all
I’m trying to import a term set in sharepoint 2013 using a script from the link below but keep getting an error.
http://wellytonian.com/2012/10/sharepoint-2010-2013-term-store-importer-using-csv/
The error I get is:
Exception calling “CreateTermSet” with “1” argument(s): “Value cannot be null.
Parameter name: name”
At line:38 char:9
+ $set = $group.CreateTermSet($path[0])
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : ArgumentNullException
Any one knows what the error is? or any other suggestion of how to import a term set from a csv file. The import option from the GUI seems to be limited to 200 items and my term set has around 700.
thank you