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

Fewer elements in data row when exporting profiles per file when some of them have more than one identification #1072

Open
sparkhi opened this issue Feb 21, 2024 · 0 comments
Assignees
Projects

Comments

@sparkhi
Copy link
Collaborator

sparkhi commented Feb 21, 2024

If some files in the profile have more than one format identification, when exporting, the columns related to format identification (e.g. PUID, FORMAT_NAME etc.) are repeated with a running count suffix. However for files which do not have more than one format identification, the data columns are not added to the csv at all

e.g. the current export has 6 headers in the header row but only 5 data elements in the data row:

"ID","FILE_PATH","SIZE","SHA512_HASH","PUID","PUID1"
"3","/home/sparkhi/test-data/droid/archives/one","","",""

It should be

"ID","FILE_PATH","SIZE","SHA512_HASH","PUID","PUID1"
"3","/home/sparkhi/test-data/droid/archives/one","","","",""
@sparkhi sparkhi self-assigned this Feb 21, 2024
@sparkhi sparkhi changed the title Fewer elements in data row when Exporting profiles per file and some of them have more than one iedntification Fewer elements in data row when Exporting profiles per file and some of them have more than one identification Feb 21, 2024
@sparkhi sparkhi changed the title Fewer elements in data row when Exporting profiles per file and some of them have more than one identification Fewer elements in data row when exporting profiles per file and some of them have more than one identification Feb 21, 2024
@sparkhi sparkhi added this to In Progress in Droid 6.8.0 Feb 28, 2024
@sparkhi sparkhi moved this from In Progress to Done in Droid 6.8.0 Feb 28, 2024
@sparkhi sparkhi changed the title Fewer elements in data row when exporting profiles per file and some of them have more than one identification Fewer elements in data row when exporting profiles per file when some of them have more than one identification Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant