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

RITE Ingestion Ignores Special Character Errors #20

Closed
pauls4GE opened this issue Mar 16, 2023 · 7 comments
Closed

RITE Ingestion Ignores Special Character Errors #20

pauls4GE opened this issue Mar 16, 2023 · 7 comments
Assignees
Labels
bug Something isn't working medium-priority question Further information is requested

Comments

@pauls4GE
Copy link
Contributor

pauls4GE commented Mar 16, 2023

Background:
RITE Ingestion Ignores Special Character Errors

Acceptance Criteria:

Implementation Details:

Test Data:

@baoluomeng
Copy link
Contributor

Was this caused by ingesting using the manifest file or the new functionality "upload as ingestion package"?

@saratge saratge self-assigned this Mar 24, 2023
@chrisage chrisage added bug Something isn't working question Further information is requested labels Jul 25, 2023
@chrisage chrisage changed the title RITE ingestion does not detect errors caused by special characters in data RITE Ingestion Ignores Special Character Errors Jul 25, 2023
@chrisage
Copy link
Contributor

@pauls4GE Can you provide a test case example (and expected vs actual results)?

@pauls4GE
Copy link
Contributor Author

Is this only limited to special characters in Owl files or even in CSVs?

@saratge
Copy link
Contributor

saratge commented Aug 3, 2023

@pauls4GE we encountered this in the FAA project where the SADL files and their subsequent translation into OWL had special chars

@pauls4GE
Copy link
Contributor Author

Does it have an issue with special characters inside csv files as well?

@saratge
Copy link
Contributor

saratge commented Aug 21, 2023

Does not seem to fail if the special char is within Ontology, but fails same character within instance data csv
image

Sample CSV:
description,identifier,title,definedIn_identifier,actedOnBehalfOf_identifier,dataInsertedBy_identifier
,SC-205,,�,,
,RTCA,,,,

@saratge
Copy link
Contributor

saratge commented Aug 22, 2023

It is okay to fail with � which is un-renderable and hence is displayed in that fashion.
However, instance data with special characters such as greek alphabet has no problems during ingestion but returns a question mark when executing query nodegroups.
Closing this issue as it is SemTK/RACK related
See: ge-high-assurance/RACK#994 for more information

@saratge saratge closed this as completed Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working medium-priority question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants