<?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 CSV File Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/csv-file-problem/m-p/5100120#M1183489</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;I am having a typical problem in CSV upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create a file in excel and save it as .CSV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data in one of the cell is "2 (double quote followed by a digit) Cell is formatted to Text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After saving , when I see the CSV file in notepad, the data is seen as """2" (3 double quotes)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This when uploaded in the program throws the error obviously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know its the data problem but my question is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Can this be handled in the program? If yes please guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Why is the excel behaving this way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2009 12:38:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-03T12:38:07Z</dc:date>
    <item>
      <title>CSV File Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/csv-file-problem/m-p/5100120#M1183489</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;I am having a typical problem in CSV upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create a file in excel and save it as .CSV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data in one of the cell is "2 (double quote followed by a digit) Cell is formatted to Text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After saving , when I see the CSV file in notepad, the data is seen as """2" (3 double quotes)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This when uploaded in the program throws the error obviously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know its the data problem but my question is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Can this be handled in the program? If yes please guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Why is the excel behaving this way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 12:38:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/csv-file-problem/m-p/5100120#M1183489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T12:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: CSV File Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/csv-file-problem/m-p/5100121#M1183490</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;I feel before u save to .CSV u have to make sure that the excel should have proper data ..so first check if the excel has any quotes , remove them and then save as .CSV.it's better rather than handling in program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 12:42:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/csv-file-problem/m-p/5100121#M1183490</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2009-02-03T12:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: CSV File Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/csv-file-problem/m-p/5100122#M1183491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excel has the Quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data in the excel is "2 and it is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After CSV creation, the data becomes """2"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actual Data in Excel : "2&lt;/P&gt;&lt;P&gt;Data in CSV             : """2"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you got my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 12:46:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/csv-file-problem/m-p/5100122#M1183491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T12:46:30Z</dc:date>
    </item>
  </channel>
</rss>

