I want to do some database population using YAML. Now, I have the
basics of how to read YAML, but am getting stuck on specifics. I'd use
fixtures, but the format isn't what I'd like.
For instance, I want to do something like this:
Canada:
Vancouver
Edmonton
Calgary
etc..
And make a new record for each line under Canada, with Canada of
course being the key. How do I do this (syntax wise) with the YAML
processor?