Parse Palette
The Parse palette provides shared configuration resources for parsing and rendering the formatted text. This is useful if you want to transform the formatted lines of text into a data schema or transform a data schema into a formatted text string.
The text lines can be formatted either by delimiters separating each field or offsets can be specified to determine where each field begins and ends.
- MimeParser
This activity is responsible for parsing MTOM messages into a SOAP message that contains binary attachments as an inline data of the SOAP message. The output can be either in a Text or in a Binary format. - Parse Data
The Parse Data activity takes a text string or input from a file and processes it by converting it into a schema tree based on the specified Data Format shared resource. - Render Data
The Render Data activity takes an input of a data schema and renders it as a text string. The schema processed is based on a specified Data Format shared resource.
Copyright © Cloud Software Group, Inc. All rights reserved.