You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get-Content FY22_SC.csv | foreach {($_-split "\^").Count} | Out-File count_SC.txt #counts the number of appearance of "^" on each line
Get-Content FY22_SC.csv | Where-Object {($_ -split "\^").Count -eq 450} | Out-File P1_FY22_SC.csv #All the lines that have the right number of delimiters