Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for transformation of yaml lists #99

Open
LievenBaert opened this issue Sep 16, 2020 · 0 comments
Open

Support for transformation of yaml lists #99

LievenBaert opened this issue Sep 16, 2020 · 0 comments

Comments

@LievenBaert
Copy link

In the YmlDocument, only node values of type Dictionary<object, object> are searched and replaced while types List should also be supported in order to support list transfortmations...

Source:
NodeOption:
- Option1
- Option2
NodeOption2:
- NodeOption3: "Option3"
- NodeOption4: Option4

Transforms:
NodeOption:
- Option Added
NodeOption2:
- NodeOption3: "OptionEdited"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant