データベースのエクスポート

提供:MoodleDocs
2007年11月27日 (火) 15:15時点におけるMitsuhiro Yoshida (トーク | 投稿記録)による版
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

作成中です - Mitsuhiro Yoshida 2007年11月27日 (火) 09:15 (CST)

The 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.

ヘッダ

In the header create a comma separated list of the field names

field1,field2,...,fieldN

繰り返しエントリ

In the repeated entry create a comma separated list of the field tags

[[field1]],[[field2]],...,[[fieldN]]

Save the template!

エクスポート

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.