MINOR Documentation in CSVBulkLoader (from r108048)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112712 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2010-10-18 22:42:12 +00:00
parent 298a6d320b
commit aa4503845f

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* Uses the fgetcsv() function to process CSV input. * Utility class to facilitate complex CSV-imports by defining column-mappings and custom converters.
* The input is expected to be UTF8. * Uses the fgetcsv() function to process CSV input. Accepts a file-handler as input.
* *
* @see http://rfc.net/rfc4180.html * @see http://rfc.net/rfc4180.html
* @package cms * @package cms