PowerShell Tutorial: Import & Export CSV Data 🔥⌨️ DevOps | Automation | Developer

preview_player
Показать описание
Learn how to import and export CSV data in your PowerShell automation scripts! PowerShell has two built-in commands that enable you to import data from the local filesystem, or export arbitrary PowerShell objects back to the filesystem. You can use CSV to represent any kind of simple data, without having to install any additional modules or software beyond PowerShell itself.

The Import-Csv command allows you to specify a custom delimiter character, if your CSV file doesn't actually use a comma as its separator. You can also specify a custom delimiter character, when you export PowerShell objects to a CSV file.

Please follow me on these other social channels!

All trademarks, logos and brand names are the property of their respective owners. All company, product and service names used in this website are for identification purposes only. Use of these names,trademarks and brands does not imply endorsement.

#powershelltraining #powershellscripting #opensource #microsoft #csv #data #dataanalysis #dataanalyst #data #devops #coding #codinglife #sysadmin #software #developer

Contains information from "Electric Vehicle Population Data", which is made available here under the Open Database License (ODbL).
Рекомендации по теме
Комментарии
Автор

Thanks again for amazing CBT Nuggets tutorials. You are an excellent teacher!

inteliconn
Автор

Happy to see videos with powershell topics again .. big fan of your powershell vidoes :) .. Thanks

sureshkrishnan
Автор

May I ask how you've become so skilled in so many things? It's amazing to see you do some many things with so many different technologies. As a Jr. SysAdmin I become so overwhelmed even thinking about learning several scripting/programming languages, containerization, etc..

TheRealJohnMadden
Автор

Hi, I am trying to import a PUNJABI LANGUAGE FILE to GOOGLE SHEETS, upon importing I received "??? ?? ???? " as data in the google sheet form, the original language was nowhere to be found. Thanks in advance

ANGREZSGHOLIA
Автор

I don't use CSV much, well since ImportExcel 😂

jkavanagh
Автор

Technology without good documentation is death.

qqzykmn
Автор

Another one to go alongside these is ConvertTo-CSV.

MethodOverRide
Автор

do you have any course on powershell on udemy or any other platform?

randomperson