Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

PowerShell Export-Csv not as expected

hello, i am trying to export results as a table to a csv

 

Get-PowerBIWorkspace | Format-table | Export-Csv C:\Users\spaldg\Downloads\wksp.csv -NoTypeInformation

 

when displayed on screen (without the Export) it looks fine

 

 

but when saved as a .csv, this is what i get

 

what am i doing wrong ?

thanks

g

2 Replies