We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello
I had this issue:
Turns out I had to remove the unicode character so that exporting the excel would work
$alldata | % {$.Status = -join ($.Status.ToCharArray() | Where-Object { $_ -ne [char]0xFFFF })}
Thanks Neil
The text was updated successfully, but these errors were encountered:
Here is the data, funny, it also breaks | Export-Clixml & | ConvertTo-Json -depth 10 | Out-File too corruptdatafile.zip
so the attached is an | Out-File
Sorry, something went wrong.
Thanks for the info @nlangsto and using ImportExcel.
I was wondering if it caused issues elsewhere.
Not sure of a general solutin off the top of my head.
No branches or pull requests
Hello
I had this issue:
Turns out I had to remove the unicode character so that exporting the excel would work
Thanks
Neil
The text was updated successfully, but these errors were encountered: