<?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: what is meant by csv file format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-meant-by-csv-file-format/m-p/3508416#M843876</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;csv:- Means Comma Separated values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we are using BDC some times we will take this file type .This file will have  values which are separated by comma.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:  'Ab0000',01023,'fhfhfhf'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Mar 2008 05:53:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-10T05:53:37Z</dc:date>
    <item>
      <title>what is meant by csv file format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-meant-by-csv-file-format/m-p/3508415#M843875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;what is meant by csv file format&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 05:50:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-meant-by-csv-file-format/m-p/3508415#M843875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T05:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: what is meant by csv file format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-meant-by-csv-file-format/m-p/3508416#M843876</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;csv:- Means Comma Separated values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we are using BDC some times we will take this file type .This file will have  values which are separated by comma.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:  'Ab0000',01023,'fhfhfhf'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 05:53:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-meant-by-csv-file-format/m-p/3508416#M843876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T05:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: what is meant by csv file format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-meant-by-csv-file-format/m-p/3508417#M843877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is a comma sepaterd values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is similar to a txt file where each value is sepaterd from other by comma. when you exprt it to data base say access it will directly split the column valyues as per comma.&lt;/P&gt;&lt;P&gt;so comma acts as a delimeter here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can also save a excel (in save as select file type as csv) as csv and see the result how it saves.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 05:54:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-meant-by-csv-file-format/m-p/3508417#M843877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T05:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: what is meant by csv file format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-meant-by-csv-file-format/m-p/3508418#M843878</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;A comma delimited file is a database exported into a format where each record is a single line and each field in the record is indicated by a comma. Where necessary (e.g., if the field has a comma in it) the field will also be quoted. If you have Excel, use the import feature of Excel to import the file. Specify comma delimited format as the import format. Then export to whatever format you require for the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can also usually import this format directly into most any database program or spreadsheet program as well. This file type is often associated with Microsoft Excel as this is one of the standard ways to transfer data into and out of a spreadsheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CSV stands for Comma Separated Values, sometimes also called Comma Delimited. A CSV file is a specially formatted plain text file which stores spreadsheet or basic database-style information in a very simple format, with one record on each line, and each field within that record separated by a comma. It's important that the individual "records" within a CSV file NOT contain commas, as this may break the simple formatting when using the file in another application. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CSV files are often used as a simple way to transfer a large volume of spreadsheet or database information between programs, without worring about special file types. For example, transferring a home-made address book from Excel into a database program such as Filemaker Pro could be done by exporting the file as a CSV from Excel, then importing that CSV into Filemaker. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating a CSV file from spreadsheet data is very simple to do using Microsoft Excel. &lt;/P&gt;&lt;P&gt;Open your spreadsheet document and go to the File pull-down menu, then choose Save As.... &lt;/P&gt;&lt;P&gt;Change the "Save as type" or "Format" field to read: "CSV (Comma delimited)". &lt;/P&gt;&lt;P&gt;Enter a name for the document and click Save. &lt;/P&gt;&lt;P&gt;To check the validity of your CSV file, open the new file from a plain-text reading program such as Notepad or TextEdit. Check to make sure there are no extra commas, other than between fields. Depending on what program you're going to use the CSV file with, you may need to also remove any extra quotation marks or other formatting which Excel may have inserted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope this helps, Do reward.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Runal Singh on Mar 10, 2008 11:25 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 05:55:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-meant-by-csv-file-format/m-p/3508418#M843878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T05:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: what is meant by csv file format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-meant-by-csv-file-format/m-p/3508419#M843879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;CSV file is nothing but an Excell file but &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;with comma delimited&lt;/STRONG&gt;. When u upload a csv file to an internal table u can see the data in each column seperates by comma(,). U can try a sample program using FM GUI_UPLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 05:55:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-meant-by-csv-file-format/m-p/3508419#M843879</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-03-10T05:55:38Z</dc:date>
    </item>
  </channel>
</rss>

