Skip to content

api_function_convertfromgithubactionscsvm

hugoalh edited this page Dec 27, 2023 · 7 revisions

ConvertFrom-GitHubActionsCsvM

Important

Do not confused with function ConvertFrom-GitHubActionsCsvS!

  • Type: Function
  • In Version: >= v1.6.0

Convert a CSVM-formatted string to a collection of custom objects or a collection of hashtables.

  • ConvertFrom-GitHubActionsCsvM
      [-InputObject] <String>
      [-AsHashtable]

Parameter

AsHashtable

[Optional] <Switch> Whether to output as a collection of hashtables instead of a collection of objects.

  • Position: Named
  • Accept Pipeline Input By Property Name: False ❌
  • Alias:
    • ToHashtable

InputObject

<String> CSVM string that need to convert from.

  • Position: 0
  • Accept Pipeline Input: True βœ”οΈ
  • Accept Pipeline Input By Property Name: False ❌
  • Accept Wildcard Characters: False ❌
  • Alias:
    • Input
    • Object

Output

  • <Hashtable[]> Result as hashtable.
  • <PSCustomObject[]> Result as object.

Guide

API

Enum

Enum Flag

Function

Function Alias

Clone this wiki locally