combine csv-files with windows-1252 encoding using powershell

后端 未结 0 619
温柔的废话
温柔的废话 2021-01-31 07:05

I\'ve got a lot of csv-files I wish to merge using PowerShell. Previously, I have used following command:

(gc *.csv  -encoding utf8) | out-file all-files.csv -enc         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题