VMware Aria Automation Orchestrator

 View Only
  • 1.  yaml parser in vro 8

    Posted Apr 17, 2021 07:45 AM

    Need a workflow in vRO8, one of the scripts I need workon parsing yaml and string, how can I do this.

    I know JSON is quite straight forward, how about YMAL type?



  • 2.  RE: yaml parser in vro 8



  • 3.  RE: yaml parser in vro 8

    Posted Apr 19, 2021 05:09 AM

    thanks AjayChanana,

    What I want to do is the code in vRO, for instance str = ymal.dump(varaible) or obj = ymal.load(variable)