Hi
I'm trying to extract rows that match a pattern (3 characters and 8 digits) from a csv file and output them to a new csv
#Import the CSV file with all the data.
$csv = Import-CSV J:\CanvasData\users_utf8nobom.csv
#Process the CSV file one row at a time
foreach ($row in $csv) {
#Each...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.