Skip to main content
Version: Next

write_yaml

Transforms the input event stream to YAML byte stream.

write_yaml

Description

Transforms the input event stream to YAML byte stream.

Examples

Convert a JSON file into a YAML file

load_file "input.json"
read_json
write_yaml
save_file "output.yaml"