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

Database export: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
(ja link)
(redirect , having copied content)
 
(11 revisions intermèdies per 7 usuaris que no es mostren)
Línia 1: Línia 1:
The [[Database_templates#List_template|list template]] can be used to export your database as a CSV file in the following way. It is assumed that you have a database with N fields, and that in this example the fields are named field1, field2 ... until fieldN.
#redirect [[Building_Database]]
 
== Header ==
 
In the header create a comma separated list of the field names
 
<pre>
field1,field2,...,fieldN
</pre>
 
== Repeated entry ==
 
In the repeated entry create a comma separated list of the field tags
 
<pre>
[[field1]],[[field2]],...,[[fieldN]]
</pre>
 
Save the template!
 
== Export ==
 
To export, simply select the View List tab and all your data will be in the CSV format. By default only 10 records are displayed, but this can be increased. Copy and paste to your required tool.
 
[[Category:Database]]
 
[[ja:データベースのエクスポート]]

Revisió de 20:08, 26 set 2011

Redirigeix a: