Skip to content

Commit 1d196c1

Browse files
committed
Added Miles Gratz to the nots for credit for initial example on how to complete this.
1 parent c22b354 commit 1d196c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Functions/Set-CsvValue.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<#PSScriptInfo
22
33
.Version
4-
1.0
4+
1.1
55
.Guid
66
96c125d3-1a20-4282-b569-0da33be2d8c3
77
.Author
@@ -44,6 +44,7 @@
4444
PS C:\> Set-CsvValue -Path .\my.csv -Key "ComputerName" -Value "MyComputer" -Hashtable @{ Owner = "dotps1"; Make = "Dell"; Model = "XPS 15" }
4545
.Notes
4646
If there are multiple values in the column used to key off, each row will be updated. Use a unique column value.
47+
Shout out to Miles Gratz (http://www.serveradventures.com/) for initial example for how to complete this.
4748
.Link
4849
https://dotps1.github.io
4950
.Link

0 commit comments

Comments
 (0)