mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
298a6d320b
commit
aa4503845f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user