User Tools

Site Tools


transformations:powershell

This is an old revision of the document!


PowerShell

Category: Workflow / External.

This transformation allows executing PowerShell commands and scripts right in EasyMorph. It requires PowerShell 3.0 or above installed.

It is possible to send values of column to the executed PowerShell commands through the built-in $input variable in PowerShell, for instance:

 $input | Sort-Object

Note that $input is an enumerator for the sequence, not the sequence itself.

It is also possible to insert EasyMorph parameters right into the script text, as well as capture the output sequence from the PowerShell script back to EasyMorph.

See also

transformations/powershell.1515721963.txt.gz · Last modified: 2018/01/11 20:52 by dmitry

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki