Skip to main content

Write YAML File

Description

Serializes specified .NET object to YAML file.

Properties

Input

  • File Name – The path of the YAML file.
  • Naming Convention – The naming convention to be used for naming properties in the YAML file. The following options are available.
Naming ConventionDescription
CamlCaseThe properties will be named using CamlCase standards. For example: myProperty
PascalCaseThe properties will be named using PascalCase standards. For example: MyProperties
lowercaseThe properties will be named using lower case alphabets. For example: myproperty
HyphenatedHyphens will be used to separate words while naming the properties. For example: My-Property
UnderscoredUnderscore will be used to separate words while naming the properties. For example: My_Property
  • Object – The .NET object to be serialized to YAML file.
    info

    Choose the appropriate object type while adding this activity into the sequence.

Optional

  • Continue On Error – Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (True, False). The default value is False.
    note

    If this activity is present inside the Try Catch activity and the value of this property is True, it will ignore errors during the execution of automation.

Misc

  • DisplayName – The display name of the activity.
  • Private – If selected, the values of variables and arguments supplied will never be logged

Example

Download Example

Extract Text With OCR