Skip to content

Instantly share code, notes, and snippets.

@mozziemozz
Last active April 4, 2022 07:08
Show Gist options
  • Save mozziemozz/9c5fcaaa900b8d26f99f5a304d1f90e3 to your computer and use it in GitHub Desktop.
Save mozziemozz/9c5fcaaa900b8d26f99f5a304d1f90e3 to your computer and use it in GitHub Desktop.
(gci -File | ? {$_.Extension -eq ".csv" -and $_.Name -match "DirectRouting"}).Name | Import-Csv -Delimiter "," | Export-Csv -Path .\drExport.csv -Delimiter ";" -Encoding UTF8 -NoTypeInformation -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment