Advanced Converter workflow components
XSL transformation
XSL transformation This advanced converter workflow component can transform the XML payload with an XSL transformation. The transformation can also be combined with a split in the Transform or split component. The XSL transformation workflow ...
XSL transformation on SPLFV2
You can use the workflow component, XSL transformation on SPLFV2 to convert a spooled file (in the version 2 format) into an XML file. The component has these parameters: Transform stylesheet If this is an optional reference to an xsl transformation ...
Transformation design to XSL
This advanced converter workflow component can transform a transformation design, which has been created in the transformation designer into a normal XSL transformation file. For use in the workflow you can also consider to use the transformation ...
To Base64
Use the Advanced Converter workflow component, To Base64 in order to convert the payload of the workflow into base64. This can e.g. be used in order to convert the payload into a string and then extract information from the file or do a search and ...
Split XML
This advanced converter workflow component can split up an XML in the payload of the current workflow. The subtree of this workflow component is executed for each splitted XML. A similar component, which is also able to transform the splitted files, ...
Split spool (dynamic key position)
As the split spooled file (fixed key position) component above, this component can be used to split a spooled file based on a key value. However, in this case the key value can be in variable positions on the page. You just need to be able to find ...
Split spool (fixed key position)
If you want InterFormNG2 to process spooled files, that contains multiple documents e.g. multiple invoices within a single spooled file (e.g. generated by a batch invoice run), then you may want to split up the spooled file into multiple output PDF ...
Split spool (complex key)
A spooled file can be split into smaller files depending on the contents e.g. to split up a larger spooled file with many invoices into individual invoices. If the other spooled file split functions are not enough, then you can consider this workflow ...
PDF to splf component
IMPORTANT!! DO NOT use this feature in the 1.9.0 version, as an important change was made in the next version, which changed the behavior of existing definitions. InterFormNG2 can extract text from a PDF file and put the extracted text into the ...
Excel to XML component
The advanced, converter workflow component, Excel to XML converts an input excel file in the .xlsx format into the special XML format. The converter handles rows, columns and the most important styles. A related workflow component can create an ...
Cut textual payload
In rare situations an input file might be invalid because of extra header data (prior to the actual payload) or extra invalid data at the end of the input file. This can prevent InterFormNG2 from processing e.g. an otherwise valid XML file. So as an ...
Change payload encoding
The advanced converter workflow component, Change payload encoding can be used for converting the payload of the workflow into another encoding. This can e.g. be used, if an input XML is sent to InterFormNG2 with a header, that claims that the XML ...
Advanced Converter workflow components
The advanced converter workflow components are these: 1.Change payload encoding. Changes the encoding of the payload in the current workflow. 2.Split XML. Splits up the XML in the payload and executes the sub workflow for each new XML. 3.XSL ...