Operatorswrite_yamlVersion: NextOn this pagewrite_yamlTransforms the input event stream to YAML byte stream.write_yamlDescriptionTransforms the input event stream to YAML byte stream.ExamplesConvert a JSON file into a YAML fileload_file "input.json" read_json write_yaml save_file "output.yaml"