-
Notifications
You must be signed in to change notification settings - Fork 37
Transform Verbs
Davi Paulino edited this page May 4, 2017
·
2 revisions
Verbs are used within the transformation file to specify transformations that should be executed. This helps perform actions that are not covered by the default transformation, such as entirely replacing an existing node.
A transformation verb always applies to the values of the current node and never the key.
Rename: Renames nodes without altering the contents
Remove: Removes entire nodes
Merge: Merges nodes, similar to the default transformation, but allows for use of attributes
Replace: Replaces entire nodes with given value