<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: File Content Conversion Receiver side in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/file-content-conversion-receiver-side/qaa-p/5632436#M2090201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  You use like below.&lt;/P&gt;&lt;P&gt;  Use StrictXml2PlainBean to convert the file in .csv format.The same like FCC paramters .&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw70/helpdata/EN/44/748d595dab6fb5e10000000a155369/content.htm]&lt;/P&gt;&lt;P&gt;After that use adapter module and add the xml tag in the file.&lt;/P&gt;&lt;P&gt;Module should be present like,&lt;/P&gt;&lt;P&gt; 1.StrictXml2PlainBean&lt;/P&gt;&lt;P&gt; 2.Custom Adapter module&lt;/P&gt;&lt;P&gt; 3.CallSapAdapter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakasu.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 May 2009 06:38:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-18T06:38:30Z</dc:date>
    <item>
      <title>File Content Conversion Receiver side</title>
      <link>https://community.sap.com/t5/technology-q-a/file-content-conversion-receiver-side/qaq-p/5632433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello friends:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I needed output file as  with xml tags at beginning and ending and inbetween csv file &lt;/P&gt;&lt;P&gt;Eg for the desired output &lt;/P&gt;&lt;P&gt;  &amp;lt;Main&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;Header&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;H1&amp;gt; headertext1 &amp;lt;/H1&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;H2&amp;gt; headertext2 &amp;lt;/H2&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Header&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;BODY&amp;gt;&lt;/P&gt;&lt;P&gt; A,123,445,455, KUM1ABC&lt;/P&gt;&lt;P&gt; B,XX, YY,ZZ,KUM2ABC&lt;/P&gt;&lt;P&gt; B,12a,446,457,KUM3ABC&lt;/P&gt;&lt;P&gt; B,12b,447, 458,KUM4ABC&lt;/P&gt;&lt;P&gt; B,12c,448,459,KUM5ABC.&lt;/P&gt;&lt;P&gt;&amp;lt;/BODY&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/Main&amp;gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;1. I am receiving  a table from sap rfc as source and mapped inside  XI to a target structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COL1 COL2 COL3 COL4 COL5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; A      123    445     455    KUM1ABC&lt;/P&gt;&lt;P&gt; B      XX      YY      ZZ      KUM2ABC&lt;/P&gt;&lt;P&gt; B      12a    446     457    KUM3ABC&lt;/P&gt;&lt;P&gt; B      12b    447    458    KUM4ABC&lt;/P&gt;&lt;P&gt; B      12c   448     459    KUM5ABC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2,Create Target structure &lt;/P&gt;&lt;P&gt;Target Structue:&lt;/P&gt;&lt;P&gt;Node&lt;/P&gt;&lt;P&gt;  Header&lt;/P&gt;&lt;P&gt;     H1&lt;/P&gt;&lt;P&gt;     H2&lt;/P&gt;&lt;P&gt;    Data&lt;/P&gt;&lt;P&gt;      C1&lt;/P&gt;&lt;P&gt;      C2&lt;/P&gt;&lt;P&gt;      C3&lt;/P&gt;&lt;P&gt;      C4&lt;/P&gt;&lt;P&gt;      C5 &lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;3.At Receiver communication channel i used FCC with Body.fieldSeparator as ',' and i am getting the output as below with total csv file .How to get xml tags at beginning and at ending and in between csv file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;headertext1&lt;/P&gt;&lt;P&gt;headertext2&lt;/P&gt;&lt;P&gt; A,123,445,455, KUM1ABC&lt;/P&gt;&lt;P&gt; B,XX, YY,ZZ,KUM2ABC&lt;/P&gt;&lt;P&gt; B,12a,446,457,KUM3ABC&lt;/P&gt;&lt;P&gt; B,12b,447, 458,KUM4ABC&lt;/P&gt;&lt;P&gt; B,12c,448,459,KUM5ABC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for reading my message! any clues are appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 May 2009 20:19:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/file-content-conversion-receiver-side/qaq-p/5632433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-17T20:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: File Content Conversion Receiver side</title>
      <link>https://community.sap.com/t5/technology-q-a/file-content-conversion-receiver-side/qaa-p/5632434#M2090199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do not use FCC for this. Instead define the XM strucuture as you want in the message mapping and then map the way you want using some UDFs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2009 02:33:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/file-content-conversion-receiver-side/qaa-p/5632434#M2090199</guid>
      <dc:creator>VijayKonam</dc:creator>
      <dc:date>2009-05-18T02:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: File Content Conversion Receiver side</title>
      <link>https://community.sap.com/t5/technology-q-a/file-content-conversion-receiver-side/qaa-p/5632435#M2090200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this possible with UDF's . I wanted a file with wrapper as xml tags and in between csv file ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please give me an UDF example something like this to be achieved !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2009 03:59:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/file-content-conversion-receiver-side/qaa-p/5632435#M2090200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-18T03:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: File Content Conversion Receiver side</title>
      <link>https://community.sap.com/t5/technology-q-a/file-content-conversion-receiver-side/qaa-p/5632436#M2090201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  You use like below.&lt;/P&gt;&lt;P&gt;  Use StrictXml2PlainBean to convert the file in .csv format.The same like FCC paramters .&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw70/helpdata/EN/44/748d595dab6fb5e10000000a155369/content.htm]&lt;/P&gt;&lt;P&gt;After that use adapter module and add the xml tag in the file.&lt;/P&gt;&lt;P&gt;Module should be present like,&lt;/P&gt;&lt;P&gt; 1.StrictXml2PlainBean&lt;/P&gt;&lt;P&gt; 2.Custom Adapter module&lt;/P&gt;&lt;P&gt; 3.CallSapAdapter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakasu.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2009 06:38:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/file-content-conversion-receiver-side/qaa-p/5632436#M2090201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-18T06:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: File Content Conversion Receiver side</title>
      <link>https://community.sap.com/t5/technology-q-a/file-content-conversion-receiver-side/qaa-p/5632437#M2090202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 04:24:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/file-content-conversion-receiver-side/qaa-p/5632437#M2090202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T04:24:19Z</dc:date>
    </item>
  </channel>
</rss>

