cancel
Showing results for 
Search instead for 
Did you mean: 

File Process in File 2 Proxy in PI 7.1

Former Member
0 Kudos

Hi

I am working on a File to Proxy scenario where File will have multiple records, When I execute the scenario whole content of the file is coming as single record,

I want to process the each record at a time from the file, Can anyone let me know how to process the each single record at a time from the file

Thanks

PR

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

Hi PR,

At the proxy code level you you can achieve this by posting the records one after another .

Regards.

Edited by: Santosh Rawat on Aug 13, 2009 8:33 PM

Former Member
0 Kudos

PR,

Try to read the file as record by record. Proabably there might be some error in reading the file with your content conversion. If you can give the content conversion parameters you used and one sample file somebody can help you out PR.

Else if you want to read the whole file as one record which you think is the correct process then you may need to write either java mapping or abap mapping.

Regards,

---Satish