Outbound Support
Similar to inbound processing, you can define a MessageTransform with TransformOn as "Enqueue" and TransformClass as "com.transcendsys.platform.integ.message.OutboundCsvToJSONTransform" to transform any outbound CSV data to JSON format.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><ModelList xmlns="http://www.onenetwork.com/Platform"> <ValueChainId>9123</ValueChainId> <CustomModelName>Standard MessageTransform</CustomModelName> <ActionName>PLT.Create</ActionName> <MessageTransform> <ValueChainId>9123</ValueChainId> <OutboundQueueValueChainId>9123</OutboundQueueValueChainId> <OutboundQueueName>outbox/Bookstore</OutboundQueueName> <OutboundInterface>ZBKS.ExportBook</OutboundInterface> <TransformClass>com.transcendsys.platform.integ.message.OutboundCsvToJSONTransform</TransformClass> <TransformOn>Enqueue</TransformOn> <Precedence>1</Precedence> </MessageTransform></ModelList>