Skip to content

Commit d58c799

Browse files
a1merygautamdsheth
andauthored
add example (#3869)
Co-authored-by: Gautam Sheth <gautamdsheth@outlook.com>
1 parent ba6da21 commit d58c799

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

documentation/Import-PnPTaxonomy.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,19 @@ Creates a new termgroup, 'Company', a termset 'Locations' and a term 'Stockholm'
4141

4242
### EXAMPLE 2
4343
```powershell
44+
Import-PnPTaxonomy -Terms 'Company|Locations|"Stockholm,Central"'
45+
```
46+
47+
Creates a new termgroup, 'Company', a termset 'Locations', a term 'Stockholm,Central'
48+
49+
### EXAMPLE 3
50+
```powershell
4451
Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'
4552
```
4653

4754
Creates a new termgroup, 'Company', a termset 'Locations', a term 'Stockholm' and two subterms: 'Central', and 'North'
4855

49-
### EXAMPLE 3
56+
### EXAMPLE 4
5057
```powershell
5158
Import-PnPTaxonomy -Path ./mytaxonomyterms.txt
5259
```

0 commit comments

Comments
 (0)