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

LIBFCREPO-1470. Ensure language tagged columns are exported. #316

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

peichman-umd
Copy link
Member

  • rename CSVSerializer attribute "rows_by_content_model" to "sheets"
  • created a Sheet class that encapsulates all the per-sheet metadata that the row_info dictionaries did
  • created a ColumnDict class that encapsulates the return value from flatten()
  • moved the write_csv_file() function into the Sheet class as a method
  • after calling flatten(), add the language tagged columns to the "extra_columns" dictionary
  • updated tests

https://umd-dit.atlassian.net/browse/LIBFCREPO-1470

- rename CSVSerializer attribute "rows_by_content_model" to "sheets"
- created a Sheet class that encapsulates all the per-sheet metadata that the row_info dictionaries did
- created a ColumnDict class that encapsulates the return value from flatten()
- moved the write_csv_file() function into the Sheet class as a method
- after calling flatten(), add the language tagged columns to the "extra_columns" dictionary
- updated tests

https://umd-dit.atlassian.net/browse/LIBFCREPO-1470
@aguilarm-umd aguilarm-umd merged commit cf69d25 into umd-lib:hotfix/4.3.1 Jul 11, 2024
1 check passed
@peichman-umd peichman-umd deleted the LIBFCREPO-1470 branch July 12, 2024 15:20
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