Skip to content

Instantly share code, notes, and snippets.

@torgro
Created September 19, 2016 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save torgro/6c8da0aa7b6ffe1cc6d09017888cda40 to your computer and use it in GitHub Desktop.
Save torgro/6c8da0aa7b6ffe1cc6d09017888cda40 to your computer and use it in GitHub Desktop.
$csvHash = @{}
foreach($obj in $csvObjects)
{
$csvHash[$obj.id] = $obj
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment