We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22b354 commit 1d196c1Copy full SHA for 1d196c1
Functions/Set-CsvValue.ps1
@@ -1,7 +1,7 @@
1
<#PSScriptInfo
2
3
.Version
4
- 1.0
+ 1.1
5
.Guid
6
96c125d3-1a20-4282-b569-0da33be2d8c3
7
.Author
@@ -44,6 +44,7 @@
44
PS C:\> Set-CsvValue -Path .\my.csv -Key "ComputerName" -Value "MyComputer" -Hashtable @{ Owner = "dotps1"; Make = "Dell"; Model = "XPS 15" }
45
.Notes
46
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.
48
.Link
49
https://dotps1.github.io
50
0 commit comments