Procedures
Automation procedures in the YAML book.
Ensure that you have installed or connected the YAML book and created a new playground before using these automation procedures.
to convert a yaml to a (text)
Convert a YAML concept into text.
Input Concepts
Concept
Description
Type
Required
Default Value
Output Concepts
The serialized YAML concept
Examples
Example 1: Convert the YAML concept into text
convert the yaml to a text
to delete or remove a (yaml)'s property
Remove a property in a YAML concept.
Input Concepts
Concept
Description
Type
Required
Default Value
The YAML concept which contains the property to be removed
The name of the property to be removed
Output Concepts
Examples
Example 1: Remove the Year property
to get a (yaml's property)
Retrieve a property by name from a YAML concept.
Input Concepts
Concept
Description
Type
Required
Default Value
The name of the property that should be retrieved from the YAML
Output Concepts
The property that was retrieved from the YAML
boolean or list of any or number or text or yaml
Examples
Example 1: Retrieve the Movies property using exact match on the name Example 2: Retrieve the Movies property using natural language
to get a yaml as a (file)
Convert a YAML concept into a file.
Input Concepts
Concept
Description
Type
Required
Default Value
Output Concepts
The file containing the serialized YAML concept
Examples
Example 1: Convert the YAML concept into a file
to get a file as a (yaml)
Convert a file into a YAML concept.
Input Concepts
Concept
Description
Type
Required
Default Value
The file that contains the serialized YAML concept
Output Concepts
Examples
Example 1: Convert the file into a YAML concept
to get a text as a (yaml)
Convert a text into a YAML concept.
Input Concepts
Concept
Description
Type
Required
Default Value
Output Concepts
Examples
Example 1: Convert the text into a YAML concept
to merge a (yaml) to another yaml
Merge two YAML concepts into a YAML concept.
Input Concepts
Concept
Description
Type
Required
Default Value
Output Concepts
The YAML concept that has been merged
Examples
Example 1: Merge the one YAML concept into another
to set or change a (yaml)'s property to a value
Change a property in a YAML concept to a specific text value.
Input Concepts
Concept
Description
Type
Required
Default Value
The YAML concept which contains the property to be changed
The name of the property to be changed
The concept to be used as value for the property to be changed
boolean or list of any or number or text or yaml
Output Concepts
Examples
Example 1: Change the Year property to 2000
Last updated