# Handling YAML
YAML (YAML Ain’t Markup Language) is a human-readable format for structured data. It uses key: value
pairs and supports lists, nested objects, and dictionaries. YAML is commonly used in configuration files and metadata headers.
Some integrations provide YAML files or embed YAML in multi-format documents. You can use Workato to extract structured values from this content during recipe execution.
# YAML tools by Workato
Use YAML tools by Workato when you need to extract values from raw YAML content. You can parse YAML files from Dropbox, SFTP, or Google Drive, or extract metadata from document headers written in YAML. It also supports reading YAML content from any step that outputs file content.
YAML tools by Workato provides the Parse YAML document action. This action uses a sample YAML snippet to define the output structure and returns structured datapills based on the file content.
Last updated: 4/8/2025, 10:09:47 PM