Basic converter components
CSV to XML
One of the valid input formats of InterformNG2 is CSV files. If you e.g. want to data in an input CSV file in either an email or in a template, then you first need to convert the CSV file into XML. You can use the basic, converter workflow component, ...
Basic converter components
The basic converter components are: The CSV to XML workflow component. The JSON to XML workflow component. The SPLF to XML workflow component. The Transform or split workflow component.
Transform or split
The transform or split workflow component is able to transform and/or split an input XML file. The subtree of this workflow component is executed for each splitted/transformed XML. For splitting an XML file the workflow component, Structural split is ...
Text to SPLF
One of the valid input formats of InterformNG2 is text files. If you e.g. want to use data from an input text file in either an email or in a template, then you first need to convert the text file into the SPLF format. You can use the basic, ...
SPLF to XML
With the spooled file extractor you can create transformations (with the extension .sfe), that can convert a spooled file into XML. These transformations can be linked directly in a template, so that the spooled file is converted directly into XML, ...
JSON to XML
One of the valid input formats of InterformNG2 is JSON files. If you e.g. want to data in an input JSON file in either an email or in a template, then you first need to convert the JSON file into XML. You can use the basic, converter workflow ...
Popular Articles
REST webservice basic example
Below a simple setup is done to illustrate how the REST webservice basic can be setup. The example below can be run without any programming at all. First a simple template to prove, that the workflow has worked and returned a PDF: The template is ...
High Availability setup
For multi-server installations with high availability, we support an active-active setup with multiple active application server instances, supported by a shared relational database. A load balancer should be in front, to distribute HTTPS requests ...
IBM MQ send message
To send a message to an IBM MQ as part of a workflow, insert a new component at the point in the workflow where you want to send the message. From the "Advanced" components tab select "IBM MQ send message" to send a message to an IBM MQ. Note that ...
To email server
The advanced output workflow component, to email server is able to send out an email, that you have already configured via one of the tenant email servers. The input payload for this component can be eml or even text or html - as long as the email ...
XPath
In InterformNG2, you use the language XPath for referencing data from the XML file. There are many sources of information if you want to learn more about XPath, but you can also simply read the few examples below to get a good idea of how it can be ...