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

Feature/Change the default csv dialect #45

Merged
merged 4 commits into from
Feb 14, 2024

Conversation

jsconan
Copy link
Collaborator

@jsconan jsconan commented Feb 14, 2024

Change default values in the CSVFile() implementation:

  • Set the default CSV dialect to 'excel' when writing (this reflects the default value from the Python library).
  • Set the default CSV dialect to 'auto' when reading (the dialect will be sniffed from the first few rows).

@jsconan jsconan merged commit ac751de into develop Feb 14, 2024
@jsconan jsconan deleted the feature/change-default-csv-dialect branch February 14, 2024 20:58
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.

1 participant