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

hardcoded data files names #54

Open
rubenpp7 opened this issue Aug 27, 2024 · 0 comments
Open

hardcoded data files names #54

rubenpp7 opened this issue Aug 27, 2024 · 0 comments
Assignees

Comments

@rubenpp7
Copy link
Collaborator

Currently the names of the data files are only read if they are called “event.txt”, “occurrence.txt” and "extendedmeasurementorfact.txt". Hardcoded in
e.g.

if (is.null(out$data[["event.txt"]]) == FALSE){

If the DwC-A file is generated by something other than an IPT installation, the file names may be different.

PROPOSED SOLUTION
The tool should be looking at the name of the core and extension (can be found in meta.xml) whatever they are and use those names to search in the zip file.

@rubenpp7 rubenpp7 self-assigned this Aug 27, 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

No branches or pull requests

1 participant