DiscoPosse – Using the chicken to measure IT
Technology, Cycling, Music and Madness

 
Posts Tagged ‘Import-CSV’
 

 
featured_powershell

CSV, yeah you know me! – PowerShell and the Import-Csv CmdLet – Part 2

In part 1 of this series we touched on the basics of using the Import-Csv CmdLet by reading a file into an array variable and extracting elements and data from our input data. To enhance this process we can now take the data in...
by Eric
6

 
 
featured_powershell

CSV, yeah you know me! – PowerShell and the Import-Csv CmdLet – Part 1

Managing data inside a CSV file is surprisingly simple thanks to the Import-CSV CmdLet. I’m often presented with data from different sources in a variety of formats, and by and large the common format used for data extrac...
by Eric
2