Labels not properly detected/counted during "Convert to CSV" process
jtanderson opened this issue · 0 comments
jtanderson commented
Describe the bug
When importing an RDF file, the program reports stats to the console to summarize how many articles had each active label (selected on the "Building" tab). This a somewhat circular problem because one must import the RDF in order to select the relevant labels. Also the counts are not accurate, always displaying "0/0" for each tag.
To Reproduce
Steps to reproduce the behavior:
- Import any RDF file
- Inspect console output
Expected behavior
Correct information/summary of the import in terms how how many were imported and how many had each active label. This could possibly be moved tot he "Building" or "Statistics" pages.