<?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 Re: Doubt while reading a CSV format file. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-while-reading-a-csv-format-file/m-p/3543133#M852366</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;              can anybody tell me how to read CSV format File.?&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Mar 2008 14:06:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-25T14:06:34Z</dc:date>
    <item>
      <title>Doubt while reading a CSV format file.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-while-reading-a-csv-format-file/m-p/3543132#M852365</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;             i am having adoubt reagrding CSV format file.&lt;/P&gt;&lt;P&gt;see the below code&lt;/P&gt;&lt;P&gt; READ DATASET p_file INTO g_string.&lt;/P&gt;&lt;P&gt;    IF sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;      EXIT.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;    REPLACE 'Zebith FOODSERVICE, INC'&lt;/P&gt;&lt;P&gt;            IN    g_string&lt;/P&gt;&lt;P&gt;            WITH 'Zebith FOODSERVICE INC'.&lt;/P&gt;&lt;P&gt;    IF sy-index LT p_first.&lt;/P&gt;&lt;P&gt;      CONTINUE.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;    CLEAR itab_split.&lt;/P&gt;&lt;P&gt;    REFRESH itab_split.&lt;/P&gt;&lt;P&gt;    SPLIT g_string AT ',' INTO TABLE itab_split.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                          My doubts suppose we have data in the g_string like this &lt;/P&gt;&lt;P&gt; '5774' , 'Zebith foodService inc' , 'xxxxx' , '23564' , '984560' , ' 2/15/2007' , '28' , '1,487'&lt;/P&gt;&lt;P&gt;           How will the data will be stored in itab_split.Since we are using comma as a seperator suppose within the amount or Quanity field if we have "," comma then how the data will be stored in itab_split ?will it treT THE aMOUNT VALUE '1,487' AS A INDIVIDUAL VALUE IN ITAB_SPLIT AS 1,487 OR A SEPERATED VALUES "1" AND "487"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 13:54:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-while-reading-a-csv-format-file/m-p/3543132#M852365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T13:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt while reading a CSV format file.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-while-reading-a-csv-format-file/m-p/3543133#M852366</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;              can anybody tell me how to read CSV format File.?&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 14:06:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-while-reading-a-csv-format-file/m-p/3543133#M852366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T14:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt while reading a CSV format file.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-while-reading-a-csv-format-file/m-p/3543134#M852367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;usually in interface files or in input files we won't put any commas in Amount field.if some comma is there it will seperate that amount and store it in 2 variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 14:06:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-while-reading-a-csv-format-file/m-p/3543134#M852367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T14:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt while reading a CSV format file.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-while-reading-a-csv-format-file/m-p/3543135#M852368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subas,&lt;/P&gt;&lt;P&gt;               Do u think its like that if so is ther any other alternative to seperate the data in CSV format?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 14:15:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-while-reading-a-csv-format-file/m-p/3543135#M852368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T14:15:55Z</dc:date>
    </item>
  </channel>
</rss>

