Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git] / lang / en_utf8 / help / data / importcsv.html
blob9436e190dd99c2e2c5ee892a8b93482ae92d4065
1 <p align="center"><strong>Import from a CSV file</strong></p>
3 <p>CSV means Comma-Separated-Values and is a common format for text interchange.</p>
5 <p>The expected file format is a plain text file with a list of field names
6 as the first record. The data then follows, one record per line.</p>
8 <p>The field delimiter defaults to a comma character and the field enclosure
9 is not set by default (field enclosures are characters that surround each
10 field in each record).</p>
12 <p>Records should be delimited by new lines (usually generated by pressing RETURN
13 or ENTER in your text editor). Tabs can be specified using \t and newlines by \n. </p>
15 <p>Sample file:</p>
17 <pre>
18 name,height,weight
19 Kai,180cm,80kg
20 Kim,170cm,60kg
21 Koo,190cm,20kg
22 </pre>
25 <p>Warning: all field types may not be supported.</p>