Replace values in YAML files/templates

Hi
I need to change a lot of values in some yaml files that we use for templating. but I im not able to find any buildin node or cumunity node that can do yaml manipulatione. Normaly i would just use yq ( a linux cli command) to do it any hints or ideas on how to do it ?

Thanks
Rgll

Hi @rgll,

Welcome to the community :tada:

We don’t have option for working with YAML but there is a community node that you could try here: https://www.npmjs.com/package/n8n-nodes-yaml you may need to convert the yaml to json, make the changes then convert back to yaml.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.