django-rest-framework-csv icon indicating copy to clipboard operation
django-rest-framework-csv copied to clipboard

CSV Tools for Django REST Framework

Results 36 django-rest-framework-csv issues
Sort by recently updated
recently updated
newest added

When the CSV input contains line breaks inside quoted fields, like so: c1,c2 foo,"bar baz" the parser drops the interior line breaks, yielding { 'c1': 'foo', 'c2': 'barbaz' } rather...

And here is the parser: parsers.py ``` import xlrd class HierarchicalXLSParser(HierarchicalCSVParser): """ Parses CSV serialized data. The parser assumes the first line contains the column names. """ media_type = 'application/vnd.ms-excel'...

Pull requests appreciated for docs too!

1 - Ready

https://app.travis-ci.com/github/mjumbewu Travis has been replaced by https://github.com/mjumbewu/django-rest-framework-csv/actions * #87

Fixes software supply chain safety warnings like at the bottom right of https://github.com/mjumbewu/django-rest-framework-csv/actions/runs/7176605968 * [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot) * [Configuration options for the dependabot.yml file -...

Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [github/codeql-action](https://github.com/github/codeql-action) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 4 to 5 Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed...

dependencies
github_actions