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

✨ Schema - add quotechar option #11

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

EwenBALOUIN
Copy link
Contributor

No description provided.

@EwenBALOUIN EwenBALOUIN added enhancement New feature or request to review labels Oct 31, 2023
@EwenBALOUIN EwenBALOUIN self-assigned this Oct 31, 2023
@EwenBALOUIN EwenBALOUIN force-pushed the feature/int-280-settings-quoting branch from c2b72a8 to 3d6b27d Compare October 31, 2023 10:40
stream_content, delimiter=self.delimiter, quoting=csv.QUOTE_NONE
stream_content,
delimiter=self.delimiter,
quoting=csv.QUOTE_MINIMAL,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Juste pour être sur, pourquoi t'as besoin de modifier la valeur de "quoting" ?

@EwenBALOUIN EwenBALOUIN merged commit 6634fd8 into master Oct 31, 2023
1 check passed
@EwenBALOUIN EwenBALOUIN deleted the feature/int-280-settings-quoting branch October 31, 2023 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants