Как преобразовать файл CSV в XML с powershell? - PullRequest
1 голос
/ 18 марта 2019

Доступно ли Convert-To-Xml в dotnet или ядре powershell?

Convert-To-Xml : The term 'Convert-To-Xml' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:32
+ Import-Csv "./Processes.csv" | Convert-To-Xml
+                                ~~~~~~~~~~~~~~
+ CategoryInfo          : ObjectNotFound: (Convert-To-Xml:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

Я пытаюсь Microsoft пример: Import-Csv "./Processes.csv" | Convert-To-Xml

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...