Convert flat .properties files into cleanly nested YAML. Reconstruct the logical
hierarchy of your MuleSoft configurations with ease.
app.db.host into a nested YAML
structure. Line comments starting with # are preserved during input.
Unflatten flat dotted property key-value configurations into nested hierarchical YAML in seconds.
Paste flat dotted properties straight into the input editor, or upload a .properties file.
Review the keys to make sure they are dot-separated (e.g. app.db.port) to allow nested
parsing.
The parser runs live as you edit or type, building cleanly nested levels and indentation instantly.
Copy the generated YAML output to your clipboard, or download it as a .yaml file for your
project.
.properties files to .yaml, this tool saves time by automatically
building the nested levels.
a.b.c.d=value will
result in a 4-level deep YAML structure.# are preserved during input
parsing to help you maintain contextual notes in your config configurations.list[0]=value, list[1]=value) are parsed as standard dotted strings. You can
easily adjust the resulting YAML indentation manually if list syntax is required.Deep-dives on YAML, Properties, and MuleSoft configuration patterns.
Loading latest articles...