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

Keep track of failures #16

Open
nleanba opened this issue Mar 6, 2024 · 1 comment · May be fixed by #28
Open

Keep track of failures #16

nleanba opened this issue Mar 6, 2024 · 1 comment · May be fixed by #28
Assignees
Labels

Comments

@nleanba
Copy link
Collaborator

nleanba commented Mar 6, 2024

I.e. keep a list of files where the transformation failed or had some errors

@nleanba nleanba self-assigned this Mar 6, 2024
@nleanba
Copy link
Collaborator Author

nleanba commented Mar 6, 2024

grep -zoP '\n\s*# Error:.*\n(\s*#.*\n)*'  -R './data/'

when called on the directory where the rdf repo is, this will give an overview over all ttl files where gg2rdf has put in an # Error: comment.

this should include gg2rdf-internal errors


grep -zloP '\n\s*# Error:.*\n(\s*#.*\n)*'  -R './data/' | wc -l

gives a count: it is currently 6273, so about 1% of files

@nleanba nleanba linked a pull request Jul 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant