Skip to content

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
Contributor

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
Contributor

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.

3 participants