Skip to content

PHP utility for making arrays out of CSV data.

Notifications You must be signed in to change notification settings

raphah96/PHPCSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpCSV

Receives data from a string or CSV file and converts it to an array.

-> Methods:

setString($string): Gets CSV data from a string.

setFile($path):
Path to a CSV file.

setDelimiter($delimiter): Change the delimiter. Comma is set by default.

groupBy($column): Column to group by.

The file data.csv has sample data that can be used for testing.

About

PHP utility for making arrays out of CSV data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages