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