sonata-project/exporter

[Bug] Actually use the escape parameter.

Closed this issue · 0 comments

Subject

The construct method takes an escape character string, but never actually uses it when running fputcsv.

Steps to reproduce

Try using CsvWriter with a custom escape character.

Expected results

You'd expect that character to be used, since it's taken as a param.

Actual results

It uses the default escape character always.