Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No support for handling fputcsv options like delimiter #79

Open
FaisalHussain95 opened this issue Feb 6, 2021 · 0 comments
Open

No support for handling fputcsv options like delimiter #79

FaisalHussain95 opened this issue Feb 6, 2021 · 0 comments

Comments

@FaisalHussain95
Copy link

FaisalHussain95 commented Feb 6, 2021

fputcsv($handle, $keys);

fputcsv($handle, $row);

fputcsv ( resource $handle , array $fields , string $delimiter = "," , string $enclosure = '"' , string $escape_char = "\\" ) : int|false

cc : https://www.php.net/manual/en/function.fputcsv.php

Hii,

I would like to know if some kind of update could allow me to choose the delimiter of my exported CSV

Maybe as a Header variable like CSV-Delimiter ? or just by forcing a default value in the back office

Thanks

Kind reguards

Faisal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant