zazuko / xrm

A friendly language for mappings to RDF
MIT License
1 stars 0 forks source link

csvw: only propose dialect for CSV sources (code-assist) #37

Closed mchlrch closed 4 years ago

mchlrch commented 4 years ago

Code assist should only propose dialect if type of source is CSV. In LogicalSource and SourceGroup.

(x) marks the spot where code assist is invoked:

logical-source EMPLOYEE {
    type csv
    source "EMP"
    (x)
mchlrch commented 4 years ago

Resolved with https://github.com/zazuko/rdf-mapping-dsl/issues/34#issuecomment-586365749

Closing this