RMLio / RML-Mapper

Generate High Quality Linked Data from multiple originally (semi-)structured data (legacy)
http://RML.io
52 stars 20 forks source link

RML accented characters #24

Closed ShanzayA closed 5 years ago

ShanzayA commented 7 years ago

I have been having trouble mapping CSV fields containing accented characters (e.g. é). In the example attached, I have no problem mapping from the "Ref" field into triples, but any triples referencing from the "Créateur" field simply do not get created. Is there some character encoding that would help RML recognize accented or other special characters? ExampleProblem.txt ExampleRML.txt

p1d1d1 commented 7 years ago

Any news here? My issue is similar: I have accented chars as values. Not able to get a right encoding.

pheyvaer commented 6 years ago

@ShanzayA This is probably related to the library that we use to process CSV files. We will look into it and get back to you.

pheyvaer commented 5 years ago

Hi,

We've updated the RMLMapper and it can now be found here. I've tried your example with latest version of the RMLMapper and it works. If you have still issues, you can open a new issue at the repo of the new RMLMapper.