PowerShell! Converting Text Files to csv

Опубликовано: 28 Июнь 2022
на канале: Adrian Dolinay
3,684
24

Tutorial on converting text files to csv format using PowerShell.

The notebook can be found in the "PowerShell" folder within the below repo. GitHub Repo - https://github.com/ad17171717/YouTube...

CONNECT:
LinkedIn:   / adrian-dolinay-frm-96a289106  
GitHub: https://github.com/ad17171717
Twitter:   / dolinayg  
Odysee: https://odysee.com/@adriandolinay:0

|-References-|
Import-Csv: https://docs.microsoft.com/en-us/powe...
Export-Csv: https://docs.microsoft.com/en-us/powe...

|-Video Chapters-|
0:00 - Intro
0:07 - Reviewing the text files
0:38 - Saving text file names into a variable
1:37 - Looping and exporting the text files to csv
3:15 - Checking the csv files
3:38 - Conclusion