Hi!
The entire content of the CSV file (up to 130 lines) is converted into a single WMQ message with binary data for a COBOL program. With LegStar I can use generated transformer classes to convert XML or Java into binary format. So, I'm looking for help with two steps:
1. Convert CSV to XML or Java
2. Some direction on using LegStar generated classes within Mule ESB to transform XML/Java to COBOL format
I'm trying to explore Mule ESB built-in transformation as much as I can. I see that there is no direct CSV -> Java or XML transformation that I can use out of the box. One option I found is described here:
http://forum.mulesoft.org/mulesoft/topics/_csv_file_to_xml_tranformerIs it the only option?
Alex.