Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

CSV: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
mCap resum de modificació
m (added link to spanish translation of document)
 
(7 revisions intermèdies per 4 usuaris que no es mostren)
Línia 1: Línia 1:
A '''CSV''' (Comma Separated Values) file contains tabular data (such as found in spreadsheets or databases) in a simple text format. As the name suggests each value is separated from the next by a comma.
{{Managing a Moodle site}}
A '''CSV''' (Comma Separated Values) file contains tabular data (such as found in spreadsheets or databases) in a simple text format. Each value is separated from the next by a comma. Each line is a record and the commas separate the fields or columns.  For example:


These files can be created, viewed and edited with software such as [[Microsoft Excel]] or, if done with care, any simple text editor.
First name, Last name, Address, City, State
Sally, Smith, 234 A Street, Town, Peace
George, Smithe, 999 Last Lane, Hamlet, Denial
Dim, Witt, By-the-Either, Wave, Outback
These files can be created, viewed and edited with software such as Microsoft Excel, Open Office  Calc or, if done with care, any simple text editor.


== See Also ==
== See also ==


* [[Upload users]]
* [[Flat file]] enrolment
* [http://en.wikipedia.org/wiki/Comma-separated_values Wikipedia article on the CSV file format]
* [http://en.wikipedia.org/wiki/Comma-separated_values Wikipedia article on the CSV file format]
* [http://office.microsoft.com/training/training.aspx?AssetID=RC011801181033&CTT=6&Origin=RP011801171033 Microsoft help tutorial on importing CSV file data into Excel]
* [[UTF-8 and BOM]]


{{stub}}
[[es:CSV]]
 
[[Category:Administrator]]
[[Category:Teacher]]

Revisió de 15:22, 11 feb 2013

A CSV (Comma Separated Values) file contains tabular data (such as found in spreadsheets or databases) in a simple text format. Each value is separated from the next by a comma. Each line is a record and the commas separate the fields or columns. For example:

First name, Last name, Address, City, State
Sally, Smith, 234 A Street, Town, Peace
George, Smithe, 999 Last Lane, Hamlet, Denial
Dim, Witt, By-the-Either, Wave, Outback

These files can be created, viewed and edited with software such as Microsoft Excel, Open Office Calc or, if done with care, any simple text editor.

See also