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

Ingestion with special characters does not work as expected #994

Open
saratge opened this issue Aug 22, 2023 · 0 comments
Open

Ingestion with special characters does not work as expected #994

saratge opened this issue Aug 22, 2023 · 0 comments

Comments

@saratge
Copy link
Contributor

saratge commented Aug 22, 2023

This issue is related to ge-high-assurance/RITE#20. where special characters were thought to be incorrectly handled by RITE

I have created a simple ingestion package based on turnstile to reproduce the issue:
One of the AGENTS id is "RTCAα"

The ingestion goes through fine, but at the time of returning nodegroup results: "RTCA?" is returned instead of "RTCAα"
I have checked that the ingestion via RITE sends the right CSV string to SemTK:

debug

Steps to reproduce the issue:

  1. Ingest using this package:
    turnstile-ingestion-special-chars-issue.zip
  2. The special character can be found in : /00_Turnstile/03_data/AGENT_1.csv and /00_Turnstile/03_data/SPECIFICATION_2.csv
  3. Execute query nodegroup "ingest_AGENT" against data-graph: http://rack001/do-178c

Screenshots of query nodegroup results containing "RTCA?"

image

image

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