Hello
I would like to know if you can alter an object property while stream the data through the pipe i.e: Import-Csv file.csv | Select-Object id,col | ForEach-Object { $_.col = "Test" } ?
Hello
I would like to know if you can alter an object property while stream the data through the pipe i.e: Import-Csv file.csv | Select-Object id,col | ForEach-Object { $_.col = "Test" } ?