cancel
Showing results for 
Search instead for 
Did you mean: 

FCC in SAP PI

Former Member
0 Kudos

Hi All,

I have a following structure as flat file:

ABC DEF

XYZ - 0909

I am doing good

-

and i want to convert this file into XML format without creating IR objects.

as

<?xml version="1.0" encoding="UTF-8"?>

<File_Header>

<File_Content>ABC DEF</File_Content>

<File_Content>XYZ - 0909</File_Content>

<File_Content>I am doing good

<File_Content>-</File_Content>

</File_Header>

What Content Conversion can i give in parameters so that i can get the above o/p?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

As it seems you are new... I would suggest you to read the [forum rules|;...

and next time you post twice the same question (perhaps coz you have not yet your answer...), to do it at least by referencing your previous thread: [].

😐

Mickael

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

just specify field - File_Content and separator 'nl'

there are multiple blogs on this topic - please have a look at them and let us know where the issue is

Thank you,

Regards,

Michal Krawczyk