Skip to content

CSV export: cse fputcsv instead of custom $escape and $print #273

@lucien144

Description

@lucien144

How about using fputcsv instead of custom escaping and custom print?

        $print = function(array $row) {
            $out = fopen('php://output', 'w');
            fputcsv($out, $row, ";");
            fclose($out);
        };

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions