2018/10/17

Powershell 匯出 csv 無資料或資料有問題

運用Powershell撈資料,然後接用用export-csv要把資料匯出成csv檔時,發現資料有問題,就都是一些重覆的數字加文字而已,跟直接在powershell跑出來的資料完全不一樣。
會有這個問題,是因為powershell在撈資料時,如果語法裡有加"format-xxx"把匯出的資料做格式的調整,就會造成匯出csv檔時資料有問題,要改成"select-object"匯出csv才不會有問題。
可以參考這個網站 
https://blogs.msdn.microsoft.com/powershell/2007/03/07/why-cant-i-pipe-format-table-to-export-csv-and-get-something-useful/ 

沒有留言:

張貼留言