2017 © Pedro Peláez
 

library csv-reader

Another PHP csv reader

image

cfv1000/csv-reader

Another PHP csv reader

  • Saturday, July 21, 2018
  • by cfv1000
  • Repository
  • 0 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

csv-reader

A CSV reader based on iterators. Offers better support for line endings, (*1)

Features

  • custom line endings
  • ability to pause / resume reading

usage


use cfv1000\CsvReader\Reader; $csv = new Reader($filename); // $csv->seek(); jump to specified pointer. Suggestion: only use values returned by $csv->tell(). Will cause weird results otherwise. (if reading from the middle of the line, for example) foreach($csv as $csvLine) { // print $csv->tell(); -> returns current position in the file print_r($csvLine); }

The Versions

21/07 2018

dev-master

9999999-dev

Another PHP csv reader

  Sources   Download

MIT

The Requires

  • php ~7.0

 

csv custom line endings iterator csv pause or resume via tell and seek

21/07 2018

1.0.3

1.0.3.0

Another PHP csv reader

  Sources   Download

MIT

The Requires

  • php ~7.0

 

csv custom line endings iterator csv pause or resume via tell and seek

21/07 2018

1.0.0

1.0.0.0

Another PHP csv reader

  Sources   Download

MIT

The Requires

  • php ~7.0

 

csv custom line endings iterator csv

21/07 2018

1.0.1

1.0.1.0

Another PHP csv reader

  Sources   Download

MIT

The Requires

  • php ~7.0

 

csv custom line endings iterator csv

21/07 2018

1.0.2

1.0.2.0

Another PHP csv reader

  Sources   Download

MIT

The Requires

  • php ~7.0

 

csv custom line endings iterator csv