mjumbewu / django-rest-framework-csv

CSV Tools for Django REST Framework
BSD 2-Clause "Simplified" License
364 stars 89 forks source link

Using different delimiter #25

Closed moumoutte closed 8 years ago

moumoutte commented 9 years ago

According to the code ( https://github.com/mjumbewu/django-rest-framework-csv/blob/master/rest_framework_csv/renderers.py#L38), no delimiter is given to the CSV writer. It seems there is no way to change the delimiter if needed.

May be a class attribute, (default one could be ','), could be an appropriate solution ? Or May be I'm wrong and I don't see way to do what I want :)

Pull Request is comming !