Public/New-TabularTranslator.ps1
|
function New-TabularTranslator { [CmdletBinding()] param () [PSCustomObject]@{ type = 'TabularTranslator' columnMappings = [PSCustomObject]@{} } } |
|
function New-TabularTranslator { [CmdletBinding()] param () [PSCustomObject]@{ type = 'TabularTranslator' columnMappings = [PSCustomObject]@{} } } |