PowerShell Export-Csv 导出与导入CSV文件

会挽雕弓如满月,西北望,射天狼。这篇文章主要讲述PowerShell Export-Csv 导出与导入CSV文件相关的知识,希望能为你提供帮助。
环境配置说明

  • Windows 21H1
  • PSVersion 5.1.19041.1320

示例
  • 通过 Delimiter 设置 CSV文件的分隔符是 |
PS C:\\Users\\admin> Get-Alias | Export-Csv alias.csv -Delimiter "|"

PowerShell Export-Csv 导出与导入CSV文件

文章图片

PS C:\\Users\\admin> Import-Csv .\\alias.csvHelpUri|"ResolvedCommandName"|"DisplayName"|"ReferencedCommand"|"ResolvedCommand"|"Definition"|"Opt ions"|"Description"|"OutputType"|"Name"|"CommandType"|"Source"|"Version"|"Visibility"|"ModuleName"| "Module"|"RemotingCapability"|"Parameters"|"ParameterSets" --------------------------------------------------------------------------------------------------- https://go.microsoft.com/fwlink/?LinkID=113300|"ForEach-Object"|"% -> ForEach-Object"|"ForEach-O.........部分截取


学习资料
  • PowerShell 版本 + 工具
  • PowerShell/PowerShell
  • 51CTO社区

【PowerShell Export-Csv 导出与导入CSV文件】感恩曾经帮助过 师万物 的人。
学有余力的话,可以了解具有开源、跨平台特性的Powershell Core。
欢迎关注公众号:悟为生心

    推荐阅读