RMLio / rmlmapper-java

The RMLMapper executes RML rules to generate high quality Linked Data from multiple originally (semi-)structured data sources
http://rml.io
MIT License
147 stars 61 forks source link

Special characters like ≥ becomes ? in the RDF output #122

Closed ammar257ammar closed 3 years ago

ammar257ammar commented 3 years ago

When mapping a CSV file to RDF, I have some values like "≥2" which appears in the output RDF as "?2"

Does rmlmapper handle such characters? and what is the right way to do that?

pheyvaer commented 3 years ago

This might be due to the encoding. Can you try the following?

java -Dfile.encoding=UTF-8 -jar rmlmapper.jar
no-response[bot] commented 3 years ago

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.