easitab / EPR.GlobalFunctions

Provide functions to be used in script executed by EasitProcessRunner
https://docs.easitgo.com/techspace/epr/globalfunctions/
Apache License 2.0
1 stars 0 forks source link

Fix for issue #57 #58

Closed easitanth closed 8 months ago

easitanth commented 8 months ago

This PR will fix issue #57 by adding a new parameter named Full. If no parameter is used, a "flat" PSCustomObject from 'itemToImport[0]' is returned. If -Raw is used, 'itemToImport[0]' is returned untouched. If -Full is used, the whole export object is returned.