You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to split a big yaml file into multiple yaml files. I looked into the QA with following example: #1562 but I can not really figure it out, as I don't understand how to double loop through this file.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I want to split a big yaml file into multiple yaml files. I looked into the QA with following example: #1562 but I can not really figure it out, as I don't understand how to double loop through this file.
I have following data
I basically need to split the files by region and item.
So in the end this example should generate 4 yaml files like region1_item1.yaml , region1_item2.yaml, region2_item1.yaml and so on..
And the content should always be a key and the values of the region map:
region1_item1.yaml
Any help is appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions