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 aid this advanced workflow, converter component (Cut textual payload) has been added in order to remove a leading or trailing sequence from the payload.: Cut texual payload. The component has these parameters:
Text at cutoff point
This is the text, that InterFormNG2 is to search for (in the encoding setup below).
Keep payload part
This parameter can be either After cutoff point or Before cutoff point. If the unwanted part is found in the start of the payload, then you should select 'After cutoff point' and if you want to remove an unwanted trailing part, then chosen value should be 'Before cutoff point'.
Include cutoff text in output
If activated the search text will also be included in the new payload, so this should be activated only, if the search text a part of the valid payload, that you want to keep.
Character encoding
This is the encoding, that is to be used for the comparison. This is optional and if not specified the encoding used will be UTF-8.