Skip to Content
0
Former Member
Sep 14, 2005 at 08:25 PM

Module processing inside Sender File Adapter

20 Views

Hello,

I am trying to analyze whether I can create a specialized module inside Sender File Adapter. As of right now, the Sender File Adapter and Receiver as well, assume endSeparator character in the end of each record. For files that do not have this field, it is just on continuous string, I assumed I can create an

adapter module

call it BEFORE data in the file is being converted to XML format

Insert 'nl' character (since the record length is fixed)

Call regular adapter processing (converting to/from XML)

However, creating any module inside Sender File Adapter, the payload of the main document is already in XML format. Is there anyway to avoid it?

Thanks for your help,

Dmitriy Mindich