XML components
tEDIFACTtoXML | Transforms an EDIFACT message file into the XML format for better readability to users and compatibility with processing tools. |
tExtractXMLField | Reads the XML structured data from an XML field and sends the data as defined in the schema to the following component. |
tFileStreamInputXML | Opens a structured XML file and reads it row by row to split the data into fields, then sends these fields as defined in the Schema to the next component. |
tWriteXMLField | Reads an input XML file and extracts the structure to insert it in defined fields of the output XML file. |
tXSLT | Helps to transform data structure to another structure. |