Open anders-kolstad opened 2 hours ago
Hello, we tried to solve the issue.
This is what we did:
Modified the create_metadatatable function to ignore folders with leading underscores when searching for Excel and HTML files. This change ensures that folders starting with '' are completely ignored in the metadata creation process.
You can review changes in this commit: https://github.com/mnmnk43434/NINAnor-ecRxiv-75/commit/314468cd2e57530659e35021cbc19126052ccec2.
[!CAUTION] Disclaimer: The concept of solution was created by AI and you should never copy paste this code before you check the correctness of generated code. Solution might not be complete, you should use this code as an inspiration only.
If you no longer want Latta AI to attempt solving issues on your repository, you can block this account.
In createmetadata.R we could add a functinality to look for folders with leading underscores `^` and ignore them complelety (ignore htmls and xlsx).