Feature improve csv#64
Merged
TDevillechabrolle merged 6 commits intoProgrammeVitam:masterfrom May 2, 2023
Merged
Conversation
- fix: clean a problem with appointment ID extraction - make pst extraction resilient to a ponctual extraction problem in a message, contact or appointment. The process only drop this item and continue
- Sedalib: import an ArchiveTransfer from a 7Zip compressed file - Resip & sedalib : change compression format indentification by droid PUID rather than by mimeType (Droid doesn't know 7zip mimetype) - Fix on all a few sonar issues - Backlog 12/2022 ID1
- Sedalib: import all footer metadatas - Sedalib: add two more metadata classes for this footer, one for the Operation metadata, and another for ArchivalAgency and Requester as a ComplexListType with only an identifier inside Notice that in Resip theese metadata are not used, but they can be seen in XML format in the log during import - Fix on all a few sonar issues - Backlog 12/2022 ID2
- MailExtractLib: add protocol identificaiton by Droid format - Resip : add the message extraction capacity the same way data objects can be uncompressed - Fix on all a few sonar issues - Backlog 12/2022 ID3
- add option edit in pref and context dialogs - add option in ExportContext - fix: work not known as changed after export context change - Fix all tests with new expected results - Fix on all a few sonar issues - Backlog 12/2022 ID4,ID5 et ID6
- sedalib: - add an export option in a format with ID, ParentID, File and ObjectFiles (cf doc in DataObjectPackageToCSVMetadataExporter) - fix the File and ObjectFiles are real paths of ArchiveUnit and BinaryDataObjects - add import of BinaryDataObjects, when csv is imported (cf doc in CSVMetadataToDataObjectPackageImporter) - resip: - call the new importer/exporter with extended format option - Fix all tests with new expected results - Fix on all a few sonar issues - Backlog 12/2022 ID4,ID5 et ID6
laedanrex
approved these changes
Feb 7, 2023
soukami
reviewed
Apr 11, 2023
| @@ -321,14 +327,26 @@ public static void initDefaultExtractors() { | |||
| * @param extractor the extractor | |||
There was a problem hiding this comment.
rajouter le nouveau paramètre à la javadoc
mohatizaoui
approved these changes
Apr 27, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
sedalib:
resip: add the csv extended format export option in prefs and export dialog
Backlog 12/2022 ID4,ID5 et ID6