Projects tagged ‘csv’ and ‘php’


[18 total ]

11 Users

pChart is a PHP class oriented framework designed to create aliased charts. Data can be retrieved from SQL queries, CSV files, or manually provided.
Created about 1 year ago.

1 Users
 

A PHP library designed with python's csv module in mind. An object-oriented interface to fgetcsv for reading / parsing csv files as well as a way to write csv files. This library makes use of the ... [More] standard php library (SPL) in its reader. I plan to support all of the features available in python's csv module, plus a few extra goodies. [Less]
Created about 1 year ago.

0 Users

A simple lightweight database application written in PHP with tables based on simple CSV files.
Created 6 months ago.

0 Users

Live Glossary is a web based application, which allows users to view, create and edit a Glossary. It also has an administrative portion from which the administrator can accept or reject additions or ... [More] edits, populate the glossary with delimited data from a csv file and export a pure HTML version of the Glossary. You can check out the main project page at http://www.zwongo.com/projects.php [Less]
Created 12 months ago.

0 Users

PHP CSV Utilities has a new home!For future updates, please refer to my new blog: http://lukevisinoni.com/ Several of the recent projects I’ve been working on have required an “import from csv ... [More] file” feature. PHP comes with a few functions for reading and writing csv files right out of the box: fgetcsv and fputcsv. While these are good functions and they get the job done I find they just aren’t enough in many cases. It would be nice if PHP had an interface like python’s csv module. Enter PHP Csv Utilities. It has been months since there was any kind of update on this poor little library. I released the last version (0.2) prematurely, which resulted in a poor release, confusing file structure, and a lot of bugs. I'd like to let anybody interested in the library know that I am working on version 0.3 right now as well as a much improved (and more transparent) build / release process. If there are any bugs or issues you have with the library please leave a comment or shoot me an email and I'll do my best to make sure it's addressed. Please, if you have any feature requests, suggestions, questions, anything... drop me an email. luke d0t visinoni {at} gmail (d0t) com Documentation - Wiki [Less]
Created about 1 year ago.

0 Users

Simple data access object for csv files in php5.by Kazuyoshi Tlacaelel. Some featuresCellsfillCell cell value filler getCell cell fetcher hasCell checks if a coordinate is valid ... [More] HeaderscountHeaders header counter createHeaders header creator getHeaders header fetcher setHeaders header injector ColumnsappendColumn column appender fillColumn collumn data injector getColumn column fetcher hasColumn column existance checker removeColumn column remover walkColumn column walker Must see[construct] data load initialize connect header and row relationship builder getRawArray raw data as array isSymmetric data length/symmetry checker load csv file loader settings settings alterator symmetrize all rows length equalizer walkGrid grid walker RowsappendRow row appender countRows row counter fillRow fillRow getAsymmetricRows asymmetric data fetcher getRow row fetcher getRows multiple row fetcher hasRow row existance checker removeRow row remover walkRow row walker Comming sooncolumns (gets a range of columns) export (gets altered data as a csv string) url parsing grepColumn scans a column using a callback function grepRow scans a column using a callback function grepGrid scans the whole dataset using a callback function Using the package csv file name,age,skill john,13,knows magic tanaka,8,makes sushi jose,5,dances salsa php file load('my_cool.csv'); var_export($csv->connect()); ?> output array ( 0 => array ( 'name' => 'john', 'age' => '13', 'skill' => 'knows magic', ), 1 => array ( 'name' => 'tanaka', 'age' => '8', 'skill' => 'makes sushi', ), 2 => array ( 'name' => 'jose', 'age' => '5', 'skill' => 'dances salsa', ), ) Do not read this! Please DontReadThis for examples documentation information deprecations more... [Less]
Created about 1 year ago.

0 Users

Convert a directory to a CSV file
Created 6 months ago.

0 Users

This forum is simple script and is not using mySQL for DB, is using flat file .txt. No authentification and no backend module available.
Created 27 days ago.

0 Users

Convert a csv string to a php array. One function. No dependencies I made this a while back. This seems to be the simplest one I have seen. Please contact me at drewalex@gmail.com twitter: drewlesueur
Created 4 months ago.

0 Users

Live Glossary is a web based application, which allows users to view, create and edit a Glossary. It also has an administrative portion from which the administrator can accept or reject additions or ... [More] edits, populate the glossary with delimited data from a csv file and export a pure HTML version of the Glossary. [Less]
Created 12 months ago.