MINOR Documentation in CSVBulkLoader

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@108048 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-07-16 01:44:34 +00:00 committed by Sam Minnee
parent 36bdb52823
commit 3d901bb0cc

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