keboola/php-csv

Feature: allow to pass a file handle as well as a file location string

robations opened this issue · 1 comments

This would allow constructs such as:

$csvFile1 = new CsvFile(tmpfile());
$csvFile2 = new CsvFile(STDOUT);

What do you think? Pull request later if time allows.

Hi,
we have just released new major version which supports streams https://github.com/keboola/php-csv/tree/2.0.0#append-to-csv