<?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: CSV file read in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/csv-file-read/m-p/5711950#M1296744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you should save your file in excel with csv format and then upload this file with FM "GUI_UPLOAD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 May 2009 10:13:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-29T10:13:29Z</dc:date>
    <item>
      <title>CSV file read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/csv-file-read/m-p/5711946#M1296740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a standard FM which handles csv file read? I am currently using a 'split at' to separate values but this fails when some strings ( within quotes) have commas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;333,khdfs, "Company name", 87348, " Name1, Name2" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this scenerio, the last field in quotes gets split into 2. I cannot handle this in the progrm because the last field does not always have a comma split. Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 16:21:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/csv-file-read/m-p/5711946#M1296740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T16:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: CSV file read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/csv-file-read/m-p/5711947#M1296741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think we don't have any easy way to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggestion will be first search the string for starting " and ending " (offset) and then replace the , (in between 2 ") with some other symbol say # something like then go for split.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 16:38:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/csv-file-read/m-p/5711947#M1296741</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-05-28T16:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: CSV file read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/csv-file-read/m-p/5711948#M1296742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suker ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First you remove all the Quotes , then split into coma (,).&lt;/P&gt;&lt;P&gt;I mean to say -- &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPLACE   ALL   OCCURRENCES OF '"'  IN &amp;lt;string_name&amp;gt; WITH SPACE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Now split the string at the coma - -&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SPLIT  AT  ....&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pinaki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 16:38:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/csv-file-read/m-p/5711948#M1296742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T16:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: CSV file read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/csv-file-read/m-p/5711949#M1296743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thats a good approach, probably the only approach. Do u have any code with u using offsets?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pinaki, ur suggestion wont work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 10:04:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/csv-file-read/m-p/5711949#M1296743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T10:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: CSV file read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/csv-file-read/m-p/5711950#M1296744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you should save your file in excel with csv format and then upload this file with FM "GUI_UPLOAD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 10:13:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/csv-file-read/m-p/5711950#M1296744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T10:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: CSV file read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/csv-file-read/m-p/5711951#M1296745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TEXT_CONVERT_TEX_TO_SAP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the parameter i_field_seperator  pass ",".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 10:17:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/csv-file-read/m-p/5711951#M1296745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T10:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: CSV file read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/csv-file-read/m-p/5711952#M1296746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rahul - I have same situation. I have a comma separated CSV file which has address fields with embedded commas in them.&lt;/P&gt;&lt;P&gt;Can you tell me exactly how this has been solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 16:09:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/csv-file-read/m-p/5711952#M1296746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-15T16:09:51Z</dc:date>
    </item>
  </channel>
</rss>

