cancel
Showing results for 
Search instead for 
Did you mean: 

File content conversion for Pipe delimited file

Former Member
0 Kudos

Hi

i have a scenario ( file-xi-proxy) in whch file is coming in a pipe delimited.

my data type is like

DT_ XXXXX

AwardInfo

Header contains some fileds

DetailRecord contains some fileds

trailer contains some fields

what are content conversion parameters i have to use

venkat

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Sedamkar,

Expecting you have one header, multiple details and one trailer then give recordset structure in sender file communication channel as:

Header,1,DetailRecord ,*,trailer,1

In content conversion you should give parameters:

Header.fieldSeparator : |

Header.endSeparator : 'nl'

DetailRecord.fieldSeparator : |

DetailRecord.endSeparator : 'nl'

trailer.fieldSeparator : |

trailer.endSeparator : 'nl'

You may need to change the parameters also according to your strcuture and the file layout. See this SAP help for file content conversion:

http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm

Regards,

---Satish

Former Member
0 Kudos

file is on sender side

Former Member
0 Kudos

Sedamkar,

The parameters what I have given is to use on sender file communication channel only.

Regards,

---Satish

Answers (1)

Answers (1)

Former Member
0 Kudos

HI Venkat,

Can you please provide the file structure with example as it will help to do the FCC

Regards