Skip to Content
0
Former Member
Nov 28, 2006 at 11:03 AM

File adapter modules : Access to file data before content conversion

20 Views

I have a file sender channel for which content conversion in applied. The incoming file has data in comma separated values format.

e.g.

102366,Amol Joshi,DEPT1

107752,XYZ PQR,DEPT2

I want to access the the actual data in the file before content conversion takes place. Is it possible to access this data inside the adaper module? I tried creating an adapter module and put it before CallSAPAdapter,it still gets the XML after content conversion as the input data to the module.

Any pointers?