zazuko / xrm

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

Prettify generated csvw output #59

Open mchlrch opened 4 years ago

mchlrch commented 4 years ago

The generated code looks odd due to the line separator ',' not being added at the end of line. (source https://zulip.zazuko.com/#narrow/stream/34-rdf-workbench/topic/rdf-mapping-dsl/near/58668)

"dialect": {
                "delimiter": ","
                ,"commentPrefix": "#"
                ,"doubleQuote": true
                ,"encoding": "utf-8"
                ,"header": true
                ,"headerRowCount": "1"
                ,"lineTerminators": "\r\n"
                ,"quoteChar": "\""
                ,"skipBlankRows": false
                ,"skipInitialSpace": false
                ,"trim": false
            }
// ...