write_yaml
Transforms the input event stream to YAML byte stream.
write_yaml
Description
Section titled “Description”Transforms the input event stream to YAML byte stream.
Examples
Section titled “Examples”Convert a JSON file into a YAML file
Section titled “Convert a JSON file into a YAML file”load_file "input.json"read_jsonwrite_yamlsave_file "output.yaml"