String To Yaml Node
The String To Yaml node converts a string to YAML format.
Description
The String To Yaml node converts structured data (typically from JSON or a table) into YAML format string.
Execution Inputs
- In (execution): The execution flow enters through this pin
Variable Inputs
- Data (any): The data to convert to YAML (typically a JSON string or structured data)
Execution Outputs
- Out (execution): Execution continues after conversion
Variable Outputs
- YAML (string): The YAML-formatted string
Special Notes
- Input data should be structured (JSON, table, etc.)
- Output is a YAML-formatted string
- Useful for converting data formats or creating YAML configuration files
Example Usage
Convert JSON data to YAML format, or create YAML configuration strings from structured data.
Flow Download Example
Placeholder for flow download example
Additional Pictures
Placeholder for additional node images and examples