Skip to content

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.

Verbs

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

Clone this wiki locally