Skip to content

Instantly share code, notes, and snippets.

@DmitriyVlasov
Created August 18, 2015 07:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DmitriyVlasov/5e66b9a20f703b19b896 to your computer and use it in GitHub Desktop.
Save DmitriyVlasov/5e66b9a20f703b19b896 to your computer and use it in GitHub Desktop.
Корректный экспорт данных в CSV русскоязычных букв.
# Выгружает в формате csv без вставки в заголовок файла описание типа, в кодировке Юникод.
export-csv -Path C:\temp\export.csv -Delimiter ';' -NoTypeInformation -Encoding Unicode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment