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: export of boolean fields in CSV files #374

Closed
wants to merge 2 commits into from

Conversation

albab7
Copy link

@albab7 albab7 commented Sep 18, 2024

Pull Request Type

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

Description

In this PR it is changed how boolean fields of documents are exported in CSV files. Indeed, now they are
represents as the strings "true" and "false" instead of the previous values 1 and empty value `` respectively.

PR Checklist

  • The commit message follows our guidelines included in the CONTRIBUTING.md
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@danibix95 danibix95 changed the title Fix/boolean fields in export fix: export of boolean fields in CSV files Sep 18, 2024
@danibix95
Copy link
Collaborator

I have only one doubt in how to proceed 🤔 This change is actually a breaking change with respect to the previous behavior of the service.
FYI @albertotessarotto

@danibix95
Copy link
Collaborator

Eventually we decided to not merge this change to not cause a breaking in current export interface. We opted for another change on the component that was using this API.

@danibix95 danibix95 closed this Sep 23, 2024
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.

2 participants