Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.22 KB

File metadata and controls

37 lines (26 loc) · 1.22 KB
title CSVImport — Core Library
package lib
packageTitle Core Library
layout default
className CSVImport
type class

CSVImport

Import data from a CSV file

CSVImport is a base class.

View source

Synopsis

uses('csv-import');

$importer = new CSVImport('/path/to/file.csv');

Description

The CSVImport class provides the ability to import data from CSV files.

Public Methods