Pivot
Last updated
- - foo
- bar
- baz
- - sis
- boom
- bah
- blahyq 'pivot' sample.yml- - foo
- sis
- - bar
- boom
- - baz
- bah
- -
- blah- foo: a
bar: b
baz: c
- foo: x
bar: y
baz: zyq 'pivot' sample.ymlfoo:
- a
- x
bar:
- b
- y
baz:
- c
- z- foo: a
bar: b
baz: c
- foo: x
bar: y
baz: z
what: everyq 'pivot' sample.ymlfoo:
- a
- x
bar:
- b
- y
baz:
- c
- z
what:
-
- ever