<?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 Conversion Considering Edge Cases in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/csv-conversion-considering-edge-cases/m-p/7574904#M1565744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks François,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but what about having the delimiter as part of the record as in "Dog;Bruno"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;  Oliver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Jan 2011 16:38:50 GMT</pubDate>
    <dc:creator>oliver</dc:creator>
    <dc:date>2011-01-14T16:38:50Z</dc:date>
    <item>
      <title>CSV Conversion Considering Edge Cases</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/csv-conversion-considering-edge-cases/m-p/7574902#M1565742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We currently have a problem converting an internal ABAP table into a CSV file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;UserID;Name;Pet1;Pet2&lt;/P&gt;&lt;P&gt;D012345       Klaus Meier     Dog;Bruno      Cat"Kitty &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should become&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D012345;"Klaus Meier";"Dog;Bruno";"Cat ""Kitty" (&amp;lt;- content delimiter, escaped)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a specific functional module where you can define whether to use such delimiters or not? And what would happen if there is - per accident - only one double quote in the field, can this be escaped e.g. by a second double-quote like Excel does it? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are running on NW 7.01. Any help highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;  Oliver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 14:05:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/csv-conversion-considering-edge-cases/m-p/7574902#M1565742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-14T14:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: CSV Conversion Considering Edge Cases</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/csv-conversion-considering-edge-cases/m-p/7574903#M1565743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you just do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPLACE ALL OCCURRENCES OF '"' IN my_struc WITH '""'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you apply separators&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 16:31:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/csv-conversion-considering-edge-cases/m-p/7574903#M1565743</guid>
      <dc:creator>franois_henrotte</dc:creator>
      <dc:date>2011-01-14T16:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: CSV Conversion Considering Edge Cases</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/csv-conversion-considering-edge-cases/m-p/7574904#M1565744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks François,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but what about having the delimiter as part of the record as in "Dog;Bruno"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;  Oliver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 16:38:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/csv-conversion-considering-edge-cases/m-p/7574904#M1565744</guid>
      <dc:creator>oliver</dc:creator>
      <dc:date>2011-01-14T16:38:50Z</dc:date>
    </item>
  </channel>
</rss>

