Step Details |
Introduced in Version | --- |
Last Modified in Version | 7.12.0 |
Location | Data > Text |
NVelocity is an open-source Java template engineering framework. The Custom Merge Raw [NVelocity] step merges data into a text format according to a defined template. These templates generate a variety of structured text formats, including CSS, HTML, and XML. Due to its support of these languages, NVelocity has a high level of flexibility that limits the user's ability to code in the chosen language. Unlike the TextMerge step, which only merges to plain or HTML Text, NVelocity steps offer the utmost flexibility with data template merging and formatting to fit a user's needs.
Example Use Cases
- Building a custom email body with a button link.
- Applying custom CSS formatting of an email body, PDF, or Word Document.
- Implementing reference image links using HTML.
Properties
Inputs
Property | Description | Data Type |
---|
Parameters | The data pairs that will be used. | List of DataPairs |
Template | Define variables to use within a Text Merge; each variable added will become available as input.
| String |
Outputs
Property | Description | Data Type |
---|
Merged String | String with merged information. | String |
