Feature: allow to pass a file handle as well as a file location string
robations opened this issue · 1 comments
robations commented
This would allow constructs such as:
$csvFile1 = new CsvFile(tmpfile());
$csvFile2 = new CsvFile(STDOUT);
What do you think? Pull request later if time allows.
Halama commented
Hi,
we have just released new major version which supports streams https://github.com/keboola/php-csv/tree/2.0.0#append-to-csv