Non-ASCII & special chars in columns
Closed this issue · 3 comments
The documentation lacks the example on how to use special chars in column names, which can be solved like this:
gdenr "Gde-Nr."
Should be added to the documentation.
It could also be improved by targeted IDE suggestions which would suggest the entire phrase and not rules one by one
I think this blog post is relevant: https://blogs.itemis.com/en/xtext-hint-content-assist-for-multiple-consecutive-keywords
How to handle non-ASCII & special chars is ATM only mentioned in the Special stuff section. That's probably not where people look for it.
And in the mapping-examples:
https://github.com/zazuko/expressive-rdf-mapper/blob/master/mapping-examples/airport-mapping/airport-sources.xrm#L10
Specific examples should be included in the documentation in several places:
- for sources (eg. column names) https://github.com/zazuko/expressive-rdf-mapper/blob/master/documentation/mapping-language.md#logical-source
- for vocabularies (eg. property names) https://github.com/zazuko/expressive-rdf-mapper/blob/master/documentation/mapping-language.md#vocabulary
And the relevant Q&As should also be added to the FAQ
https://github.com/zazuko/expressive-rdf-mapper/blob/master/FAQ.md
Added in zazuko/expressive-rdf-mapper@5a4103c