<?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>topic Issue with simple transformation code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-simple-transformation-code/m-p/10139760#M1819206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on developing a custom simple transformation, the requirement is convert the upload the file(unknown columns text file) into xml code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here columns text has not been mentioned so while uploading this data using "upload" function module we can get into string table, so now I want to pass this data into transformation to convert into below format, can you please suggest me how can I do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Template1&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Name&amp;gt;first 10 characters in the file line1&amp;lt;/Name&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Address&amp;gt;character 11 to 40 in the file line1&amp;lt;/Address&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Salar&amp;gt;character 41 to 50 in the file line1&amp;lt;/Salary&amp;gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Etc.,&lt;/P&gt;&lt;P&gt;&amp;lt;/Template1&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me how to split the file line 1 data based on my tags in the simple transformation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;Naresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 30 Mar 2014 06:56:15 GMT</pubDate>
    <dc:creator>former_member745949</dc:creator>
    <dc:date>2014-03-30T06:56:15Z</dc:date>
    <item>
      <title>Issue with simple transformation code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-simple-transformation-code/m-p/10139760#M1819206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on developing a custom simple transformation, the requirement is convert the upload the file(unknown columns text file) into xml code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here columns text has not been mentioned so while uploading this data using "upload" function module we can get into string table, so now I want to pass this data into transformation to convert into below format, can you please suggest me how can I do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Template1&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Name&amp;gt;first 10 characters in the file line1&amp;lt;/Name&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Address&amp;gt;character 11 to 40 in the file line1&amp;lt;/Address&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Salar&amp;gt;character 41 to 50 in the file line1&amp;lt;/Salary&amp;gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Etc.,&lt;/P&gt;&lt;P&gt;&amp;lt;/Template1&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me how to split the file line 1 data based on my tags in the simple transformation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;Naresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2014 06:56:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-simple-transformation-code/m-p/10139760#M1819206</guid>
      <dc:creator>former_member745949</dc:creator>
      <dc:date>2014-03-30T06:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with simple transformation code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-simple-transformation-code/m-p/10139761#M1819207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The simplest way is to convert your data first into an internal table with fields for name, address, salary etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use: &lt;/P&gt;&lt;P&gt;DATA my_output_xml TYPE string.&lt;/P&gt;&lt;P&gt;CALL TRANSFORMATION id RESULT xml my_output_xml SOURCE data = internal_table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2014 07:10:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-simple-transformation-code/m-p/10139761#M1819207</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2014-03-30T07:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with simple transformation code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-simple-transformation-code/m-p/10139762#M1819208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was also thinking on this simple solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I could make the entirething(spliting xml into internal table and convert them into xml tags format) with in the transformation so that I don't need to make any changes in the program side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I need to get expertise on this xml so that I can wrote my own code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyhow thanks for your reply on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;naresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 23:09:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-simple-transformation-code/m-p/10139762#M1819208</guid>
      <dc:creator>former_member745949</dc:creator>
      <dc:date>2014-04-01T23:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with simple transformation code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-simple-transformation-code/m-p/10139763#M1819209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at this snippet.&lt;/P&gt;&lt;P&gt;Substring function is used with offset/length to extract the substring , which is then populated into xml node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H4&gt;ABAP code&lt;/H4&gt;&lt;DIV style="background-color: #e7e5dc; width: auto; overflow: auto; margin: 1em 0 !important; padding-top: 1px; font-family: courier new,courier;"&gt;&lt;OL start="1" style="list-style: decimal; background-color: #fff; margin: 0 0 1px 3.5em !important; padding: 0; color: #5c5c5c;"&gt;&lt;LI style="list-style: decimal-leading-zero; list-style-position: outside !important; border-left: 3px solid #6CE26C; background-color: #ffffff; color: #5c5c5c; padding: 0 3px 0 10px !important; margin: 0 !important; line-height: 14px;"&gt;&lt;SPAN style="color: #0000ff;"&gt;DATA: &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;lt &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;OF &lt;/SPAN&gt;string,&lt;/LI&gt;&lt;LI style="list-style: decimal-leading-zero; list-style-position: outside !important; border-left: 3px solid #6CE26C; background-color: #f8f8f8; color: #5c5c5c; padding: 0 3px 0 10px !important; margin: 0 !important; line-height: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xml &lt;SPAN style="color: #0000ff;"&gt;TYPE &lt;/SPAN&gt;string.&lt;/LI&gt;&lt;LI style="list-style: decimal-leading-zero; list-style-position: outside !important; border-left: 3px solid #6CE26C; background-color: #ffffff; color: #5c5c5c; padding: 0 3px 0 10px !important; margin: 0 !important; line-height: 14px;"&gt;&lt;/LI&gt;&lt;LI style="list-style: decimal-leading-zero; list-style-position: outside !important; border-left: 3px solid #6CE26C; background-color: #f8f8f8; color: #5c5c5c; padding: 0 3px 0 10px !important; margin: 0 !important; line-height: 14px;"&gt;&lt;SPAN style="color: #0000ff;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="color: #4da619;"&gt;'112123123412345' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;lt.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="list-style: decimal-leading-zero; list-style-position: outside !important; border-left: 3px solid #6CE26C; background-color: #ffffff; color: #5c5c5c; padding: 0 3px 0 10px !important; margin: 0 !important; line-height: 14px;"&gt;&lt;SPAN style="color: #0000ff;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="color: #4da619;"&gt;'445456456745678' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;lt.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="list-style: decimal-leading-zero; list-style-position: outside !important; border-left: 3px solid #6CE26C; background-color: #f8f8f8; color: #5c5c5c; padding: 0 3px 0 10px !important; margin: 0 !important; line-height: 14px;"&gt;&lt;SPAN style="color: #0000ff;"&gt;CALL &lt;/SPAN&gt;TRANSFORMATION ztest&lt;/LI&gt;&lt;LI style="list-style: decimal-leading-zero; list-style-position: outside !important; border-left: 3px solid #6CE26C; background-color: #ffffff; color: #5c5c5c; padding: 0 3px 0 10px !important; margin: 0 !important; line-height: 14px;"&gt;&amp;nbsp; SOURCE &lt;SPAN style="color: #0000ff;"&gt;lt &lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;lt&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="list-style: decimal-leading-zero; list-style-position: outside !important; border-left: 3px solid #6CE26C; background-color: #f8f8f8; color: #5c5c5c; padding: 0 3px 0 10px !important; margin: 0 !important; line-height: 14px;"&gt;&amp;nbsp; RESULT XML xml.&lt;/LI&gt;&lt;LI style="list-style: decimal-leading-zero; list-style-position: outside !important; border-left: 3px solid #6CE26C; background-color: #ffffff; color: #5c5c5c; padding: 0 3px 0 10px !important; margin: 0 !important; line-height: 14px;"&gt;cl_abap_browser&lt;SPAN style="color: #808080;"&gt;=&amp;gt;&lt;/SPAN&gt;show_xml&lt;SPAN style="color: #800080;"&gt;( &lt;/SPAN&gt;xml &lt;SPAN style="color: #800080;"&gt;).&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="list-style: decimal-leading-zero; list-style-position: outside !important; border-left: 3px solid #6CE26C; background-color: #f8f8f8; color: #5c5c5c; padding: 0 3px 0 10px !important; margin: 0 !important; line-height: 14px;"&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;H4&gt;XSLT code&lt;/H4&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;lt;xsl:transform xmlns:xsl="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/1999/XSL/Transform"&gt;http://www.w3.org/1999/XSL/Transform&lt;/A&gt;&lt;SPAN&gt;" xmlns:sap="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.sap.com/sapxsl"&gt;http://www.sap.com/sapxsl&lt;/A&gt;&lt;SPAN&gt;" version="1.0"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;xsl:strip-space elements="*"/&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;xsl:template match="/"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;root&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsl:apply-templates select="//*/item"/&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/root&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;/xsl:template&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;xsl:template match="item"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Template1&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;one&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsl:value-of select="substring(concat(., ''), 1, 1)"/&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/one&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;two&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsl:value-of select="substring(concat(., ''), 2, 2)"/&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/two&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;three&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsl:value-of select="substring(concat(., ''), 4, 3)"/&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/three&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;four&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsl:value-of select="substring(concat(., ''), 7, 4)"/&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/four&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;five&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsl:value-of select="substring(concat(., ''), 11, 5)"/&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/five&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Template1&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;/xsl:template&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/xsl:transform&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;H4&gt;Output xml&lt;/H4&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&amp;lt;?xml version=&lt;SPAN class="L0S31"&gt;"1.0" encoding="utf-8" ?&amp;gt; &lt;BR /&gt; &amp;lt;root&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;Template1&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;one&amp;gt;1&amp;lt;/one&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;two&amp;gt;12&amp;lt;/two&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;three&amp;gt;123&amp;lt;/three&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;four&amp;gt;1234&amp;lt;/four&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;five&amp;gt;12345&amp;lt;/five&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/Template1&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;Template1&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;one&amp;gt;4&amp;lt;/one&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;two&amp;gt;45&amp;lt;/two&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;three&amp;gt;456&amp;lt;/three&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;four&amp;gt;4567&amp;lt;/four&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;five&amp;gt;45678&amp;lt;/five&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/Template1&amp;gt;&lt;BR /&gt; &amp;lt;/root&amp;gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 07:18:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-simple-transformation-code/m-p/10139763#M1819209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-07T07:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with simple transformation code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-simple-transformation-code/m-p/10139764#M1819210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right!, thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 22:06:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-simple-transformation-code/m-p/10139764#M1819210</guid>
      <dc:creator>former_member745949</dc:creator>
      <dc:date>2014-04-07T22:06:06Z</dc:date>
    </item>
  </channel>
</rss>

