Change payload encoding

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 file is in a different encoding, than it really is.

So, with this component you can convert the payload to another encoding to fit the claimed encoding.

 

The workflow component has these parameters:


  1. Input encoding
    The encoding of the input payload.
  2. Output encoding
    The encoding, that the payload is to be converted into.

The valid values for both Input and Output encoding are found in column 2 here:

https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html

    • Related Articles

    • 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 spooled file attributes

      As a part of the processing of an input spooled file in the workflow, you might want to change one or more spooled file attributes e.g. to inform the end users, that the input spooled file has been processed successfully in InterFormNG2. To change ...
    • Change user password

      A user password can be changed in 5 ways: 1.A system administrator can change the password for any user on the system. 2.A tenant administrator change the password for the tenant users. 3.The user can change the password while logged on. 4.The user ...
    • Change spooled file mappings

      After you have mapped spooled file contents in either the designer or the workflow, then you might later want to change the mapping and e.g. select some other positions in the spooled file. This section describes a tip of how you can see the ...
    • 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. Cut textural payload. Cut a textural payload where a specific character sequence is found. 3.Split XML. ...