Skip to Content
0
Former Member
May 16, 2007 at 11:19 AM

File Scenario

15 Views

I have a flat file going through the Sender adapter.

The problem is that the numeric fields come in COBOL PIC S9 format....

That basically means that my outbound payload will contain numbers like this

0001000D

and my inbound payload should then contain this

100.04

I am wandering is this possible within XI? or do you need to use another system to first convert this file?