<?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 changing the file format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-file-format/m-p/7143616#M1513740</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hv a requirnment in which i need to read a file which is in .CGL format on a shared network path or application server which is nt possible to read directly so i need to first change the format of the file to .CSV and then read it using the FM KCD_CSV_FILE_TO_INTERN_CONVERT .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so plz  tel me how to change the file extension &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;shivraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Aug 2010 17:34:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-31T17:34:22Z</dc:date>
    <item>
      <title>changing the file format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-file-format/m-p/7143616#M1513740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hv a requirnment in which i need to read a file which is in .CGL format on a shared network path or application server which is nt possible to read directly so i need to first change the format of the file to .CSV and then read it using the FM KCD_CSV_FILE_TO_INTERN_CONVERT .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so plz  tel me how to change the file extension &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;shivraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 17:34:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-file-format/m-p/7143616#M1513740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-31T17:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: changing the file format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-file-format/m-p/7143617#M1513741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not quite sure how you arrived at conclusion that CGL must be converted to CSV... CGL might turn out to be just a plain text file (e.g. many log files have .LOG extension but are just plain texts), in which case you can simply read it directly. Whether you'll be able to make sense of the file data - is another question and it depends on what is in that CGL file. Again, conversion to CSV might not even help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If CGL file is a proprietary format, you might not be able to read it in SAP at all without using some third-party tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More info on CGL extension:&lt;/P&gt;&lt;P&gt;&lt;A href="http://pcsupport.about.com/od/fileextensions/f/cglfile.htm" target="test_blank"&gt;http://pcsupport.about.com/od/fileextensions/f/cglfile.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 21:10:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-file-format/m-p/7143617#M1513741</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2010-08-31T21:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: changing the file format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-file-format/m-p/7143618#M1513742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually this file is coming from concur and the client dont want 2 have any manual intervention while saving this file on the network path so our requirnement is to first change the file extension, also i tried to fetch data from .cgl file but i found it is not picking up all the data since its a very long file containing more than 38 columns&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 03:23:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-file-format/m-p/7143618#M1513742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-01T03:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: changing the file format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-file-format/m-p/7143619#M1513743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;answered by self&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 07:50:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-file-format/m-p/7143619#M1513743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-24T07:50:13Z</dc:date>
    </item>
  </channel>
</rss>

