FileSerializer Manual Project
The FileSerializer Manual project contains one process: outputrecordmanual.Process. The sample project shows how the file serializer activity reads a xml file and parses the xml file to the output file based on output schema.
OutputRecordManual Process
In this example, the ReadFile activity reads the output.xml file , and its output is given as input to ParseXml activity. The ParseXML activity parses the output.xml file and its output is given as input to FileSerializer activity. The FileSerializer activity processes the xml input based schema on the output schema selected and writes data to output.txt file.
The following figure describes the OutputRecordManual process:
Copyright © 2022. TIBCO Software Inc. All Rights Reserved.