webds / php-csv-parser

Automatically exported from code.google.com/p/php-csv-parser
0 stars 0 forks source link

Additional constructor with content of CSV as argument #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello.

I am currently found at the code only one constructor which passed fileName
argument.
For me, the better to have alternative constructor, at which we can pass
fileContent directly. For example, I want process all errors which file
opening, file reading and file closing inside my code. And passed to class
only content.

Thank you.

Best Regards,
Andrei.

Original issue reported on code.google.com by vsef43...@outlook.com on 3 Apr 2010 at 10:15

GoogleCodeExporter commented 8 years ago
This could possibly be used to parse encodings other than ANSI.

Original comment by th.geist on 10 May 2010 at 5:35