Closed moumoutte closed 8 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 !
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 !