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

Fix #430 - CSV exports to include a BOM #441

Merged
merged 1 commit into from
May 14, 2021
Merged

Conversation

bdista
Copy link
Contributor

@bdista bdista commented May 14, 2021

  • Fix Exports need to include a BOM #430 - CSV exports to include a BOM
    BOM_UTF8 added via the CSVExporter class.
    A few existing tests rely on this class and break when adding a BOM. This PR makes them independent of whether a BOM is there or not, and adds a dedicated test for the BOM. Hope that approach is ok.
    Test suite passes and using the /test_project the Japanese character ガ displays properly when opening the csv in excel.

  • Fix paths of requirement files in /test_project/start.sh

@bdista bdista marked this pull request as ready for review May 14, 2021 13:25
@marksweb marksweb merged commit 960b034 into explorerhq:master May 14, 2021
@bdista
Copy link
Contributor Author

bdista commented May 14, 2021

Thanks for merging it!

@bdista bdista deleted the fix/430 branch May 14, 2021 18:38
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

Successfully merging this pull request may close these issues.

Exports need to include a BOM
2 participants