Hello Experts,
Our PI server is on 7.31 and we are trying to convert the XML message structure to the file structure as below:
XML structure
MT
Header
Field1
Field2
Details
Field3
Field4
Header
Field1
Field2
Details
Field3
Field4
Details
Field5
Field6
File structure
Field1;Field2
Field3;Field4
Field1;Field2
Feild3;Field4
Field5;Field6
Since this is not possible using the FCC, we are trying to use the message transform bean with the configuration as per the attached file. Upon checking the logs of message processing, we see that the MTB has executed and transformation has happened successfully, but the output is the same XML file which has been generated by the mapping program.
Can you check if the MTB configuration is correct?
Regards,
Diptee