Skip to Content
0
Former Member
Aug 14, 2009 at 09:15 PM

Removing the empty line during Receiver FCC!

145 Views

Hi, Guys,

I used file content conversion in receive FCC. My data type is like this:

<TextFromSAP_DT>

<FileName>

<FileName>abc.txt</FileName>

</FileName>

<Record>

<TEXT>dasfafaf</TEXT>

</Record>

<Record>

<TEXT>qqqqqqqq</TEXT>

</Record>

<Record>

<TEXT>fgfffff</TEXT>

</Record>

</TextFromSAP_DT>

I need to get file name from <FileName> and output a flat file with the value in <TEXT>. But I always got an empty line at the file beginning. And I tried to move <FileName> to the end. And I got an empty line at the file end. My custom said they are having trouble to read the file with the empty line no matter it is in the beginning or end.

I followed sample as link below but does not work.

https://wiki.sdn.sap.com/wiki/display/profile/2007/07/30/Removing%20the%20empty%20line%20during%20Receiver%20FCC!

Does any body can give a help?

Thanks a lot!

Meiying

Edited by: Meiying Yang on Aug 14, 2009 11:16 PM